Home
last modified time | relevance | path

Searched refs:mDragToInteractAnimationController (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
DDragToInteractAnimationControllerTest.java52 private DragToInteractAnimationController mDragToInteractAnimationController; field in DragToInteractAnimationControllerTest
76 mDragToInteractAnimationController = new DragToInteractAnimationController( in setUp()
79 mDragToInteractAnimationController = new DragToInteractAnimationController( in setUp()
83 mDragToInteractAnimationController.setMagnetListener(new MagnetizedObject.MagnetListener() { in setUp()
108 mDragToInteractAnimationController.showInteractView(true); in showDismissView_success_old()
116 mDragToInteractAnimationController.showInteractView(false); in hideDismissView_success_old()
124 mDragToInteractAnimationController.showInteractView(true); in showDismissView_success()
132 mDragToInteractAnimationController.showInteractView(false); in hideDismissView_success()
DMenuListViewTouchHandlerTest.java75 private DragToInteractAnimationController mDragToInteractAnimationController; field in MenuListViewTouchHandlerTest
104 mDragToInteractAnimationController = spy(new DragToInteractAnimationController( in setUp()
107 mDragToInteractAnimationController = spy(new DragToInteractAnimationController( in setUp()
112 mDragToInteractAnimationController); in setUp()
132 doReturn(empty).when(mDragToInteractAnimationController).maybeConsumeMoveMotionEvent( in onActionMoveEvent_notConsumedEvent_shouldMoveToPosition()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuListViewTouchHandler.java45 private final DragToInteractAnimationController mDragToInteractAnimationController; field in MenuListViewTouchHandler
51 mDragToInteractAnimationController = dragToInteractAnimationController; in MenuListViewTouchHandler()
72 mDragToInteractAnimationController.maybeConsumeDownMotionEvent(motionEvent); in onInterceptTouchEvent()
83 mDragToInteractAnimationController.showInteractView(/* show= */ true); in onInterceptTouchEvent()
84 if (mDragToInteractAnimationController.maybeConsumeMoveMotionEvent(motionEvent) in onInterceptTouchEvent()
98 mDragToInteractAnimationController.showInteractView(/* show= */ false); in onInterceptTouchEvent()
105 if (mDragToInteractAnimationController.maybeConsumeUpMotionEvent(motionEvent) in onInterceptTouchEvent()
DMenuViewLayer.java133 private final DragToInteractAnimationController mDragToInteractAnimationController; field in MenuViewLayer
257 mDragToInteractAnimationController = new DragToInteractAnimationController( in MenuViewLayer()
260 mDragToInteractAnimationController = new DragToInteractAnimationController( in MenuViewLayer()
263 mDragToInteractAnimationController.setMagnetListener(new MagnetizedObject.MagnetListener() { in MenuViewLayer()
267 mDragToInteractAnimationController.animateInteractMenu( in MenuViewLayer()
275 mDragToInteractAnimationController.animateInteractMenu( in MenuViewLayer()
287 mDragToInteractAnimationController); in MenuViewLayer()
336 mDragToInteractAnimationController.updateResources(); in onConfigurationChanged()
499 mDragToInteractAnimationController.animateInteractMenu( in dispatchAccessibilityAction()
651 return mDragToInteractAnimationController; in getDragToInteractAnimationController()