Searched refs:mModeListView (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/app/
H A DCameraAppUI.java508 private final ModeListView mModeListView; field in class:CameraAppUI
775 mModeListView = (ModeListView) appRootView.findViewById(R.id.mode_list_layout);
776 if (mModeListView != null) {
777 mModeListView.setModeSwitchListener(this);
778 mModeListView.setModeListOpenListener(this);
779 mModeListView.setCameraModuleScreenShotProvider(mCameraModuleScreenShotProvider);
780 mModeListView.setCaptureLayoutHelper(mCaptureLayoutHelper);
784 mModeListView.setShouldShowSettingsCling(shouldShowSettingsCling);
913 mModeListView.requestLayout();
972 mAppRootView.redirectTouchEventsTo(mModeListView);
[all...]
/packages/apps/Camera2/src/com/android/camera/
H A DCameraActivity.java208 private ModeListView mModeListView; field in class:CameraActivity
1420 mModeListView = (ModeListView) findViewById(R.id.mode_list_layout);
1421 mModeListView.init(mModuleManager.getSupportedModeIndexList());
1425 mModeListView.setVisibilityChangedListener(new ModeListVisibilityChangedListener() {
1924 mModeListView.setVisibilityChangedListener(null);

Completed in 126 milliseconds