HomeSort by relevance Sort by last modified time
    Searched defs:getColorAttr (Results 1 - 7 of 7) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
HardwareBgDrawable.java 64 layers[1].setTint(Utils.getColorAttr(context, android.R.attr.colorPrimaryDark));
  /packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
UserProfileController.java 136 icon.setTint(Utils.getColorAttr(context, android.R.attr.colorControlNormal));
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
Utils.java 164 return getColorAttr(context, android.R.attr.colorAccent);
169 return getColorAttr(context, android.R.attr.colorError);
201 public static int getColorAttr(Context context, int attr) {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
AccessPointPreference.java 186 drawable.setTint(Utils.getColorAttr(context, android.R.attr.colorControlNormal));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
TrustDrawable.java 86 mPaint.setColor(Utils.getColorAttr(context, R.attr.wallpaperTextColor));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSFooterImpl.java 410 Utils.getColorAttr(mContext, android.R.attr.colorForeground),
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
UserSwitcherController.java 752 icon.setColorFilter(Utils.getColorAttr(context, android.R.attr.colorForeground),
    [all...]

Completed in 1065 milliseconds