Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DPreloadIconDrawable.java99 private final int mSystemAccentColor; field in PreloadIconDrawable
141 mSystemAccentColor = preloadColors[PRELOAD_ACCENT_COLOR_INDEX]; in PreloadIconDrawable()
182 ? COLOR_SHADOW : mSystemAccentColor); in getShadowBitmap()
201 mProgressPaint.setColor(mIsStartable ? mIndicatorColor : mSystemAccentColor); in drawInternal()
355 new int[] {mSystemAccentColor, mSystemBackgroundColor}, in getConstantState()