Home
last modified time | relevance | path

Searched refs:moveOutEdgeAndShow (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuItemAccessibilityDelegate.java131 mAnimationController.moveOutEdgeAndShow(); in performAccessibilityAction()
H A DMenuView.java311 mMenuAnimationController.moveOutEdgeAndShow(); in maybeMoveOutEdgeAndShow()
H A DMenuAnimationController.java318 void moveOutEdgeAndShow() { in moveOutEdgeAndShow() method in MenuAnimationController
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuItemAccessibilityDelegateTest.java166 verify(mMenuAnimationController).moveOutEdgeAndShow(); in performMoveOutFromEdgeAction_success()
H A DMenuAnimationControllerTest.java144 mMenuAnimationController.moveOutEdgeAndShow(); in moveOutEdgeAndShow_tucked_expectedSharedPreferenceValue()