Searched defs:colorTo (Results 1 – 6 of 6) sorted by relevance
164 final int colorTo = mHighlightColor; in addHighlightBackground() local191 int colorTo = Color.WHITE; in removeHighlightBackground() local
53 Integer colorTo = Color.RED; in start() local
94 int colorTo = setColorAlphaBound(Themes.getColorAccent(mRv.getContext()), 66); in onDraw() local
647 int colorTo = ContextCompat.getColor(this, R.color.call_composer_background_color); in runEntranceAnimation() local682 int colorTo = ContextCompat.getColor(this, android.R.color.transparent); in runExitAnimation() local
516 private void runStatusBarAnimation(int colorTo) { in runStatusBarAnimation()