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.java1545 assertFalse(mMockParent.hasShowContextMenuForChild()); in testShowContextMenu()
1548 assertTrue(mMockParent.hasShowContextMenuForChild()); in testShowContextMenu()
1631 assertFalse(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()
1633 assertTrue(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()
1637 assertFalse(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()
1640 assertFalse(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()
4501 public boolean hasShowContextMenuForChild() { in hasShowContextMenuForChild() method in ViewTest.MockViewParent