Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewTest.java1480 assertFalse(parent.hasShowContextMenuForChildXY()); in testShowContextMenuXY()
1483 assertTrue(parent.hasShowContextMenuForChildXY()); in testShowContextMenuXY()
1565 assertFalse(parent.hasShowContextMenuForChildXY()); in testPerformLongClickXY()
1569 assertTrue(parent.hasShowContextMenuForChildXY()); in testPerformLongClickXY()
1583 assertFalse(parent.hasShowContextMenuForChildXY()); in testPerformLongClickXY_WithListener()
1587 assertFalse(parent.hasShowContextMenuForChildXY()); in testPerformLongClickXY_WithListener()
4328 public boolean hasShowContextMenuForChildXY() { in hasShowContextMenuForChildXY() method in ViewTest.MockViewParent