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/insets/
DWindowInsetsAnimationControllerTests.java21 import static android.server.wm.insets.WindowInsetsAnimationControllerTests.ControlListener.Event.C…
22 import static android.server.wm.insets.WindowInsetsAnimationControllerTests.ControlListener.Event.F…
23 import static android.server.wm.insets.WindowInsetsAnimationControllerTests.ControlListener.Event.R…
113 ControlListener mListener;
195 mListener = new ControlListener(mErrorCollector); in setUpWindowInsetsAnimationControllerTests()
278 mListener = new ControlListener(mErrorCollector); in retryIfCancelled()
746 static class ControlListener implements WindowInsetsAnimationControlListener { class in WindowInsetsAnimationControllerTests
754 ControlListener(ErrorCollector errorCollector) { in ControlListener() method in WindowInsetsAnimationControllerTests.ControlListener