Home
last modified time | relevance | path

Searched refs:getAttrResourceId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/common/
DBaseCarSettingsActivity.java226 Themes.getAttrResourceId(/* context= */ this, in launchFragmentInternal()
228 Themes.getAttrResourceId(/* context= */ this, in launchFragmentInternal()
230 Themes.getAttrResourceId(/* context= */ this, in launchFragmentInternal()
232 Themes.getAttrResourceId(/* context= */ this, in launchFragmentInternal()
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityDialogUtils.java483 final int colorResId = getAttrResourceId(context, attributeColor); in getThemeAttrColor()
490 private static int getAttrResourceId(final Context context, final int attributeColor) { in getAttrResourceId() method in AccessibilityDialogUtils