Home
last modified time | relevance | path

Searched refs:PROPNAME_CLIP (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/transition/
DChangeClipBounds.java38 private static final String PROPNAME_CLIP = "android:clipBounds:clip"; field in ChangeClipBounds
42 PROPNAME_CLIP,
63 values.values.put(PROPNAME_CLIP, clip); in captureValues()
86 || !startValues.values.containsKey(PROPNAME_CLIP) in createAnimator()
87 || !endValues.values.containsKey(PROPNAME_CLIP)) { in createAnimator()
90 Rect start = (Rect) startValues.values.get(PROPNAME_CLIP); in createAnimator()
91 Rect end = (Rect) endValues.values.get(PROPNAME_CLIP); in createAnimator()
DChangeBounds.java59 private static final String PROPNAME_CLIP = "android:changeBounds:clip"; field in ChangeBounds
65 PROPNAME_CLIP,
251 values.values.put(PROPNAME_CLIP, view.getClipBounds()); in captureValues()
310 Rect startClip = (Rect) startValues.values.get(PROPNAME_CLIP); in createAnimator()
311 Rect endClip = (Rect) endValues.values.get(PROPNAME_CLIP); in createAnimator()
/frameworks/base/core/java/com/android/internal/transition/
DEpicenterTranslateClipReveal.java43 private static final String PROPNAME_CLIP = "android:epicenterReveal:clip"; field in EpicenterTranslateClipReveal
119 values.values.put(PROPNAME_CLIP, clip); in captureValues()
203 final Rect clipRect = (Rect) values.values.get(PROPNAME_CLIP); in getBestRect()
233 final Rect terminalClip = (Rect) endValues.values.get(PROPNAME_CLIP); in createRectAnimator()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt56427 Landroid/transition/ChangeBounds;->PROPNAME_CLIP:Ljava/lang/String;
56438 Landroid/transition/ChangeClipBounds;->PROPNAME_CLIP:Ljava/lang/String;