Searched defs:modeIndex (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
D | MagnificationModePreferenceControllerTest.java | 230 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/ |
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()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/ |
D | ResolutionSelectionFragment.java | 226 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/ |
D | AppController.java | 132 public int getModuleId(int modeIndex); in getModuleId() 150 public int getPreferredChildModeIndex(int modeIndex); in getPreferredChildModeIndex()
|
D | CameraAppUI.java | 1534 public void onModeButtonPressed(int modeIndex) { in onModeButtonPressed() 1549 public void onModeSelected(int modeIndex) { in onModeSelected()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | CameraActivity.java | 1660 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()
|
D | ButtonManager.java | 995 int modeIndex = mSettingsManager.getIndexOfCurrentValue(SettingsManager.SCOPE_GLOBAL, in updatePanoButtons() local
|
/packages/apps/Camera2/src/com/android/camera/widget/ |
D | IndicatorIconController.java | 175 int modeIndex = mController.getCurrentModuleIndex(); in syncFlashIndicator() local
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
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()
|
/packages/modules/Permission/PermissionController/role-controller/java/com/android/role/controller/model/ |
D | RoleParser.java | 890 int modeIndex = sModeNameToMode.indexOfKey(modeName); in parseAppOps() local
|