Searched refs:createContextMenuInfo (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | ExpandableListView.java | 1129 ContextMenuInfo createContextMenuInfo(View view, int flatListPosition, long id) { in createContextMenuInfo() method in ExpandableListView
|
D | AbsListView.java | 3141 ContextMenuInfo createContextMenuInfo(View view, int position, long id) { in createContextMenuInfo() method 3314 mContextMenuInfo = createContextMenuInfo(child, longPressPosition, longPressId); in performLongPress() 3348 mContextMenuInfo = createContextMenuInfo(child, position, id); in showContextMenuInternal() 3393 mContextMenuInfo = createContextMenuInfo(child, longPressPosition, longPressId); in showContextMenuForChildInternal()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 80167 Landroid/widget/AbsListView;->createContextMenuInfo(Landroid/view/View;IJ)Landroid/view/ContextMenu… 81907 Landroid/widget/ExpandableListView;->createContextMenuInfo(Landroid/view/View;IJ)Landroid/view/Cont…
|