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 176 private int mPendingSwitchCameraId;
367 mPendingSwitchCameraId = -1;
523 mPendingSwitchCameraId = state;
    [all...]
PhotoModule.java 143 protected int mPendingSwitchCameraId = -1;
657 Log.i(TAG, "Start to switch camera. id=" + mPendingSwitchCameraId);
659 mCameraId = mPendingSwitchCameraId;
706 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 273 milliseconds