Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsAnimationControllerTests.java20 import static android.server.wm.WindowInsetsAnimationControllerTests.ControlListener.Event.CANCELLE…
21 import static android.server.wm.WindowInsetsAnimationControllerTests.ControlListener.Event.FINISHED;
22 import static android.server.wm.WindowInsetsAnimationControllerTests.ControlListener.Event.READY;
110 ControlListener mListener;
166 mListener = new ControlListener(mErrorCollector); in setUpWindowInsetsAnimationControllerTests()
240 mListener = new ControlListener(mErrorCollector); in retryIfCancelled()
632 static class ControlListener implements WindowInsetsAnimationControlListener { class in WindowInsetsAnimationControllerTests
639 ControlListener(ErrorCollector errorCollector) { in ControlListener() method in WindowInsetsAnimationControllerTests.ControlListener