67,550
社区成员




public static interface OnViewListener {
/**
* Invoked when the View becomes fully closed.
*/
public void onViewClosed(View v);
/**
* Invoked when the View becomes fully opened.
*/
public void onViewOpened(View v);
}