Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/settings/
DPreferenceHighlighter.java60 private static final int END_COLOR = setColorAlphaBound(Color.WHITE, 0); field in PreferenceHighlighter
67 private int mHighlightColor = END_COLOR;
95 ObjectAnimator anim = ObjectAnimator.ofArgb(this, HIGHLIGHT_COLOR, END_COLOR, colorTo); in onDraw()
116 this, HIGHLIGHT_COLOR, mHighlightColor, END_COLOR); in removeHighlight()