Home
last modified time | relevance | path

Searched defs:modeIndex (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
H A DMagnificationModePreferenceControllerTest.java174 int modeIndex = AdapterView.NO_ID; in performItemClickWith() local
188 listView.performItemClick(listView.getChildAt(modeIndex), modeIndex, modeIndex); in performItemClickWith() local
/aosp12/packages/apps/Camera2/src/com/android/camera/util/
H A DCameraUtil.java1124 public static int getCameraThemeColorId(int modeIndex, Context context) { in getCameraThemeColorId()
1144 public static int getCameraModeIconResId(int modeIndex, Context context) { in getCameraModeIconResId()
1163 public static String getCameraModeText(int modeIndex, Context context) { in getCameraModeText()
1182 public static String getCameraModeContentDescription(int modeIndex, Context context) { in getCameraModeContentDescription()
1199 public static int getCameraShutterIconId(int modeIndex, Context context) { in getCameraShutterIconId()
1217 public static int getCameraModeParentModeId(int modeIndex, Context context) { in getCameraModeParentModeId()
1235 public static int getCameraModeCoverIconResId(int modeIndex, Context context) { in getCameraModeCoverIconResId()
/aosp12/frameworks/av/media/codecs/amrnb/enc/fuzzer/
H A Damrnb_enc_fuzzer.cpp67 int modeIndex = ((startByte >> 3) % 9); in encodeFrames() local
/aosp12/packages/apps/Camera2/src/com/android/camera/app/
H A DAppController.java132 public int getModuleId(int modeIndex); in getModuleId()
150 public int getPreferredChildModeIndex(int modeIndex); in getPreferredChildModeIndex()
H A DCameraAppUI.java1534 public void onModeButtonPressed(int modeIndex) { in onModeButtonPressed()
1549 public void onModeSelected(int modeIndex) { in onModeSelected()
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DCameraActivity.java1694 int modeIndex = -1; in getModeIndex() local
2179 int modeIndex = getModeIndex(); in onStartTasks() local
2468 public int getPreferredChildModeIndex(int modeIndex) { in getPreferredChildModeIndex()
2479 public void onModeSelected(int modeIndex) { in onModeSelected()
2550 public int getModuleId(int modeIndex) { in getModuleId()
2562 private void setModuleFromModeIndex(int modeIndex) { in setModuleFromModeIndex()
H A DButtonManager.java995 int modeIndex = mSettingsManager.getIndexOfCurrentValue(SettingsManager.SCOPE_GLOBAL, in updatePanoButtons() local
/aosp12/packages/apps/Camera2/src/com/android/camera/widget/
H A DIndicatorIconController.java175 int modeIndex = mController.getCurrentModuleIndex(); in syncFlashIndicator() local
/aosp12/frameworks/base/tests/TouchLatency/app/src/main/java/com/prefabulated/touchlatency/
H A DTouchLatencyActivity.java282 int modeIndex = (mCurrentModeIndex + 1) % mDisplayModes.length; in changeDisplayMode() local
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeListView.java917 public void onModeButtonPressed(int modeIndex); in onModeButtonPressed()
918 public void onModeSelected(int modeIndex); in onModeSelected()
1264 private void onModeSelected(int modeIndex) { in onModeSelected()
/aosp12/hardware/qcom/display/msm8994/libhdmi/
H A Dhdmi.cpp751 int modeIndex = -1; in getModeIndex() local
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/model/
H A DRoleParser.java773 int modeIndex = sModeNameToMode.indexOfKey(modeName); in parseAppOps() local