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.java1790 assertFalse(mMockParent.hasShowContextMenuForChild()); in testShowContextMenu()
1793 assertTrue(mMockParent.hasShowContextMenuForChild()); in testShowContextMenu()
1927 assertFalse(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()
1929 assertTrue(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()
1933 assertFalse(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()
1936 assertFalse(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()
5660 public boolean hasShowContextMenuForChild() { in hasShowContextMenuForChild() method in ViewTest.MockViewParent