Home
last modified time | relevance | path

Searched defs:textRes (Results 1 – 4 of 4) 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
/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
/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
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskShortcutFactory.java181 public FreeformSystemShortcut(int iconRes, int textRes, RecentsViewContainer container, in FreeformSystemShortcut()