Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
DDragToInteractAnimationControllerTest.java52 private DragToInteractAnimationController mDragToInteractAnimationController;
76 mDragToInteractAnimationController = new DragToInteractAnimationController( in setUp()
79 mDragToInteractAnimationController = new DragToInteractAnimationController( in setUp()
DMenuListViewTouchHandlerTest.java75 private DragToInteractAnimationController mDragToInteractAnimationController;
104 mDragToInteractAnimationController = spy(new DragToInteractAnimationController( in setUp()
107 mDragToInteractAnimationController = spy(new DragToInteractAnimationController( in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DDragToInteractAnimationController.java44 class DragToInteractAnimationController { class
63 DragToInteractAnimationController(DragToInteractView interactView, MenuView menuView) { in DragToInteractAnimationController() method in DragToInteractAnimationController
79 DragToInteractAnimationController(DismissView dismissView, MenuView menuView) { in DragToInteractAnimationController() method in DragToInteractAnimationController
DMenuListViewTouchHandler.java45 private final DragToInteractAnimationController mDragToInteractAnimationController;
49 DragToInteractAnimationController dragToInteractAnimationController) { in MenuListViewTouchHandler()
DMenuViewLayer.java133 private final DragToInteractAnimationController mDragToInteractAnimationController;
257 mDragToInteractAnimationController = new DragToInteractAnimationController( in MenuViewLayer()
260 mDragToInteractAnimationController = new DragToInteractAnimationController( in MenuViewLayer()
650 DragToInteractAnimationController getDragToInteractAnimationController() { in getDragToInteractAnimationController()