Home
last modified time | relevance | path

Searched refs:DragToInteractView (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
DDragToInteractAnimationControllerTest.java53 private DragToInteractView mInteractView;
72 mInteractView = spy(new DragToInteractView(mContext)); in setUp()
DMenuListViewTouchHandlerTest.java78 private DragToInteractView mInteractView;
100 mInteractView = spy(new DragToInteractView(mContext)); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DDragToInteractAnimationController.java50 private final DragToInteractView mInteractView;
63 DragToInteractAnimationController(DragToInteractView interactView, MenuView menuView) { in DragToInteractAnimationController()
DDragToInteractView.kt51 class DragToInteractView(context: Context) : FrameLayout(context) { class
76 private val TAG = DragToInteractView::class.simpleName
DMenuViewLayer.java122 private final DragToInteractView mDragToInteractView;
249 mDragToInteractView = new DragToInteractView(context); in MenuViewLayer()