Searched refs:hasShowContextMenuForChild (Results 1 – 1 of 1) sorted by relevance
1462 assertFalse(mMockParent.hasShowContextMenuForChild()); in testShowContextMenu()1465 assertTrue(mMockParent.hasShowContextMenuForChild()); in testShowContextMenu()1541 assertFalse(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()1543 assertTrue(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()1547 assertFalse(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()1550 assertFalse(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()4324 public boolean hasShowContextMenuForChild() { in hasShowContextMenuForChild() method in ViewTest.MockViewParent