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 520 private final ModeListView mModeListView;
798 mModeListView = (ModeListView) appRootView.findViewById(R.id.mode_list_layout);
799 if (mModeListView != null) {
800 mModeListView.setModeSwitchListener(this);
801 mModeListView.setModeListOpenListener(this);
802 mModeListView.setCameraModuleScreenShotProvider(mCameraModuleScreenShotProvider);
803 mModeListView.setCaptureLayoutHelper(mCaptureLayoutHelper);
807 mModeListView.setShouldShowSettingsCling(shouldShowSettingsCling);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
CameraActivity.java 226 private ModeListView mModeListView;
    [all...]

Completed in 466 milliseconds