Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleFlyoutViewTest.java105 mFlyout.setCollapsePercent(1f); in testSetCollapsePercent()
109 mFlyout.setCollapsePercent(0f); in testSetCollapsePercent()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleFlyoutView.java357 setCollapsePercent(1f); in setupFlyoutStartingAsDot()
388 void setCollapsePercent(float percentCollapsed) { in setCollapsePercent() method in BubbleFlyoutView
DBubbleStackView.java2947 mFlyout.setCollapsePercent(Math.min(1f, Math.max(0f, collapsePercent))); in setFlyoutStateForDragLength()