/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/ |
D | CaretDrawable.java | 28 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()
|
D | PageIndicatorDots.java | 40 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/ |
D | IconPalette.java | 31 import com.android.launcher3.util.Themes; 58 Themes.setColorScaleOnMatrix(backgroundColor, backgroundColorMatrix); in IconPalette() 64 … Themes.setColorScaleOnMatrix(getMutedColor(dominantColor, 0.54f), backgroundColorMatrix); in IconPalette() 81 result = Themes.getColorAccent(context); in getPreloadProgressColor()
|
D | GradientView.java | 39 import com.android.launcher3.util.Themes; 79 this.mScrimColor = Themes.getAttrColor(context, R.attr.allAppsScrimColor); in GradientView()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | ButtonDropTarget.java | 46 import com.android.launcher3.util.Themes; 149 Themes.setColorScaleOnMatrix(getTextColor(), mSrcFilter); in animateTextColor() 150 Themes.setColorScaleOnMatrix(targetColor, mDstFilter); in animateTextColor()
|
D | InfoDropTarget.java | 30 import com.android.launcher3.util.Themes; 47 mHoverColor = Themes.getColorAccent(getContext()); in setupUi()
|
D | Hotseat.java | 42 import com.android.launcher3.util.Themes; 73 Themes.getAttrColor(context, android.R.attr.colorPrimary), 0); in Hotseat()
|
D | PendingAppWidgetHostView.java | 38 import com.android.launcher3.util.Themes; 73 mPaint.setColor(Themes.getAttrColor(getContext(), android.R.attr.textColorPrimary)); in PendingAppWidgetHostView()
|
D | CellLayout.java | 61 import com.android.launcher3.util.Themes; 236 mDragOutlinePaint.setColor(Themes.getAttrColor(context, R.attr.workspaceTextColor)); in CellLayout()
|
D | Launcher.java | 132 import com.android.launcher3.util.Themes; 485 Themes.getAttrBoolean(this, R.attr.isWorkspaceDarkText)); in onCreate()
|
D | PagedView.java | 52 import com.android.launcher3.util.Themes;
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | RecyclerViewFastScroller.java | 38 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/ |
D | FolderAnimationManager.java | 43 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()
|
D | PreviewBackground.java | 41 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/ |
D | PopupContainerWithArrow.java | 75 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/ |
D | AllAppsTransitionController.java | 33 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()
|
D | AllAppsBackgroundDrawable.java | 31 import com.android.launcher3.util.Themes; 107 Themes.getAttrBoolean(context, R.attr.isMainColorDark) in AllAppsBackgroundDrawable()
|
/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
D | NotificationMainView.java | 38 import com.android.launcher3.util.Themes; 74 Themes.getAttrColor(getContext(), android.R.attr.colorControlHighlight)), in onFinishInflate()
|
D | NotificationItemView.java | 42 import com.android.launcher3.util.Themes; 138 Themes.getAttrColor(getContext(), R.attr.popupColorPrimary)); in updateHeader()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | WidgetsBottomSheet.java | 52 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/ |
D | Themes.java | 28 public class Themes { class
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragView.java | 65 import com.android.launcher3.util.Themes; 491 Themes.setColorScaleOnMatrix(color, m2); in setColor()
|
D | DragLayer.java | 63 import com.android.launcher3.util.Themes; 457 : Themes.getAttrDrawable(getContext(), R.attr.workspaceStatusBarScrim)); in setInsets()
|