Searched refs:showContextMenuForChild (Results 1 – 5 of 5) sorted by relevance
83 () -> mExpandableListView.showContextMenuForChild(headerChild)); in testContextMenus()101 () -> mExpandableListView.showContextMenuForChild(groupChild)); in testContextMenus()113 () -> mExpandableListView.showContextMenuForChild(child)); in testContextMenus()128 () -> mExpandableListView.showContextMenuForChild(footerChild)); in testContextMenus()
280 assertTrue(mAdapterView.showContextMenuForChild(mAdapterView.getChildAt(0))); in testAccessOnItemClickAndLongClickListener()
481 assertFalse(mListView.showContextMenuForChild(tv)); in testShowContextMenuForChild()
2305 child.showContextMenuForChild(null); in testShowContextMenuForChild()2316 child.showContextMenuForChild(null, 48, 48); in testShowContextMenuForChild_WithXYCoords()3241 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method in ViewGroupTest.MockViewGroup3243 return super.showContextMenuForChild(originalView); in showContextMenuForChild()3247 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method in ViewGroupTest.MockViewGroup3249 return super.showContextMenuForChild(originalView, x, y); in showContextMenuForChild()
5259 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method in ViewTest.MockViewParent5265 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method in ViewTest.MockViewParent