Searched refs:PROPNAME_CLIP (Results 1 – 4 of 4) sorted by relevance
38 private static final String PROPNAME_CLIP = "android:clipBounds:clip"; field in ChangeClipBounds42 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()
59 private static final String PROPNAME_CLIP = "android:changeBounds:clip"; field in ChangeBounds65 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()
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()
56427 Landroid/transition/ChangeBounds;->PROPNAME_CLIP:Ljava/lang/String;56438 Landroid/transition/ChangeClipBounds;->PROPNAME_CLIP:Ljava/lang/String;