Searched refs:hasShowContextMenuForChild (Results 1 – 1 of 1) sorted by relevance
1790 assertFalse(mMockParent.hasShowContextMenuForChild()); in testShowContextMenu()1793 assertTrue(mMockParent.hasShowContextMenuForChild()); in testShowContextMenu()1927 assertFalse(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()1929 assertTrue(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()1933 assertFalse(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()1936 assertFalse(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()5660 public boolean hasShowContextMenuForChild() { in hasShowContextMenuForChild() method in ViewTest.MockViewParent