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.java1764 assertFalse(parent.hasShowContextMenuForChildXY()); in testShowContextMenuXY()
1767 assertTrue(parent.hasShowContextMenuForChildXY()); in testShowContextMenuXY()
1882 assertFalse(parent.hasShowContextMenuForChildXY()); in testPerformLongClickXY()
1886 assertTrue(parent.hasShowContextMenuForChildXY()); in testPerformLongClickXY()
1901 assertFalse(parent.hasShowContextMenuForChildXY()); in testPerformLongClickXY_WithListener()
1905 assertFalse(parent.hasShowContextMenuForChildXY()); in testPerformLongClickXY_WithListener()
5286 public boolean hasShowContextMenuForChildXY() { in hasShowContextMenuForChildXY() method in ViewTest.MockViewParent