Searched defs:ExpandableListContextMenuInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DExpandableListView.java59 * {@link ExpandableListContextMenuInfo} object with
60 * {@link ExpandableListContextMenuInfo#packedPosition} being a packed position
1131 return new ExpandableListContextMenuInfo(view, packedPosition, id);
1250 public static class ExpandableListContextMenuInfo implements ContextMenu.ContextMenuInfo { class in class:ExpandableListView
1252 public ExpandableListContextMenuInfo(View targetView, long packedPosition, long id) { method in class:ExpandableListView.ExpandableListContextMenuInfo

Completed in 22 milliseconds