Home
last modified time | relevance | path

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

/cts/tests/tests/transition/src/android/transition/cts/
DBaseTransitionTest.java61 …protected static void waitForStart(SimpleTransitionListener listener) throws InterruptedException { in waitForStart()
79 protected static void waitForEnd(SimpleTransitionListener listener, long waitMillis) in waitForEnd()
156 public final SimpleTransitionListener listener = new SimpleTransitionListener();
DChangeScrollTest.java34 SimpleTransitionListener listener = new SimpleTransitionListener(); in testChangeScroll()
DSimpleTransitionListener.java24 class SimpleTransitionListener implements TransitionListener { class
DTransitionTest.java40 final SimpleTransitionListener listener2 = new SimpleTransitionListener(); in testAddListener()