Searched refs:PROPNAME_BOUNDS (Results 1 – 6 of 6) 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() 144 Rect startBounds = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator() 145 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 | 56 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/ |
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()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 71092 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;
|