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