Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGallery.java179 private AdapterContextMenuInfo mContextMenuInfo; field in Gallery
1174 return mContextMenuInfo; in getContextMenuInfo()
1231 mContextMenuInfo = new AdapterContextMenuInfo(view, position, id); in dispatchLongPress()
DAbsListView.java529 private ContextMenuInfo mContextMenuInfo = null; field in AbsListView
3314 mContextMenuInfo = createContextMenuInfo(child, longPressPosition, longPressId); in performLongPress()
3329 return mContextMenuInfo; in getContextMenuInfo()
3348 mContextMenuInfo = createContextMenuInfo(child, position, id); in showContextMenuInternal()
3393 mContextMenuInfo = createContextMenuInfo(child, longPressPosition, longPressId); in showContextMenuForChildInternal()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt82112 Landroid/widget/Gallery;->mContextMenuInfo:Landroid/widget/AdapterView$AdapterContextMenuInfo;