Home
last modified time | relevance | path

Searched refs:showInteractView (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
DDragToInteractAnimationControllerTest.java108 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuListViewTouchHandler.java83 mDragToInteractAnimationController.showInteractView(/* show= */ true); in onInterceptTouchEvent()
98 mDragToInteractAnimationController.showInteractView(/* show= */ false); in onInterceptTouchEvent()
DDragToInteractAnimationController.java92 void showInteractView(boolean show) { in showInteractView() method in DragToInteractAnimationController