Searched refs:mDragToInteractAnimationController (Results 1 – 4 of 4) sorted by relevance
52 private DragToInteractAnimationController mDragToInteractAnimationController; field in DragToInteractAnimationControllerTest76 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()
75 private DragToInteractAnimationController mDragToInteractAnimationController; field in MenuListViewTouchHandlerTest104 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()
45 private final DragToInteractAnimationController mDragToInteractAnimationController; field in MenuListViewTouchHandler51 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()
133 private final DragToInteractAnimationController mDragToInteractAnimationController; field in MenuViewLayer257 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()