Home
last modified time | relevance | path

Searched refs:isStartActionModeForChildTypelessCalled (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java1678 assertTrue(vg.isStartActionModeForChildTypelessCalled); in testStartActionModeForChildRespectsSubclassModeOnPrimary()
1694 assertFalse(vg.isStartActionModeForChildTypelessCalled); in testStartActionModeForChildIgnoresSubclassModeOnFloating()
1722 assertTrue(vg.isStartActionModeForChildTypelessCalled); in testStartActionModeForChildTypelessBubblesUpToParent()
1798 boolean isStartActionModeForChildTypelessCalled = false; field in ViewGroupTest.MockViewGroupSubclass
1807 isStartActionModeForChildTypelessCalled = true; in startActionModeForChild()