Searched refs:toAlpha (Results 1 – 2 of 2) sorted by relevance
93 protected Animator createAnimToBackgroundAlpha(float toAlpha, long duration) { in createAnimToBackgroundAlpha() argument94 return mTaskbarBackgroundAlpha.animateToValue(mTaskbarBackgroundAlpha.value, toAlpha) in createAnimToBackgroundAlpha()98 protected void animateToVisibilityForIme(float toAlpha) { in animateToVisibilityForIme() argument99 mTaskbarVisibilityAlphaForIme.animateToValue(mTaskbarVisibilityAlphaForIme.value, toAlpha) in animateToVisibilityForIme()
554 float toAlpha = shouldTextBeVisible() && fadeIn ? 1 : 0; in createTextAlphaAnimator() local555 return ObjectAnimator.ofFloat(this, TEXT_ALPHA_PROPERTY, toAlpha); in createTextAlphaAnimator()