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
404 runTransition(true); in testControl_transition_show()429 runTransition(false); in testControl_transition_hide()455 runTransition(true); in testControl_transition_show_interpolator()481 runTransition(false); in testControl_transition_hide_interpolator()506 runTransition(false, TimeUnit.MINUTES.toMillis(5)); in testControl_andLoseControl()540 runTransition(true); in testImeControl_isntInterruptedByStartingInput()622 private void runTransition(boolean show) throws Throwable { in runTransition() method in WindowInsetsAnimationControllerTests623 runTransition(show, 1000); in runTransition()626 private void runTransition(boolean show, long durationMillis) throws Throwable { in runTransition() method in WindowInsetsAnimationControllerTests