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.java78 mExpandableListView.showContextMenuForChild(headerChild); in testContextMenus()
96 mExpandableListView.showContextMenuForChild(groupChild); in testContextMenus()
108 mExpandableListView.showContextMenuForChild(child); in testContextMenus()
123 mExpandableListView.showContextMenuForChild(footerChild); in testContextMenus()
DAdapterViewTest.java268 assertTrue(mAdapterView.showContextMenuForChild(mAdapterView.getChildAt(0))); in testAccessOnItemClickAndLongClickListener()
DAbsListViewTest.java392 assertFalse(mListView.showContextMenuForChild(tv)); in testShowContextMenuForChild()
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java1602 son.showContextMenuForChild(null); in testShowContextMenuForChild()
2218 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method in ViewGroupTest.MockViewGroup
2220 return super.showContextMenuForChild(originalView); in showContextMenuForChild()
DViewTest.java3799 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method in ViewTest.MockViewParent