Home
last modified time | relevance | path

Searched defs:ChangeBounds (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/transition/src/android/support/transition/
DChangeBounds.java52 public class ChangeBounds extends Transition { class
168 public ChangeBounds() { in ChangeBounds() method in ChangeBounds
171 public ChangeBounds(Context context, AttributeSet attrs) { in ChangeBounds() method in ChangeBounds
DStyleable.java93 interface ChangeBounds { interface in Styleable
/frameworks/base/core/java/android/transition/
DChangeBounds.java52 public class ChangeBounds extends Transition { class
169 public ChangeBounds() {} in ChangeBounds() method in ChangeBounds
171 public ChangeBounds(Context context, AttributeSet attrs) { in ChangeBounds() method in ChangeBounds
/frameworks/support/transition/tests/src/android/support/transition/
DTransitionInflaterTest.java132 assertTrue(set.getTransitionAt(0) instanceof ChangeBounds); in verifyTransitionSetProperties() local