Searched refs:createContextMenuInfo (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | ExpandableListView.java | 1135 ContextMenuInfo createContextMenuInfo(View view, int flatListPosition, long id) { in createContextMenuInfo() method in ExpandableListView
|
D | AbsListView.java | 3229 ContextMenuInfo createContextMenuInfo(View view, int position, long id) { in createContextMenuInfo() method 3402 mContextMenuInfo = createContextMenuInfo(child, longPressPosition, longPressId); in performLongPress() 3436 mContextMenuInfo = createContextMenuInfo(child, position, id); in showContextMenuInternal() 3481 mContextMenuInfo = createContextMenuInfo(child, longPressPosition, longPressId); in showContextMenuForChildInternal()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 65095 Landroid/widget/AbsListView;->createContextMenuInfo(Landroid/view/View;IJ)Landroid/view/ContextMenu… 66835 Landroid/widget/ExpandableListView;->createContextMenuInfo(Landroid/view/View;IJ)Landroid/view/Cont…
|