Searched refs:navBarAnimator (Results 1 – 1 of 1) sorted by relevance
604 ObjectAnimator navBarAnimator = ObjectAnimator.ofPropertyValuesHolder(drawable, in orientBackButton() local607 navBarAnimator.setInterpolator(Interpolators.FAST_OUT_SLOW_IN); in orientBackButton()608 navBarAnimator.setDuration(200); in orientBackButton()609 navBarAnimator.start(); in orientBackButton()