Home
last modified time | relevance | path

Searched refs:CANCELLED (Results 1 – 1 of 1) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsAnimationControllerTests.java21 …atic android.server.wm.insets.WindowInsetsAnimationControllerTests.ControlListener.Event.CANCELLED;
305 mListener.awaitAndAssert(CANCELLED); in testControl_andCancel()
324 mListener.assertWasCalled(CANCELLED); in testControl_andImmediatelyCancel()
354 mListener.assertWasNotCalled(CANCELLED); in testControl_immediately_show()
382 mListener.assertWasNotCalled(CANCELLED); in testControl_immediately_hide()
407 mListener.assertWasNotCalled(CANCELLED); in testControl_transition_show()
432 mListener.assertWasNotCalled(CANCELLED); in testControl_transition_hide()
458 mListener.assertWasNotCalled(CANCELLED); in testControl_transition_show_interpolator()
484 mListener.assertWasNotCalled(CANCELLED); in testControl_transition_hide_interpolator()
513 mListener.awaitAndAssert(CANCELLED); in testControl_andLoseControl()
[all …]