Searched refs:DragToInteractAnimationController (Results 1 – 5 of 5) sorted by relevance
52 private DragToInteractAnimationController mDragToInteractAnimationController;76 mDragToInteractAnimationController = new DragToInteractAnimationController( in setUp()79 mDragToInteractAnimationController = new DragToInteractAnimationController( in setUp()
75 private DragToInteractAnimationController mDragToInteractAnimationController;104 mDragToInteractAnimationController = spy(new DragToInteractAnimationController( in setUp()107 mDragToInteractAnimationController = spy(new DragToInteractAnimationController( in setUp()
44 class DragToInteractAnimationController { class63 DragToInteractAnimationController(DragToInteractView interactView, MenuView menuView) { in DragToInteractAnimationController() method in DragToInteractAnimationController79 DragToInteractAnimationController(DismissView dismissView, MenuView menuView) { in DragToInteractAnimationController() method in DragToInteractAnimationController
45 private final DragToInteractAnimationController mDragToInteractAnimationController;49 DragToInteractAnimationController dragToInteractAnimationController) { in MenuListViewTouchHandler()
133 private final DragToInteractAnimationController mDragToInteractAnimationController;257 mDragToInteractAnimationController = new DragToInteractAnimationController( in MenuViewLayer()260 mDragToInteractAnimationController = new DragToInteractAnimationController( in MenuViewLayer()650 DragToInteractAnimationController getDragToInteractAnimationController() { in getDragToInteractAnimationController()