Searched defs:modeIndex (Results 1 – 12 of 12) sorted by relevance
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
H A D | MagnificationModePreferenceControllerTest.java | 174 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 D | CameraUtil.java | 1124 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 D | amrnb_enc_fuzzer.cpp | 67 int modeIndex = ((startByte >> 3) % 9); in encodeFrames() local
|
/aosp12/packages/apps/Camera2/src/com/android/camera/app/ |
H A D | AppController.java | 132 public int getModuleId(int modeIndex); in getModuleId() 150 public int getPreferredChildModeIndex(int modeIndex); in getPreferredChildModeIndex()
|
H A D | CameraAppUI.java | 1534 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 D | CameraActivity.java | 1694 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 D | ButtonManager.java | 995 int modeIndex = mSettingsManager.getIndexOfCurrentValue(SettingsManager.SCOPE_GLOBAL, in updatePanoButtons() local
|
/aosp12/packages/apps/Camera2/src/com/android/camera/widget/ |
H A D | IndicatorIconController.java | 175 int modeIndex = mController.getCurrentModuleIndex(); in syncFlashIndicator() local
|
/aosp12/frameworks/base/tests/TouchLatency/app/src/main/java/com/prefabulated/touchlatency/ |
H A D | TouchLatencyActivity.java | 282 int modeIndex = (mCurrentModeIndex + 1) % mDisplayModes.length; in changeDisplayMode() local
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/ |
H A D | ModeListView.java | 917 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 D | hdmi.cpp | 751 int modeIndex = -1; in getModeIndex() local
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/model/ |
H A D | RoleParser.java | 773 int modeIndex = sModeNameToMode.indexOfKey(modeName); in parseAppOps() local
|