Searched refs:DragToInteractView (Results 1 – 5 of 5) sorted by relevance
53 private DragToInteractView mInteractView;72 mInteractView = spy(new DragToInteractView(mContext)); in setUp()
78 private DragToInteractView mInteractView;100 mInteractView = spy(new DragToInteractView(mContext)); in setUp()
50 private final DragToInteractView mInteractView;63 DragToInteractAnimationController(DragToInteractView interactView, MenuView menuView) { in DragToInteractAnimationController()
51 class DragToInteractView(context: Context) : FrameLayout(context) { class76 private val TAG = DragToInteractView::class.simpleName
122 private final DragToInteractView mDragToInteractView;249 mDragToInteractView = new DragToInteractView(context); in MenuViewLayer()