Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DExpandableListTester.java85 () -> mExpandableListView.showContextMenuForChild(headerChild)); in testContextMenus()
103 () -> mExpandableListView.showContextMenuForChild(groupChild)); in testContextMenus()
115 () -> mExpandableListView.showContextMenuForChild(child)); in testContextMenus()
130 () -> mExpandableListView.showContextMenuForChild(footerChild)); in testContextMenus()
DAdapterViewTest.java298 assertTrue(mAdapterView.showContextMenuForChild(mAdapterView.getChildAt(0))); in testAccessOnItemClickAndLongClickListener()
DAbsListViewTest.java559 assertFalse(mListView.showContextMenuForChild(tv)); in testShowContextMenuForChild()
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java2336 child.showContextMenuForChild(null); in testShowContextMenuForChild()
2347 child.showContextMenuForChild(null, 48, 48); in testShowContextMenuForChild_WithXYCoords()
3294 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method in ViewGroupTest.MockViewGroup
3296 return super.showContextMenuForChild(originalView); in showContextMenuForChild()
3300 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method in ViewGroupTest.MockViewGroup
3302 return super.showContextMenuForChild(originalView, x, y); in showContextMenuForChild()
DViewTest.java5637 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method in ViewTest.MockViewParent
5643 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method in ViewTest.MockViewParent
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt53720 method public boolean showContextMenuForChild(android.view.View);
53721 method public boolean showContextMenuForChild(android.view.View, float, float);
53846 method public boolean showContextMenuForChild(android.view.View);
53847 method public boolean showContextMenuForChild(android.view.View, float, float);