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