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

  /packages/apps/Camera2/src/com/android/camera/
VideoModule.java 181 private int mPendingSwitchCameraId;
364 mPendingSwitchCameraId = -1;
513 mPendingSwitchCameraId = state;
    [all...]
PhotoModule.java 141 protected int mPendingSwitchCameraId = -1;
489 Log.i(TAG, "Start to switch camera. id=" + mPendingSwitchCameraId);
491 mCameraId = mPendingSwitchCameraId;
542 mPendingSwitchCameraId = state;
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PhotoModule.java 143 protected int mPendingSwitchCameraId = -1;
    [all...]
VideoModule.java 219 private int mPendingSwitchCameraId;
489 mPendingSwitchCameraId = -1;
    [all...]
ActivityBase.java 88 protected int mPendingSwitchCameraId = -1;

Completed in 129 milliseconds