Home
last modified time | relevance | path

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

/cts/tests/tests/transition/src/android/transition/cts/
DTransitionSetTest.java29 SimpleTransitionListener fadeListener = new SimpleTransitionListener(); in testTransitionTogether()
32 SimpleTransitionListener changeBoundsListener = new SimpleTransitionListener(); in testTransitionTogether()
54 SimpleTransitionListener fadeListener = new SimpleTransitionListener(); in testTransitionSequentially()
57 SimpleTransitionListener changeBoundsListener = new SimpleTransitionListener(); in testTransitionSequentially()
DBaseTransitionTest.java42 protected SimpleTransitionListener mListener;
56 mListener = new SimpleTransitionListener(); in setUp()
64 protected void waitForStart(SimpleTransitionListener listener) throws InterruptedException { in waitForStart()
73 protected static void waitForEnd(SimpleTransitionListener listener, long waitMillis) in waitForEnd()
163 mListener = new SimpleTransitionListener(); in resetListener()
DSlideEdgeTest.java66 final SimpleTransitionListener listener = new SimpleTransitionListener(); in testSlideOut()
149 final SimpleTransitionListener listener = new SimpleTransitionListener(); in testSlideIn()
DSimpleTransitionListener.java26 class SimpleTransitionListener implements TransitionListener { class
DTransitionTest.java54 final SimpleTransitionListener listener2 = new SimpleTransitionListener(); in testAddListener()
DChangeBoundsTest.java41 mListener = new SimpleTransitionListener(); in resetChangeBoundsTransition()