Home
last modified time | relevance | path

Searched refs:getThemeAttr (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDualToneHandler.kt54 Utils.getThemeAttr(context, R.attr.darkIconTheme)) in setColorsFromContext()
56 Utils.getThemeAttr(context, R.attr.lightIconTheme)) in setColorsFromContext()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DNavigationHandle.java83 final int dualToneDarkTheme = Utils.getThemeAttr(context, R.attr.darkIconTheme); in NavigationHandle()
84 final int dualToneLightTheme = Utils.getThemeAttr(context, R.attr.lightIconTheme); in NavigationHandle()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DInvocationLightsView.java108 final int dualToneDarkTheme = Utils.getThemeAttr(mContext, R.attr.darkIconTheme); in InvocationLightsView()
109 final int dualToneLightTheme = Utils.getThemeAttr(mContext, R.attr.lightIconTheme); in InvocationLightsView()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DUtils.java393 public static int getThemeAttr(Context context, int attr) { in getThemeAttr() method in Utils
394 return getThemeAttr(context, attr, 0); in getThemeAttr()
397 public static int getThemeAttr(Context context, int attr, int defaultValue) { in getThemeAttr() method in Utils
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/view/
DMediaCarouselScrollHandler.kt224 Utils.getThemeAttr(settingsButton.context, android.R.attr.dialogCornerRadius) in onSettingsButtonUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarView.java281 Utils.getThemeAttr(context, R.attr.darkIconTheme)); in NavigationBarView()
283 Utils.getThemeAttr(context, R.attr.lightIconTheme)); in NavigationBarView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarView.java442 int theme = Utils.getThemeAttr(mContext, com.android.internal.R.attr.textAppearanceSmall); in onOverlayChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java589 mContext.getResources().getDimensionPixelSize(Utils.getThemeAttr( in initDialog()