Searched refs:PROPNAME_CLIP (Results 1 – 4 of 4) 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()
57 private static final String PROPNAME_CLIP = "android:changeBounds:clip"; field in ChangeBounds63 PROPNAME_CLIP,249 values.values.put(PROPNAME_CLIP, view.getClipBounds()); in captureValues()306 Rect startClip = (Rect) startValues.values.get(PROPNAME_CLIP); in createAnimator()307 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()
71093 Landroid/transition/ChangeBounds;->PROPNAME_CLIP:Ljava/lang/String;71104 Landroid/transition/ChangeClipBounds;->PROPNAME_CLIP:Ljava/lang/String;