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.java1752 assertFalse(mMockParent.hasShowContextMenuForChild()); in testShowContextMenu()
1755 assertTrue(mMockParent.hasShowContextMenuForChild()); in testShowContextMenu()
1865 assertFalse(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()
1867 assertTrue(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()
1871 assertFalse(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()
1874 assertFalse(mMockParent.hasShowContextMenuForChild()); in testPerformLongClick()
5393 public boolean hasShowContextMenuForChild() { in hasShowContextMenuForChild() method in ViewTest.MockViewParent