Home
last modified time | relevance | path

Searched refs:animateIconTint (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarIconController.java342 animateIconTint(dark ? 1.0f : 0.0f, in setIconsDark()
346 animateIconTint(dark ? 1.0f : 0.0f, 0 /* delay */, DEFAULT_TINT_ANIMATION_DURATION); in setIconsDark()
350 private void animateIconTint(float targetDarkIntensity, long delay, in animateIconTint() method in StatusBarIconController
426 animateIconTint(mPendingDarkIntensity, 0 /* delay */, DEFAULT_TINT_ANIMATION_DURATION); in appTransitionCancelled()
434 animateIconTint(mPendingDarkIntensity, in appTransitionStarting()