Searched refs:getAttrBoolean (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/util/ |
D | Themes.java | 68 public static boolean getAttrBoolean(Context context, int attr) { in getAttrBoolean() method in Themes 69 return getAttrBoolean(context, /*styleResId=*/ 0, attr); in getAttrBoolean() 73 public static boolean getAttrBoolean(Context context, @StyleRes int styleResId, int attr) { in getAttrBoolean() method in Themes
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | BaseRecentsActivity.java | 57 Themes.getAttrBoolean(this, R.attr.isWorkspaceDarkText)); in onCreate()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsBackgroundDrawable.java | 107 Themes.getAttrBoolean(context, R.attr.isMainColorDark) in AllAppsBackgroundDrawable()
|
D | AllAppsTransitionController.java | 92 mIsDarkTheme = Themes.getAttrBoolean(mLauncher, R.attr.isMainColorDark); in AllAppsTransitionController()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | Themes.java | 91 public static boolean getAttrBoolean(Context context, int attr) { in getAttrBoolean() method in Themes
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | BaseWidgetSheet.java | 151 boolean isSheetDark = Themes.getAttrBoolean(getContext(), R.attr.isMainColorDark); in setupNavBarColor()
|
D | LauncherAppWidgetHostView.java | 101 if (Utilities.ATLEAST_Q && Themes.getAttrBoolean(mLauncher, R.attr.isWorkspaceDarkText)) { in LauncherAppWidgetHostView()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/ |
D | AppsDividerView.java | 91 boolean isMainColorDark = Themes.getAttrBoolean(context, R.attr.isMainColorDark); in AppsDividerView()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | TaskThumbnailView.java | 120 mIsDarkTextTheme = Themes.getAttrBoolean(mActivity, R.attr.isWorkspaceDarkText); in TaskThumbnailView()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Launcher.java | 379 Themes.getAttrBoolean(this, R.attr.isWorkspaceDarkText)); in onCreate()
|