Home
last modified time | relevance | path

Searched refs:getAttrColor (Results 1 – 25 of 33) sorted by relevance

12

/packages/apps/Launcher3/src/com/android/launcher3/util/
DThemes.java97 return getAttrColor(context, android.R.attr.colorAccent); in getColorAccent()
102 return getAttrColor(context, android.R.attr.colorBackground); in getColorBackground()
107 return getAttrColor(context, android.R.attr.colorBackgroundFloating); in getColorBackgroundFloating()
110 public static int getAttrColor(Context context, int attr) { in getAttrColor() method in Themes
111 return GraphicsUtils.getAttrColor(context, attr); in getAttrColor()
201 : Themes.getAttrColor(context, R.attr.allAppsNavBarScrimColor); in getNavBarScrimColor()
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DFocusIndicatorHelper.java35 Flags.enableFocusOutline() ? new int[]{Themes.getAttrColor(container.getContext(), in FocusIndicatorHelper()
36 R.attr.focusOutlineColor), Themes.getAttrColor(container.getContext(), in FocusIndicatorHelper()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DTutorialStepIndicator.java89 int activeStepIndicatorColor = GraphicsUtils.getAttrColor( in initializeStepIndicators()
91 int inactiveStepIndicatorColor = GraphicsUtils.getAttrColor( in initializeStepIndicators()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DUtils.java728 return getAttrColor(context, android.R.attr.colorAccent); in getAccentColor()
735 return getAttrColor(context, android.R.attr.colorBackground); in getBackgroundColor()
742 return getAttrColor(context, android.R.attr.textColorPrimary); in getTextPrimaryColor()
749 return getAttrColor(context, android.R.attr.textColorSecondary); in getTextSecondaryColor()
752 private int getAttrColor(Context context, int attr) { in getAttrColor() method in Utils
/packages/apps/Launcher3/src_no_quickstep/com/android/launcher3/uioverrides/states/
DOverviewState.java65 return Themes.getAttrColor(launcher, R.attr.overviewScrimColor); in getWorkspaceScrimColor()
DAllAppsState.java107 : Themes.getAttrColor(launcher, R.attr.allAppsScrimColor);
/packages/apps/Launcher3/src/com/android/launcher3/states/
DHintState.java65 Themes.getAttrColor(launcher, R.attr.overviewScrimColor), 100); in getWorkspaceScrimColor()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickSwitchState.java56 return Themes.getAttrColor(launcher, R.attr.overviewScrimColor); in getWorkspaceScrimColor()
DAllAppsState.java219 : Themes.getAttrColor(launcher, R.attr.allAppsScrimColor);
DOverviewState.java160 return Themes.getAttrColor(launcher, R.attr.overviewScrimColor);
/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DPlaceHolderIconDrawable.java45 GraphicsUtils.getAttrColor(context, R.attr.loadingIconColor), info.color)); in PlaceHolderIconDrawable()
DGraphicsUtils.java111 public static int getAttrColor(Context context, int attr) { in getAttrColor() method in GraphicsUtils
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DPreloadIconDrawable.java344 preloadColors[PRELOAD_ACCENT_COLOR_INDEX] = Themes.getAttrColor(context, in getPreloadColors()
346 preloadColors[PRELOAD_BACKGROUND_COLOR_INDEX] = Themes.getAttrColor(context, in getPreloadColors()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskMenuViewWithArrow.kt165 setBackgroundColor(Themes.getAttrColor(context, R.attr.overviewScrimColor)) in <lambda>()
227 Themes.getAttrColor(context, com.android.internal.R.attr.colorSurface) in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/apppairs/
DAppPairIconDrawingParams.kt91 bgColor = Themes.getAttrColor(context, R.attr.appPairSurfaceInFolder) in updateBgColor()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DRecentsState.java132 ? Themes.getAttrColor(context, R.attr.overviewScrimColor) in getScrimColor()
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DDeepShortcutView.java101 int color = Themes.getAttrColor(getContext(), android.R.attr.colorControlHighlight); in tryUpdateTextBackground()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarEduTooltip.kt57 Themes.getAttrColor(context, com.android.internal.R.attr.materialColorSurfaceBright)
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderAnimationManager.java182 final int initialColor = Themes.getAttrColor(mContext, R.attr.folderPreviewColor); in getAnimator()
183 final int finalColor = Themes.getAttrColor(mContext, R.attr.folderBackgroundColor); in getAnimator()
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationUtils.java51 public static int getAttrColor(Context context, int attr) { in getAttrColor() method in NotificationUtils
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/allapps/
DTaskbarAllAppsSlideInView.java242 ? Themes.getAttrColor(context, R.attr.allAppsScrimColor) in getScrimColor()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationBaseViewHolder.java143 mDefaultCarAccentColor = NotificationUtils.getAttrColor(mContext, in CarNotificationBaseViewHolder()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DActivityAllAppsContainerView.java209 mScrimColor = Themes.getAttrColor(context, R.attr.allAppsScrimColor); in ActivityAllAppsContainerView()
212 mHeaderProtectionColor = Themes.getAttrColor(context, R.attr.allappsHeaderProtectionColor); in ActivityAllAppsContainerView()
312 Themes.getAttrColor(getContext(), R.attr.materialColorSurfaceDim); in onFinishInflate()
/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
DPageIndicatorDots.java156 mPaginationPaint.setColor(Themes.getAttrColor(context, R.attr.pageIndicatorDotColor)); in PageIndicatorDots()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DRecyclerViewFastScroller.java155 mTrackPaint.setColor(Themes.getAttrColor(context, android.R.attr.textColorPrimary)); in RecyclerViewFastScroller()

12