Searched refs:MotionInputEvent (Results 1 – 4 of 4) sorted by relevance
135 public static final class MotionInputEvent implements InputEvent { class in Events139 public MotionInputEvent(MotionEvent event, RecyclerView view) { in MotionInputEvent() method in Events.MotionInputEvent
143 Events.MotionInputEvent event = new Events.MotionInputEvent(e, mRecView);
41 import com.android.documentsui.Events.MotionInputEvent;107 return mBandManager.handleEvent(new MotionInputEvent(e, recyclerView)); in MultiSelectManager()115 new MotionInputEvent(e, recyclerView)); in MultiSelectManager()1139 public boolean handleEvent(MotionInputEvent e) { in handleEvent()1180 boolean shouldStart(MotionInputEvent e) { in shouldStart()
88 import com.android.documentsui.Events.MotionInputEvent;1671 new MotionInputEvent(e, mRecView)); in onSingleTapUp()1690 mSelectionManager.onLongPress(new MotionInputEvent(e, mRecView)); in onLongPress()