Searched refs:mContextMenuInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGallery.java171 private AdapterContextMenuInfo mContextMenuInfo; field in class:Gallery
1158 return mContextMenuInfo;
1215 mContextMenuInfo = new AdapterContextMenuInfo(view, position, id);
H A DAbsListView.java503 private ContextMenuInfo mContextMenuInfo = null; field in class:AbsListView
3241 mContextMenuInfo = createContextMenuInfo(child, longPressPosition, longPressId);
3256 return mContextMenuInfo;
3275 mContextMenuInfo = createContextMenuInfo(child, position, id);
3320 mContextMenuInfo = createContextMenuInfo(child, longPressPosition, longPressId);

Completed in 59 milliseconds