Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DChangeClipBounds.java36 private static final String PROPNAME_CLIP = "android:clipBounds:clip"; field in ChangeClipBounds
40 PROPNAME_CLIP,
61 values.values.put(PROPNAME_CLIP, clip); in captureValues()
82 || !startValues.values.containsKey(PROPNAME_CLIP) in createAnimator()
83 || !endValues.values.containsKey(PROPNAME_CLIP)) { in createAnimator()
86 Rect start = (Rect) startValues.values.get(PROPNAME_CLIP); in createAnimator()
87 Rect end = (Rect) endValues.values.get(PROPNAME_CLIP); in createAnimator()
DChangeBounds.java55 private static final String PROPNAME_CLIP = "android:changeBounds:clip"; field in ChangeBounds
61 PROPNAME_CLIP,
245 values.values.put(PROPNAME_CLIP, view.getClipBounds()); in captureValues()
302 Rect startClip = (Rect) startValues.values.get(PROPNAME_CLIP); in createAnimator()
303 Rect endClip = (Rect) endValues.values.get(PROPNAME_CLIP); in createAnimator()
/frameworks/support/transition/src/android/support/transition/
DChangeClipBounds.java38 private static final String PROPNAME_CLIP = "android:clipBounds:clip"; field in ChangeClipBounds
42 PROPNAME_CLIP,
64 values.values.put(PROPNAME_CLIP, clip); in captureValues()
85 || !startValues.values.containsKey(PROPNAME_CLIP) in createAnimator()
86 || !endValues.values.containsKey(PROPNAME_CLIP)) { in createAnimator()
89 Rect start = (Rect) startValues.values.get(PROPNAME_CLIP); in createAnimator()
90 Rect end = (Rect) endValues.values.get(PROPNAME_CLIP); in createAnimator()
DChangeBounds.java55 private static final String PROPNAME_CLIP = "android:changeBounds:clip"; field in ChangeBounds
61 PROPNAME_CLIP,
228 values.values.put(PROPNAME_CLIP, ViewCompat.getClipBounds(view)); in captureValues()
286 Rect startClip = (Rect) startValues.values.get(PROPNAME_CLIP); in createAnimator()
287 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()