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.java1772 assertFalse(parent.hasShowContextMenuForChildXY()); in testShowContextMenuXY()
1775 assertTrue(parent.hasShowContextMenuForChildXY()); in testShowContextMenuXY()
1890 assertFalse(parent.hasShowContextMenuForChildXY()); in testPerformLongClickXY()
1894 assertTrue(parent.hasShowContextMenuForChildXY()); in testPerformLongClickXY()
1909 assertFalse(parent.hasShowContextMenuForChildXY()); in testPerformLongClickXY_WithListener()
1913 assertFalse(parent.hasShowContextMenuForChildXY()); in testPerformLongClickXY_WithListener()
5397 public boolean hasShowContextMenuForChildXY() { in hasShowContextMenuForChildXY() method in ViewTest.MockViewParent