Searched defs:colorTo (Results 1 – 6 of 6) sorted by relevance
183 final int colorTo = mHighlightColor; in addHighlightBackground() local212 int colorTo = mNormalBackgroundRes; in removeHighlightBackground() local
212 final int colorTo = mHighlightColor; in addHighlightBackground() local241 int colorTo = mNormalBackgroundRes; in removeHighlightBackground() local
53 Integer colorTo = Color.RED; in start() local
98 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()