Searched refs:ControlListener (Results 1 – 1 of 1) sorted by relevance
20 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 WindowInsetsAnimationControllerTests639 ControlListener(ErrorCollector errorCollector) { in ControlListener() method in WindowInsetsAnimationControllerTests.ControlListener