Home
last modified time | relevance | path

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

/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/about/
DUtils.java99 return applyAlphaAttr(context, android.R.attr.disabledAlpha, inputColor); in getDisabled()
103 public static int applyAlphaAttr(Context context, int attr, int inputColor) { in applyAlphaAttr() method in Utils
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/util/
DLibUtils.java129 return applyAlphaAttr(context, android.R.attr.disabledAlpha, inputColor); in getDisabled()
133 public static int applyAlphaAttr(Context context, int attr, int inputColor) { in applyAlphaAttr() method in LibUtils