Home
last modified time | relevance | path

Searched refs:mGcamModeIndex (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
DPhotoModule.java239 private final int mGcamModeIndex; field in PhotoModule
341 if (mActivity != null && mGcamModeIndex != 0) { in switchToGcamCapture()
358 mActivity.onModeSelected(mGcamModeIndex); in switchToGcamCapture()
369 mGcamModeIndex = app.getAndroidContext().getResources() in PhotoModule()