Home
last modified time | relevance | path

Searched refs:showContextMenuForChild (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DExpandableListTester.java71 mExpandableListView.showContextMenuForChild(headerChild); in testContextMenus()
89 mExpandableListView.showContextMenuForChild(groupChild); in testContextMenus()
101 mExpandableListView.showContextMenuForChild(child); in testContextMenus()
116 mExpandableListView.showContextMenuForChild(footerChild); in testContextMenus()
DAdapterViewTest.java280 assertTrue(mAdapterView.showContextMenuForChild(mAdapterView.getChildAt(0))); in testAccessOnItemClickAndLongClickListener()
DAbsListViewTest.java485 assertFalse(mListView.showContextMenuForChild(tv)); in testShowContextMenuForChild()
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java2152 child.showContextMenuForChild(null); in testShowContextMenuForChild()
2163 child.showContextMenuForChild(null, 48, 48); in testShowContextMenuForChild_WithXYCoords()
2966 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method in ViewGroupTest.MockViewGroup
2968 return super.showContextMenuForChild(originalView); in showContextMenuForChild()
2972 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method in ViewGroupTest.MockViewGroup
2974 return super.showContextMenuForChild(originalView, x, y); in showContextMenuForChild()
DViewTest.java4841 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method in ViewTest.MockViewParent
4847 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method in ViewTest.MockViewParent