Searched defs:modeIndex (Results 1 – 11 of 11) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
D | MagnificationCursorFollowingModePreferenceControllerTest.java | 100 int modeIndex = AdapterView.NO_ID; in performItemClickWith() local 111 listView.performItemClick(listView.getChildAt(modeIndex), modeIndex, modeIndex); in performItemClickWith() local
|
D | MagnificationModePreferenceControllerTest.java | 226 int modeIndex = AdapterView.NO_ID; in performItemClickWith() local 240 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 | 1662 int modeIndex = -1; in getModeIndex() local 2151 int modeIndex = getModeIndex(); in onStartTasks() local 2429 public int getPreferredChildModeIndex(int modeIndex) { in getPreferredChildModeIndex() 2440 public void onModeSelected(int modeIndex) { in onModeSelected() 2511 public int getModuleId(int modeIndex) { in getModuleId() 2523 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 | 974 int modeIndex = sModeNameToMode.indexOfKey(modeName); in parseAppOps() local
|