Searched refs:startIntensity (Results 1 – 1 of 1) sorted by relevance
51 float startIntensity = dark ? 0f : 1f; in startIntensityAnimation() local53 ValueAnimator animator = ValueAnimator.ofFloat(startIntensity, endIntensity); in startIntensityAnimation()