Searched refs:startIntensity (Results 1 – 2 of 2) sorted by relevance
49 float startIntensity = invert ? 0f : 1f; in fade() local51 ValueAnimator animator = ValueAnimator.ofFloat(startIntensity, endIntensity); in fade()
155 float startIntensity = dark ? 0f : 1f; in startIntensityAnimation() local157 ValueAnimator animator = ValueAnimator.ofFloat(startIntensity, endIntensity); in startIntensityAnimation()