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.java434 animateIconTint(dark ? 1.0f : 0.0f, in setIconsDark()
438 animateIconTint(dark ? 1.0f : 0.0f, 0 /* delay */, DEFAULT_TINT_ANIMATION_DURATION); in setIconsDark()
442 private void animateIconTint(float targetDarkIntensity, long delay, in animateIconTint() method in StatusBarIconController
542 animateIconTint(mPendingDarkIntensity, 0 /* delay */, DEFAULT_TINT_ANIMATION_DURATION); in appTransitionCancelled()
550 animateIconTint(mPendingDarkIntensity, in appTransitionStarting()