Home
last modified time | relevance | path

Searched refs:PROPNAME_BOUNDS (Results 1 – 6 of 6) 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()
144 Rect startBounds = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator()
145 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.java56 private static final String PROPNAME_BOUNDS = "android:changeBounds:bounds"; field in ChangeBounds
62 PROPNAME_BOUNDS,
240 values.values.put(PROPNAME_BOUNDS, new Rect(view.getLeft(), view.getTop(), in captureValues()
292 Rect startBounds = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator()
293 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt71092 Landroid/transition/ChangeBounds;->PROPNAME_BOUNDS:Ljava/lang/String;
71103 Landroid/transition/ChangeClipBounds;->PROPNAME_BOUNDS:Ljava/lang/String;
71112 Landroid/transition/ChangeImageTransform;->PROPNAME_BOUNDS:Ljava/lang/String;
71194 Landroid/transition/Crossfade;->PROPNAME_BOUNDS:Ljava/lang/String;