Searched refs:runTransition (Results 1 – 2 of 2) sorted by relevance
58 mAnimator = runTransition(controller, show); in requestControlThenTransitionToVisibility()76 private static ValueAnimator runTransition(WindowInsetsAnimationController controller, in runTransition() method in WindowInsetsAnimationUtils
343 runTransition(true); in testControl_transition_show()364 runTransition(false); in testControl_transition_hide()386 runTransition(true); in testControl_transition_show_interpolator()408 runTransition(false); in testControl_transition_hide_interpolator()429 runTransition(false, TimeUnit.MINUTES.toMillis(5)); in testControl_andLoseControl()458 runTransition(true); in testImeControl_isntInterruptedByStartingInput()525 private void runTransition(boolean show) throws Throwable { in runTransition() method in WindowInsetsAnimationControllerTests526 runTransition(show, 1000); in runTransition()529 private void runTransition(boolean show, long durationMillis) throws Throwable { in runTransition() method in WindowInsetsAnimationControllerTests