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 | 3133 ContextMenuInfo createContextMenuInfo(View view, int position, long id) { in createContextMenuInfo() method 3306 mContextMenuInfo = createContextMenuInfo(child, longPressPosition, longPressId); in performLongPress() 3340 mContextMenuInfo = createContextMenuInfo(child, position, id); in showContextMenuInternal() 3385 mContextMenuInfo = createContextMenuInfo(child, longPressPosition, longPressId); in showContextMenuForChildInternal()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 69061 Landroid/widget/AbsListView;->createContextMenuInfo(Landroid/view/View;IJ)Landroid/view/ContextMenu… 70801 Landroid/widget/ExpandableListView;->createContextMenuInfo(Landroid/view/View;IJ)Landroid/view/Cont…
|