Searched refs:navBarAnimator (Results 1 – 1 of 1) sorted by relevance
512 ObjectAnimator navBarAnimator = ObjectAnimator.ofPropertyValuesHolder(drawable, in orientBackButton() local515 navBarAnimator.setInterpolator(Interpolators.FAST_OUT_SLOW_IN); in orientBackButton()516 navBarAnimator.setDuration(200); in orientBackButton()517 navBarAnimator.start(); in orientBackButton()