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

/frameworks/base/core/java/android/widget/
H A DExpandableListView.java985 ContextMenuInfo createContextMenuInfo(View view, int flatListPosition, long id) { method in class:ExpandableListView
H A DAbsListView.java2711 ContextMenuInfo createContextMenuInfo(View view, int position, long id) { method in class:AbsListView
2819 mContextMenuInfo = createContextMenuInfo(child, longPressPosition, longPressId);
2841 mContextMenuInfo = createContextMenuInfo(child, position, id);
2860 mContextMenuInfo = createContextMenuInfo(

Completed in 782 milliseconds