Searched refs:navBarAnimator (Results 1 – 1 of 1) sorted by relevance
505 ObjectAnimator navBarAnimator = ObjectAnimator.ofPropertyValuesHolder(drawable, in orientBackButton() local508 navBarAnimator.setInterpolator(Interpolators.FAST_OUT_SLOW_IN); in orientBackButton()509 navBarAnimator.setDuration(200); in orientBackButton()510 navBarAnimator.start(); in orientBackButton()