Home
last modified time | relevance | path

Searched refs:setManageButtonTranslationY (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.java80 verify(mMockExpandedView).setManageButtonTranslationY(-dampenedDistance); in testUpdateDrag_expandedViewMovesUpAndClipped()
164 verify(mMockExpandedView).setManageButtonTranslationY(-0f); in testReset()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DExpandedViewAnimationControllerImpl.java347 mExpandedView.setManageButtonTranslationY(-mCollapsedAmount); in setCollapsedAmount()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleExpandedView.java712 public void setManageButtonTranslationY(float translationY) { in setManageButtonTranslationY() method in BubbleExpandedView