Home
last modified time | relevance | path

Searched refs:setBottomClip (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DExpandedViewAnimationControllerTest.java165 verify(mMockExpandedView).setBottomClip(0); in testReset()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DExpandedViewAnimationControllerImpl.java319 mExpandedView.setBottomClip(0); in reset()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleExpandedView.java91 expandedView.setBottomClip(value);
727 public void setBottomClip(int clip) { in setBottomClip() method in BubbleExpandedView