Searched refs:targetColor (Results 1 – 7 of 7) sorted by relevance
311 int targetColor; in animateColor() local313 targetColor = ResourceUtils.getColorAttr( in animateColor()317 targetColor = mView.getContext().getColor(android.R.color.black); in animateColor()319 targetColor = mView.getContext().getColor(android.R.color.white); in animateColor()322 if (targetColor == mCurrentTextColor) { in animateColor()329 ValueAnimator colorAnimator = ValueAnimator.ofArgb(mCurrentTextColor, targetColor); in animateColor()341 mCurrentTextColor = targetColor; in animateColor()
65 int targetColor = mLottieAnimationView.getContext().getColor(targetColorRes); in setLayerColor() local70 return new PorterDuffColorFilter(targetColor, PorterDuff.Mode.SRC_ATOP); in setLayerColor()
44 public void assertDefaultLogoCorrect(int targetColor) { in assertDefaultLogoCorrect() argument46 Drawable expectedLogo = makeDefaultLogo(targetColor); in assertDefaultLogoCorrect()
96 final int targetColor = ta.getColor(attr, ~expected); in assertTheme() local98 assertThat(targetColor).isEqualTo(expected); in assertTheme()
460 ColorARGB targetColor) { in findBestColor() argument462 char alpha = ALPHA(targetColor); in findBestColor()475 int distance = computeDistance(targetColor, indexedColor); in findBestColor()
89 ColorARGB targetColor);
402 private void assertDefaultLogoColorCorrect(Activity activity, int targetColor) { in assertDefaultLogoColorCorrect() argument407 assertThat(colorFilter.getColor()).isEqualTo(targetColor); in assertDefaultLogoColorCorrect()