Searched refs:PROPNAME_BOUNDS (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/transition/ |
D | ChangeClipBounds.java | 36 private static final String PROPNAME_BOUNDS = "android:clipBounds:bounds"; field in ChangeClipBounds 63 values.values.put(PROPNAME_BOUNDS, bounds); in captureValues() 92 start = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator() 94 end = (Rect) endValues.values.get(PROPNAME_BOUNDS); in createAnimator()
|
D | ChangeImageTransform.java | 46 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()
|
D | Crossfade.java | 55 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()
|
D | ChangeBounds.java | 55 private static final String PROPNAME_BOUNDS = "android:changeBounds:bounds"; field in ChangeBounds 61 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/base/core/java/com/android/internal/transition/ |
D | EpicenterTranslateClipReveal.java | 44 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()
|