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

/frameworks/base/core/java/android/widget/
H A DExpandableListView.java1116 ContextMenuInfo createContextMenuInfo(View view, int flatListPosition, long id) { method in class:ExpandableListView
H A DAbsListView.java3075 ContextMenuInfo createContextMenuInfo(View view, int position, long id) { method in class:AbsListView
3246 mContextMenuInfo = createContextMenuInfo(child, longPressPosition, longPressId);
3280 mContextMenuInfo = createContextMenuInfo(child, position, id);
3325 mContextMenuInfo = createContextMenuInfo(child, longPressPosition, longPressId);

Completed in 71 milliseconds