Searched refs:navBarAnimator (Results 1 – 2 of 2) sorted by relevance
220 ObjectAnimator navBarAnimator = ObjectAnimator.ofPropertyValuesHolder(drawable, in orientBackButton() local223 navBarAnimator.setInterpolator(FAST_OUT_SLOW_IN); in orientBackButton()224 navBarAnimator.setDuration(200); in orientBackButton()225 navBarAnimator.start(); in orientBackButton()
519 ObjectAnimator navBarAnimator = ObjectAnimator.ofPropertyValuesHolder(drawable, in orientBackButton() local522 navBarAnimator.setInterpolator(Interpolators.FAST_OUT_SLOW_IN); in orientBackButton()523 navBarAnimator.setDuration(200); in orientBackButton()524 navBarAnimator.start(); in orientBackButton()