Searched refs:ChangeBounds (Results 1 – 6 of 6) sorted by relevance
31 import android.transition.ChangeBounds;59 ChangeBounds changeBounds = new ChangeBounds(); in testTransitionTogether()85 ChangeBounds changeBounds = new ChangeBounds(); in testTransitionSequentially()121 ChangeBounds changeBounds = new ChangeBounds(); in testTransitionCount()
29 import android.transition.ChangeBounds;112 assertTrue(transition instanceof ChangeBounds); in testInflateTransitionManager()122 assertTrue(transition instanceof ChangeBounds); in verifyChangeBoundsProperties()123 ChangeBounds changeBounds = (ChangeBounds) transition; in verifyChangeBoundsProperties()169 assertTrue(set.getTransitionAt(0) instanceof ChangeBounds); in verifyTransitionSetProperties() local269 public static class InflationChangeBounds extends ChangeBounds {
23 import android.transition.ChangeBounds;124 public class ChangeBoundsCaptureValues extends ChangeBounds {
32 import android.transition.ChangeBounds;61 ChangeBounds mChangeBounds;339 private class MyChangeBounds extends ChangeBounds {
44 import android.transition.ChangeBounds;550 Transition transition = new ChangeBounds(); in testSetPropagation()662 mTransition = new ChangeBounds(); in testMatchOrder()
27 import android.transition.ChangeBounds;112 getWindow().setSharedElementEnterTransition(new ChangeBounds().setDuration(DURATION)); in onCreate()113 getWindow().setSharedElementReturnTransition(new ChangeBounds().setDuration(DURATION)); in onCreate()