Searched defs:mContextMenuInfo (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 75 milliseconds