Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DExpandedViewAnimationControllerTest.java162 verify(mMockExpandedView).setBottomClip(0); in testReset()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedViewAnimationControllerImpl.java308 mExpandedView.setBottomClip(0); in reset()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleExpandedView.java90 expandedView.setBottomClip(value);
790 public void setBottomClip(int clip) { in setBottomClip() method in BubbleExpandedView