Searched refs:hasShowContextMenuForChild (Results 1 – 1 of 1) sorted by relevance
1744 assertFalse(mMockParent.hasShowContextMenuForChild()); in testShowContextMenu()1747 assertTrue(mMockParent.hasShowContextMenuForChild()); in testShowContextMenu()1857 assertFalse(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()1859 assertTrue(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()1863 assertFalse(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()1866 assertFalse(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()5282 public boolean hasShowContextMenuForChild() { in hasShowContextMenuForChild() method in ViewTest.MockViewParent