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.java1810 assertFalse(parent.hasShowContextMenuForChildXY()); in testShowContextMenuXY()
1813 assertTrue(parent.hasShowContextMenuForChildXY()); in testShowContextMenuXY()
1835 assertTrue(mMockParent.hasShowContextMenuForChildXY()); in testShowContextMenu_withDefaultHapticFeedbackDisabled_performHapticFeedback()
2012 assertFalse(parent.hasShowContextMenuForChildXY()); in testPerformLongClickXY()
2016 assertTrue(parent.hasShowContextMenuForChildXY()); in testPerformLongClickXY()
2031 assertFalse(parent.hasShowContextMenuForChildXY()); in testPerformLongClickXY_WithListener()
2035 assertFalse(parent.hasShowContextMenuForChildXY()); in testPerformLongClickXY_WithListener()
5664 public boolean hasShowContextMenuForChildXY() { in hasShowContextMenuForChildXY() method in ViewTest.MockViewParent