Home
last modified time | relevance | path

Searched refs:overItemWithSelectionKey (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/
DDocsSelectionHelper.java194 public boolean overItemWithSelectionKey(MotionEvent e) { in overItemWithSelectionKey() method in DocsSelectionHelper.DocDetailsLookup
195 return super.overItemWithSelectionKey(e); in overItemWithSelectionKey()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java490 if (mDetailsLookup.overItemWithSelectionKey(e)) { in onContextMenuClick()