INNER CODE UNIT · Java

ResideMenu

MewX/light-novel-library_Wenku8_Android · eclipse-android/src/com/special/ResideMenu/ResideMenu.java:27

public class ResideMenu extends FrameLayout {

	public static final int DIRECTION_LEFT = 0;
	public static final int DIRECTION_RIGHT = 1;
	private static final int PRESSED_MOVE_HORIZANTAL = 2;
	private static final int PRESSED_DOWN = 3;
	private static final int PRESSED_DONE = 4;
	private static final int PRESSED_MOVE_VERTICAL = 5;

	private ImageView imageViewShadow;
	private ImageView imageViewBackground;
	private LinearLayout layoutLeftMenu;
	private LinearLayout layoutRightMenu;
	private ScrollView scrollViewLeftMenu;
	private ScrollView scrollViewRightMenu;
	private ScrollView scrollViewMenu;
	/** the activity that view attach to */
	private Activity activity;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…