Home
last modified time | relevance | path

Searched refs:hasShowContextMenuForChild (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DViewTest.java1244 assertFalse(mMockParent.hasShowContextMenuForChild()); in testShowContextMenu()
1247 assertTrue(mMockParent.hasShowContextMenuForChild()); in testShowContextMenu()
1305 assertFalse(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()
1307 assertTrue(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()
1311 assertFalse(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()
1314 assertFalse(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()
3814 public boolean hasShowContextMenuForChild() { in hasShowContextMenuForChild() method in ViewTest.MockViewParent