Home
last modified time | relevance | path

Searched refs:getAttrBoolean (Results 1 – 11 of 11) 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/src/com/android/launcher3/graphics/
DSysUiScrim.java137 && !Themes.getAttrBoolean(view.getContext(), R.attr.isMainColorDark) in SysUiScrim()
138 && !Themes.getAttrBoolean(view.getContext(), R.attr.isWorkspaceDarkText); in SysUiScrim()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsBackgroundDrawable.java107 Themes.getAttrBoolean(context, R.attr.isMainColorDark) in AllAppsBackgroundDrawable()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DThemes.java119 public static boolean getAttrBoolean(Context context, int attr) { in getAttrBoolean() method in Themes
/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
DWorkspacePageIndicator.java126 boolean darkText = Themes.getAttrBoolean(mLauncher, R.attr.isWorkspaceDarkText); in WorkspacePageIndicator()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
DAppsDividerView.java91 boolean isMainColorDark = Themes.getAttrBoolean(context, R.attr.isMainColorDark); in AppsDividerView()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java193 boolean isSheetDark = Themes.getAttrBoolean(getContext(), R.attr.isMainColorDark); in setupNavBarColor()
DLauncherAppWidgetHostView.java134 if (Utilities.ATLEAST_Q && Themes.getAttrBoolean(mLauncher, R.attr.isWorkspaceDarkText)) { in LauncherAppWidgetHostView()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DAllAppsEduView.java254 Themes.getAttrBoolean(launcher, R.attr.isMainColorDark) in init()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsActivity.java300 Themes.getAttrBoolean(this, R.attr.isWorkspaceDarkText)); in onCreate()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java486 Themes.getAttrBoolean(this, R.attr.isWorkspaceDarkText)); in onCreate()