Home
last modified time | relevance | path

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/
DThemes.java68 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/
DBaseRecentsActivity.java57 Themes.getAttrBoolean(this, R.attr.isWorkspaceDarkText)); in onCreate()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsBackgroundDrawable.java107 Themes.getAttrBoolean(context, R.attr.isMainColorDark) in AllAppsBackgroundDrawable()
DAllAppsTransitionController.java92 mIsDarkTheme = Themes.getAttrBoolean(mLauncher, R.attr.isMainColorDark); in AllAppsTransitionController()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DThemes.java91 public static boolean getAttrBoolean(Context context, int attr) { in getAttrBoolean() method in Themes
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java151 boolean isSheetDark = Themes.getAttrBoolean(getContext(), R.attr.isMainColorDark); in setupNavBarColor()
DLauncherAppWidgetHostView.java101 if (Utilities.ATLEAST_Q && Themes.getAttrBoolean(mLauncher, R.attr.isWorkspaceDarkText)) { in LauncherAppWidgetHostView()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DAppsDividerView.java91 boolean isMainColorDark = Themes.getAttrBoolean(context, R.attr.isMainColorDark); in AppsDividerView()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskThumbnailView.java120 mIsDarkTextTheme = Themes.getAttrBoolean(mActivity, R.attr.isWorkspaceDarkText); in TaskThumbnailView()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java379 Themes.getAttrBoolean(this, R.attr.isWorkspaceDarkText)); in onCreate()