Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DNavigationBarEdgePanel.java175 private final ValueAnimator mArrowColorAnimator; field in NavigationBarEdgePanel
311 mArrowColorAnimator = ValueAnimator.ofFloat(0.0f, 1.0f); in NavigationBarEdgePanel()
312 mArrowColorAnimator.setDuration(COLOR_ANIMATION_DURATION_MS); in NavigationBarEdgePanel()
313 mArrowColorAnimator.addUpdateListener(animation -> { in NavigationBarEdgePanel()
590 mArrowColorAnimator.cancel(); in updateIsDark()
595 mArrowColorAnimator.start(); in updateIsDark()