Home
last modified time | relevance | path

Searched refs:PROPNAME_BOUNDS (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/transition/
DChangeClipBounds.java37 private static final String PROPNAME_BOUNDS = "android:clipBounds:bounds"; field in ChangeClipBounds
64 values.values.put(PROPNAME_BOUNDS, bounds); in captureValues()
94 start = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator()
96 end = (Rect) endValues.values.get(PROPNAME_BOUNDS); in createAnimator()
DChangeImageTransform.java46 private static final String PROPNAME_BOUNDS = "android:changeImageTransform:bounds"; field in ChangeImageTransform
50 PROPNAME_BOUNDS,
97 values.put(PROPNAME_BOUNDS, bounds); in captureValues()
153 Rect startBounds = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator()
154 Rect endBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS); in createAnimator()
DCrossfade.java55 private static final String PROPNAME_BOUNDS = "android:crossfade:bounds"; field in Crossfade
176 Rect startBounds = (Rect) startVals.get(PROPNAME_BOUNDS); in createAnimator()
177 Rect endBounds = (Rect) endVals.get(PROPNAME_BOUNDS); in createAnimator()
266 transitionValues.values.put(PROPNAME_BOUNDS, bounds); in captureValues()
269 Log.d(LOG_TAG, "Captured bounds " + transitionValues.values.get(PROPNAME_BOUNDS)); in captureValues()
DChangeBounds.java54 private static final String PROPNAME_BOUNDS = "android:changeBounds:bounds"; field in ChangeBounds
60 PROPNAME_BOUNDS,
236 values.values.put(PROPNAME_BOUNDS, new Rect(view.getLeft(), view.getTop(), in captureValues()
288 Rect startBounds = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator()
289 Rect endBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS); in createAnimator()
/frameworks/support/transition/src/android/support/transition/
DChangeClipBounds.java39 private static final String PROPNAME_BOUNDS = "android:clipBounds:bounds"; field in ChangeClipBounds
67 values.values.put(PROPNAME_BOUNDS, bounds); in captureValues()
97 start = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator()
99 end = (Rect) endValues.values.get(PROPNAME_BOUNDS); in createAnimator()
DChangeImageTransform.java46 private static final String PROPNAME_BOUNDS = "android:changeImageTransform:bounds"; field in ChangeImageTransform
50 PROPNAME_BOUNDS,
98 values.put(PROPNAME_BOUNDS, bounds); in captureValues()
133 Rect startBounds = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator()
134 Rect endBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS); in createAnimator()
DChangeBounds.java54 private static final String PROPNAME_BOUNDS = "android:changeBounds:bounds"; field in ChangeBounds
60 PROPNAME_BOUNDS,
219 values.values.put(PROPNAME_BOUNDS, new Rect(view.getLeft(), view.getTop(), in captureValues()
272 Rect startBounds = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator()
273 Rect endBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS); in createAnimator()
/frameworks/base/core/java/com/android/internal/transition/
DEpicenterTranslateClipReveal.java44 private static final String PROPNAME_BOUNDS = "android:epicenterReveal:bounds"; field in EpicenterTranslateClipReveal
112 values.values.put(PROPNAME_BOUNDS, bounds); in captureValues()
129 final Rect endBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS); in onAppear()
166 final Rect startBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS); in onDisappear()
205 return (Rect) values.values.get(PROPNAME_BOUNDS); in getBestRect()