Searched refs:showContextMenuForChild (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ExpandableListTester.java | 85 () -> mExpandableListView.showContextMenuForChild(headerChild)); in testContextMenus() 103 () -> mExpandableListView.showContextMenuForChild(groupChild)); in testContextMenus() 115 () -> mExpandableListView.showContextMenuForChild(child)); in testContextMenus() 130 () -> mExpandableListView.showContextMenuForChild(footerChild)); in testContextMenus()
|
D | AdapterViewTest.java | 298 assertTrue(mAdapterView.showContextMenuForChild(mAdapterView.getChildAt(0))); in testAccessOnItemClickAndLongClickListener()
|
D | AbsListViewTest.java | 559 assertFalse(mListView.showContextMenuForChild(tv)); in testShowContextMenuForChild()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewGroupTest.java | 2336 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()
|
D | ViewTest.java | 5637 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/ |
D | current.txt | 53720 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);
|