Home
last modified time | relevance | path

Searched refs:textRes (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/features/rro/systemui/systembarpresets/
DSystemBarPresetsItem.kt26 val textRes = R.string.menu_rro_systemui_bars in <lambda>() constant
51 itemId = textRes, in <lambda>()
67 itemId = textRes, in <lambda>()
77 displayTextRes = textRes, in <lambda>()
/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/features/rro/systemui/cutouts/
DDisplayCutoutsItem.kt27 val textRes = R.string.menu_rro_systemui_cutouts in <lambda>() constant
56 itemId = textRes, in <lambda>()
72 itemId = textRes, in <lambda>()
82 displayTextRes = textRes, in <lambda>()
/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/features/rro/systemui/themepresets/
DThemePresetsItem.kt49 val textRes = R.string.menu_rro_systemui_theme in rroThemePresetsDropDownItem() constant
71 itemId = textRes, in rroThemePresetsDropDownItem()
87 itemId = textRes, in rroThemePresetsDropDownItem()
97 displayTextRes = textRes, in rroThemePresetsDropDownItem()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskShortcutFactory.java181 public FreeformSystemShortcut(int iconRes, int textRes, RecentsViewContainer container, in FreeformSystemShortcut() argument
183 super(iconRes, textRes, container, taskContainer.getItemInfo(), in FreeformSystemShortcut()
/packages/modules/Permission/tests/cts/permissionui/src/android/permissionui/cts/
DBaseUsePermissionTest.kt1398 private fun byTextRes(textRes: Int): BySelector = By.text(context.getString(textRes)) in <lambda>()