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

/frameworks/base/core/tests/coretests/src/android/widget/expandablelistview/
H A DPositionTesterContextMenuListener.java65 if (!isTrue("MenuInfo is not an ExpandableListContextMenuInfo",
66 menuInfo instanceof ExpandableListView.ExpandableListContextMenuInfo)) {
69 ExpandableListView.ExpandableListContextMenuInfo elvMenuInfo =
70 (ExpandableListView.ExpandableListContextMenuInfo) menuInfo;
/frameworks/base/core/java/android/widget/
H A DExpandableListView.java58 * {@link ExpandableListContextMenuInfo} object with
59 * {@link ExpandableListContextMenuInfo#packedPosition} being a packed position
978 return new ExpandableListContextMenuInfo(view, packedPosition, id);
1058 public static class ExpandableListContextMenuInfo implements ContextMenu.ContextMenuInfo { class in class:ExpandableListView
1060 public ExpandableListContextMenuInfo(View targetView, long packedPosition, long id) { method in class:ExpandableListView.ExpandableListContextMenuInfo

Completed in 202 milliseconds