Searched refs:PROPNAME_BOUNDS (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/transition/ |
D | ChangeClipBounds.java | 37 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()
|
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 | 54 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/main/java/androidx/transition/ |
D | ChangeClipBounds.java | 40 private static final String PROPNAME_BOUNDS = "android:clipBounds:bounds"; field in ChangeClipBounds 68 values.values.put(PROPNAME_BOUNDS, bounds); in captureValues() 98 start = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator() 100 end = (Rect) endValues.values.get(PROPNAME_BOUNDS); in createAnimator()
|
D | ChangeImageTransform.java | 47 private static final String PROPNAME_BOUNDS = "android:changeImageTransform:bounds"; field in ChangeImageTransform 51 PROPNAME_BOUNDS, 99 values.put(PROPNAME_BOUNDS, bounds); in captureValues() 134 Rect startBounds = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator() 135 Rect endBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS); in createAnimator()
|
D | ChangeBounds.java | 55 private static final String PROPNAME_BOUNDS = "android:changeBounds:bounds"; field in ChangeBounds 61 PROPNAME_BOUNDS, 220 values.values.put(PROPNAME_BOUNDS, new Rect(view.getLeft(), view.getTop(), in captureValues() 273 Rect startBounds = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator() 274 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()
|