Searched refs:BaseTransitionTest (Results 1 - 9 of 9) sorted by relevance

/frameworks/support/transition/tests/src/android/support/transition/
H A DBaseTransitionTest.java36 public abstract class BaseTransitionTest extends BaseTest { class in inherits:BaseTest
122 return ObjectAnimator.ofFloat(BaseTransitionTest.this, "animatedValue", 0, 1);
129 return ObjectAnimator.ofFloat(BaseTransitionTest.this, "animatedValue", 1, 0);
H A DChangeScrollTest.java33 public class ChangeScrollTest extends BaseTransitionTest {
H A DChangeBoundsTest.java32 public class ChangeBoundsTest extends BaseTransitionTest {
H A DChangeTransformTest.java31 public class ChangeTransformTest extends BaseTransitionTest {
H A DPropagationTest.java32 public class PropagationTest extends BaseTransitionTest {
H A DChangeClipBoundsTest.java34 public class ChangeClipBoundsTest extends BaseTransitionTest {
H A DExplodeTest.java34 public class ExplodeTest extends BaseTransitionTest {
H A DChangeImageTransformTest.java44 public class ChangeImageTransformTest extends BaseTransitionTest {
H A DSlideEdgeTest.java38 public class SlideEdgeTest extends BaseTransitionTest {

Completed in 85 milliseconds