Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/settings/
H A DPreferenceHighlighter.java62 private static final int END_COLOR = setColorAlphaBound(Color.WHITE, 0); field in PreferenceHighlighter
71 private int mHighlightColor = END_COLOR;
99 ObjectAnimator anim = ObjectAnimator.ofArgb(this, HIGHLIGHT_COLOR, END_COLOR, in onDraw()
125 this, HIGHLIGHT_COLOR, mHighlightColor, END_COLOR); in removeHighlight()
/aosp12/frameworks/layoutlib/bridge/src/android/view/
H A DRectShadowPainter.java48 private static final int END_COLOR = ResourceHelper.getColor("#03000000"); field in RectShadowPainter
79 int[] colors = {START_COLOR, START_COLOR, END_COLOR}; in paintShadow()