Home
last modified time | relevance | path

Searched defs:changeBounds (Results 1 – 7 of 7) sorted by relevance

/frameworks/support/transition/src/androidTest/java/androidx/transition/
DChangeBoundsTest.java37 final ChangeBounds changeBounds = new ChangeBounds(); in createTransition() local
45 ChangeBounds changeBounds = (ChangeBounds) mTransition; in testResizeClip() local
DTransitionInflaterTest.java88 ChangeBounds changeBounds = (ChangeBounds) transition; in verifyChangeBoundsProperties() local
/frameworks/support/leanback/src/main/java/androidx/leanback/transition/
DTransitionHelper.java154 CustomChangeBounds changeBounds = new CustomChangeBounds(); in createChangeBounds() local
168 public static void setChangeBoundsStartDelay(Object changeBounds, View view, int startDelay) { in setChangeBoundsStartDelay()
174 public static void setChangeBoundsStartDelay(Object changeBounds, int viewId, int startDelay) { in setChangeBoundsStartDelay()
180 public static void setChangeBoundsStartDelay(Object changeBounds, String className, in setChangeBoundsStartDelay()
187 public static void setChangeBoundsDefaultStartDelay(Object changeBounds, int startDelay) { in setChangeBoundsDefaultStartDelay()
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DClippingText.java52 ChangeBounds changeBounds = new ChangeBounds(); in onCreate() local
DCrossfadeMultiple.java71 ChangeBounds changeBounds = new ChangeBounds(); in onCreate() local
/frameworks/support/leanback/src/main/java/androidx/leanback/app/
DGuidedStepSupportFragment.java905 Object changeBounds = TransitionHelper.createChangeBounds(false); in onProvideFragmentTransitions() local
DGuidedStepFragment.java910 Object changeBounds = TransitionHelper.createChangeBounds(false); in onProvideFragmentTransitions() local