Home
last modified time | relevance | path

Searched refs:MotionInputEvent (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DEvents.java135 public static final class MotionInputEvent implements InputEvent { class in Events
139 public MotionInputEvent(MotionEvent event, RecyclerView view) { in MotionInputEvent() method in Events.MotionInputEvent
DRecentsCreateFragment.java143 Events.MotionInputEvent event = new Events.MotionInputEvent(e, mRecView);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DMultiSelectManager.java41 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()
DDirectoryFragment.java88 import com.android.documentsui.Events.MotionInputEvent;
1671 new MotionInputEvent(e, mRecView)); in onSingleTapUp()
1690 mSelectionManager.onLongPress(new MotionInputEvent(e, mRecView)); in onLongPress()