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 178 private int mPendingSwitchCameraId;
369 mPendingSwitchCameraId = -1;
525 mPendingSwitchCameraId = state;
    [all...]
PhotoModule.java 149 protected int mPendingSwitchCameraId = -1;
666 Log.i(TAG, "Start to switch camera. id=" + mPendingSwitchCameraId);
668 mCameraId = mPendingSwitchCameraId;
715 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 248 milliseconds