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.java1612 assertFalse(mMockParent.hasShowContextMenuForChild()); in testShowContextMenu()
1615 assertTrue(mMockParent.hasShowContextMenuForChild()); in testShowContextMenu()
1698 assertFalse(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()
1700 assertTrue(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()
1704 assertFalse(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()
1707 assertFalse(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()
4864 public boolean hasShowContextMenuForChild() { in hasShowContextMenuForChild() method in ViewTest.MockViewParent