Home
last modified time | relevance | path

Searched refs:mContextMenuInfo (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DGallery.java179 private AdapterContextMenuInfo mContextMenuInfo; field in Gallery
1175 return mContextMenuInfo; in getContextMenuInfo()
1232 mContextMenuInfo = new AdapterContextMenuInfo(view, position, id); in dispatchLongPress()
H A DAbsListView.java545 private ContextMenuInfo mContextMenuInfo = null; field in AbsListView
3394 mContextMenuInfo = createContextMenuInfo(child, longPressPosition, longPressId); in performLongPress()
3409 return mContextMenuInfo; in getContextMenuInfo()
3428 mContextMenuInfo = createContextMenuInfo(child, position, id); in showContextMenuInternal()
3473 mContextMenuInfo = createContextMenuInfo(child, longPressPosition, longPressId); in showContextMenuForChildInternal()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt67683 Landroid/widget/Gallery;->mContextMenuInfo:Landroid/widget/AdapterView$AdapterContextMenuInfo;