Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DDragToInteractAnimationController.java50 private final DragToInteractView mInteractView; field in DragToInteractAnimationController
65 mInteractView = interactView; in DragToInteractAnimationController()
66 mInteractView.setPivotX(interactView.getWidth() / 2.0f); in DragToInteractAnimationController()
67 mInteractView.setPivotY(interactView.getHeight() / 2.0f); in DragToInteractAnimationController()
81 mInteractView = null; in DragToInteractAnimationController()
93 if (Flags.floatingMenuDragToEdit() && mInteractView != null) { in showInteractView()
95 mInteractView.show(); in showInteractView()
97 mInteractView.hide(); in showInteractView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
DDragToInteractAnimationControllerTest.java53 private DragToInteractView mInteractView; field in DragToInteractAnimationControllerTest
72 mInteractView = spy(new DragToInteractView(mContext)); in setUp()
77 mInteractView, stubMenuView); in setUp()
126 verify(mInteractView).show(); in showDismissView_success()
134 verify(mInteractView).hide(); in hideDismissView_success()
DMenuListViewTouchHandlerTest.java78 private DragToInteractView mInteractView; field in MenuListViewTouchHandlerTest
100 mInteractView = spy(new DragToInteractView(mContext)); in setUp()
105 mInteractView, mStubMenuView)); in setUp()
187 verify(mInteractView).show(); in onActionMoveEvent_shouldShowInteractView()