Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
DMenuAnimationControllerTest.java149 mMenuAnimationController.moveOutEdgeAndShow(); in moveOutEdgeAndShow_tucked_expectedSharedPreferenceValue()
241 mMenuAnimationController.moveOutEdgeAndShow(); in untuck_animates()
DMenuItemAccessibilityDelegateTest.java194 verify(mMenuAnimationController).moveOutEdgeAndShow(); in performMoveOutFromEdgeAction_success()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuItemAccessibilityDelegate.java144 mAnimationController.moveOutEdgeAndShow(); in performAccessibilityAction()
DMenuView.java348 mMenuAnimationController.moveOutEdgeAndShow(); in maybeMoveOutEdgeAndShow()
DMenuAnimationController.java355 void moveOutEdgeAndShow() { in moveOutEdgeAndShow() method in MenuAnimationController