Home
last modified time | relevance | path

Searched refs:BOTTOM_CLIP_PROPERTY (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedViewAnimationControllerImpl.java19 import static com.android.wm.shell.bubbles.BubbleExpandedView.BOTTOM_CLIP_PROPERTY;
268 mBottomClipAnim = ObjectAnimator.ofInt(mExpandedView, BOTTOM_CLIP_PROPERTY, clip); in animateForImeVisibilityChange()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleExpandedView.java86 public static final IntProperty<BubbleExpandedView> BOTTOM_CLIP_PROPERTY = field in BubbleExpandedView