Searched refs:showContextMenuForChild (Results 1 – 5 of 5) sorted by relevance
78 mExpandableListView.showContextMenuForChild(headerChild); in testContextMenus()96 mExpandableListView.showContextMenuForChild(groupChild); in testContextMenus()108 mExpandableListView.showContextMenuForChild(child); in testContextMenus()123 mExpandableListView.showContextMenuForChild(footerChild); in testContextMenus()
268 assertTrue(mAdapterView.showContextMenuForChild(mAdapterView.getChildAt(0))); in testAccessOnItemClickAndLongClickListener()
392 assertFalse(mListView.showContextMenuForChild(tv)); in testShowContextMenuForChild()
1602 son.showContextMenuForChild(null); in testShowContextMenuForChild()2218 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method in ViewGroupTest.MockViewGroup2220 return super.showContextMenuForChild(originalView); in showContextMenuForChild()
3799 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method in ViewTest.MockViewParent