Home
last modified time | relevance | path

Searched refs:Themes (Results 1 – 23 of 23) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
DCaretDrawable.java28 import com.android.launcher3.util.Themes;
49 mCaretPaint.setColor(Themes.getAttrColor(context, R.attr.workspaceTextColor)); in CaretDrawable()
57 mShadowPaint.setAlpha(Themes.getAlpha(context, android.R.attr.spotShadowAlpha)); in CaretDrawable()
64 mUseShadow = !Themes.getAttrBoolean(context, R.attr.isWorkspaceDarkText); in CaretDrawable()
DPageIndicatorDots.java40 import com.android.launcher3.util.Themes;
115 mActiveColor = Themes.getColorAccent(context); in PageIndicatorDots()
116 mInActiveColor = Themes.getAttrColor(context, android.R.attr.colorControlHighlight); in PageIndicatorDots()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DIconPalette.java31 import com.android.launcher3.util.Themes;
58 Themes.setColorScaleOnMatrix(backgroundColor, backgroundColorMatrix); in IconPalette()
64Themes.setColorScaleOnMatrix(getMutedColor(dominantColor, 0.54f), backgroundColorMatrix); in IconPalette()
81 result = Themes.getColorAccent(context); in getPreloadProgressColor()
DGradientView.java39 import com.android.launcher3.util.Themes;
79 this.mScrimColor = Themes.getAttrColor(context, R.attr.allAppsScrimColor); in GradientView()
/packages/apps/Launcher3/src/com/android/launcher3/
DButtonDropTarget.java46 import com.android.launcher3.util.Themes;
149 Themes.setColorScaleOnMatrix(getTextColor(), mSrcFilter); in animateTextColor()
150 Themes.setColorScaleOnMatrix(targetColor, mDstFilter); in animateTextColor()
DInfoDropTarget.java30 import com.android.launcher3.util.Themes;
47 mHoverColor = Themes.getColorAccent(getContext()); in setupUi()
DHotseat.java42 import com.android.launcher3.util.Themes;
73 Themes.getAttrColor(context, android.R.attr.colorPrimary), 0); in Hotseat()
DPendingAppWidgetHostView.java38 import com.android.launcher3.util.Themes;
73 mPaint.setColor(Themes.getAttrColor(getContext(), android.R.attr.textColorPrimary)); in PendingAppWidgetHostView()
DCellLayout.java61 import com.android.launcher3.util.Themes;
236 mDragOutlinePaint.setColor(Themes.getAttrColor(context, R.attr.workspaceTextColor)); in CellLayout()
DLauncher.java132 import com.android.launcher3.util.Themes;
485 Themes.getAttrBoolean(this, R.attr.isWorkspaceDarkText)); in onCreate()
DPagedView.java52 import com.android.launcher3.util.Themes;
/packages/apps/Launcher3/src/com/android/launcher3/views/
DRecyclerViewFastScroller.java38 import com.android.launcher3.util.Themes;
118 mTrackPaint.setColor(Themes.getAttrColor(context, android.R.attr.textColorPrimary)); in RecyclerViewFastScroller()
123 mThumbPaint.setColor(Themes.getColorAccent(context)); in RecyclerViewFastScroller()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderAnimationManager.java43 import com.android.launcher3.util.Themes;
163 final int finalColor = Themes.getAttrColor(mContext, android.R.attr.colorPrimary); in getAnimator()
185 Color.alpha(Themes.getAttrColor(mContext, android.R.attr.textColorSecondary))); in getAnimator()
DPreviewBackground.java41 import com.android.launcher3.util.Themes;
134 mBgColor = Themes.getAttrColor(launcher, android.R.attr.colorPrimary); in setup()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java75 import com.android.launcher3.util.Themes;
295 int backgroundColor = Themes.getAttrColor(mLauncher, R.attr.popupColorTertiary); in addDummyViews()
332 int backgroundColor = Themes.getAttrColor(mLauncher, R.attr.popupColorPrimary); in addDummyViews()
585 arrowPaint.setColor(Themes.getAttrColor(mLauncher, R.attr.popupColorPrimary)); in addArrowView()
689 int backgroundColor = Themes.getAttrColor(mLauncher, R.attr.popupColorPrimary);
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java33 import com.android.launcher3.util.Themes;
115 mAllAppsBackgroundColor = Themes.getAttrColor(l, android.R.attr.colorPrimary); in AllAppsTransitionController()
116 mIsDarkTheme = Themes.getAttrBoolean(mLauncher, R.attr.isMainColorDark); in AllAppsTransitionController()
DAllAppsBackgroundDrawable.java31 import com.android.launcher3.util.Themes;
107 Themes.getAttrBoolean(context, R.attr.isMainColorDark) in AllAppsBackgroundDrawable()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationMainView.java38 import com.android.launcher3.util.Themes;
74 Themes.getAttrColor(getContext(), android.R.attr.colorControlHighlight)), in onFinishInflate()
DNotificationItemView.java42 import com.android.launcher3.util.Themes;
138 Themes.getAttrColor(getContext(), R.attr.popupColorPrimary)); in updateHeader()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetsBottomSheet.java52 import com.android.launcher3.util.Themes;
187 boolean isSheetDark = Themes.getAttrBoolean(mLauncher, R.attr.isMainColorDark); in open()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DThemes.java28 public class Themes { class
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragView.java65 import com.android.launcher3.util.Themes;
491 Themes.setColorScaleOnMatrix(color, m2); in setColor()
DDragLayer.java63 import com.android.launcher3.util.Themes;
457 : Themes.getAttrDrawable(getContext(), R.attr.workspaceStatusBarScrim)); in setInsets()