INNER CODE UNIT · Java
getMenuListener
MewX/light-novel-library_Wenku8_Android · eclipse-android/src/com/special/ResideMenu/ResideMenu.java:240
public OnMenuListener getMenuListener() {
return menuListener;
}
/**
* we need the call the method before the menu show, because the padding of
* activity can't get at the moment of onCreateView();
*/
private void setViewPadding() {
this.setPadding(viewActivity.getPaddingLeft(),
viewActivity.getPaddingTop(), viewActivity.getPaddingRight(),
viewActivity.getPaddingBottom());
}
/**
* show the reside menu;
*/
public void openMenu(int direction) {