Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DSwitchCompatUtils.java80 colors[i] = getThemeAttrColor(context, typedValue, in getSwitchThumbColorStateList()
93 colors[i] = getThemeAttrColor(context, typedValue, android.R.attr.colorForeground, 0.1f); in getSwitchTrackColorStateList()
100 colors[i] = getThemeAttrColor(context, typedValue, android.R.attr.colorForeground, 0.3f); in getSwitchTrackColorStateList()
105 private static int getThemeAttrColor(final Context context, final TypedValue typedValue, in getThemeAttrColor() method in SwitchCompatUtils
118 private static int getThemeAttrColor(final Context context, final TypedValue typedValue, in getThemeAttrColor() method in SwitchCompatUtils
120 final int color = getThemeAttrColor(context, typedValue, attr); in getThemeAttrColor()
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityGestureNavigationTutorial.java182 icon.setTint(getThemeAttrColor(context, android.R.attr.textColorPrimary)); in getMessageStringWithIcon()
193 private static int getThemeAttrColor(final Context context, final int attributeColor) { in getThemeAttrColor() method in AccessibilityGestureNavigationTutorial