Searched refs:mArrowColorAnimator (Results 1 – 1 of 1) sorted by relevance
175 private final ValueAnimator mArrowColorAnimator; field in NavigationBarEdgePanel311 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()