Searched refs:PROPNAME_CLIP (Results 1 – 5 of 5) sorted by relevance
36 private static final String PROPNAME_CLIP = "android:clipBounds:clip"; field in ChangeClipBounds40 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()
55 private static final String PROPNAME_CLIP = "android:changeBounds:clip"; field in ChangeBounds61 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()
38 private static final String PROPNAME_CLIP = "android:clipBounds:clip"; field in ChangeClipBounds42 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()
55 private static final String PROPNAME_CLIP = "android:changeBounds:clip"; field in ChangeBounds61 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()
43 private static final String PROPNAME_CLIP = "android:epicenterReveal:clip"; field in EpicenterTranslateClipReveal119 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()