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
1147 return mContextMenuInfo;
1183 mContextMenuInfo = new AdapterContextMenuInfo(view, position, id);
H A DAbsListView.java477 private ContextMenuInfo mContextMenuInfo = null; field in class:AbsListView
2819 mContextMenuInfo = createContextMenuInfo(child, longPressPosition, longPressId);
2830 return mContextMenuInfo;
2841 mContextMenuInfo = createContextMenuInfo(child, position, id);
2860 mContextMenuInfo = createContextMenuInfo(

Completed in 1967 milliseconds