Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DMagnificationModePreferenceControllerTest.java230 int modeIndex = AdapterView.NO_ID; in performItemClickWith() local
244 listView.performItemClick(listView.getChildAt(modeIndex), modeIndex, modeIndex); in performItemClickWith() local
/packages/apps/Camera2/src/com/android/camera/util/
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()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/
DResolutionSelectionFragment.java226 int modeIndex = Integer.parseInt(key.substring(KEY_RESOLUTION_PREFIX.length())); in onPreferenceTreeClick() local
260 int modeIndex = lookupModeIndex(mode); in setUserPreferredMode() local
/packages/apps/Camera2/src/com/android/camera/app/
DAppController.java132 public int getModuleId(int modeIndex); in getModuleId()
150 public int getPreferredChildModeIndex(int modeIndex); in getPreferredChildModeIndex()
DCameraAppUI.java1534 public void onModeButtonPressed(int modeIndex) { in onModeButtonPressed()
1549 public void onModeSelected(int modeIndex) { in onModeSelected()
/packages/apps/Camera2/src/com/android/camera/
DCameraActivity.java1660 int modeIndex = -1; in getModeIndex() local
2149 int modeIndex = getModeIndex(); in onStartTasks() local
2427 public int getPreferredChildModeIndex(int modeIndex) { in getPreferredChildModeIndex()
2438 public void onModeSelected(int modeIndex) { in onModeSelected()
2509 public int getModuleId(int modeIndex) { in getModuleId()
2521 private void setModuleFromModeIndex(int modeIndex) { in setModuleFromModeIndex()
DButtonManager.java995 int modeIndex = mSettingsManager.getIndexOfCurrentValue(SettingsManager.SCOPE_GLOBAL, in updatePanoButtons() local
/packages/apps/Camera2/src/com/android/camera/widget/
DIndicatorIconController.java175 int modeIndex = mController.getCurrentModuleIndex(); in syncFlashIndicator() local
/packages/apps/Camera2/src/com/android/camera/ui/
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()
/packages/modules/Permission/PermissionController/role-controller/java/com/android/role/controller/model/
DRoleParser.java890 int modeIndex = sModeNameToMode.indexOfKey(modeName); in parseAppOps() local