Searched refs:mArrowColorAnimator (Results 1 – 1 of 1) sorted by relevance
146 private final ValueAnimator mArrowColorAnimator; field in NavigationBarEdgePanel264 mArrowColorAnimator = ValueAnimator.ofFloat(0.0f, 1.0f); in NavigationBarEdgePanel()265 mArrowColorAnimator.setDuration(COLOR_ANIMATION_DURATION_MS); in NavigationBarEdgePanel()266 mArrowColorAnimator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() { in NavigationBarEdgePanel()484 mArrowColorAnimator.cancel(); in updateIsDark()489 mArrowColorAnimator.start(); in updateIsDark()