HomeSort by relevance Sort by last modified time
    Searched refs:mModeListView (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera2/src/com/android/camera/app/
CameraAppUI.java 509 private final ModeListView mModeListView;
777 mModeListView = (ModeListView) appRootView.findViewById(R.id.mode_list_layout);
778 if (mModeListView != null) {
779 mModeListView.setModeSwitchListener(this);
780 mModeListView.setModeListOpenListener(this);
781 mModeListView.setCameraModuleScreenShotProvider(mCameraModuleScreenShotProvider);
782 mModeListView.setCaptureLayoutHelper(mCaptureLayoutHelper);
786 mModeListView.setShouldShowSettingsCling(shouldShowSettingsCling);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
CameraActivity.java 199 private ModeListView mModeListView;
    [all...]

Completed in 1025 milliseconds