Searched refs:BOTTOM_CLIP_PROPERTY (Results 1 – 2 of 2) sorted by relevance
19 import static com.android.wm.shell.bubbles.BubbleExpandedView.BOTTOM_CLIP_PROPERTY;268 mBottomClipAnim = ObjectAnimator.ofInt(mExpandedView, BOTTOM_CLIP_PROPERTY, clip); in animateForImeVisibilityChange()
86 public static final IntProperty<BubbleExpandedView> BOTTOM_CLIP_PROPERTY = field in BubbleExpandedView