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.java2402 assertTrue(vg.isStartActionModeForChildTypelessCalled); in testStartActionModeForChildRespectsSubclassModeOnPrimary()
2419 assertFalse(vg.isStartActionModeForChildTypelessCalled); in testStartActionModeForChildIgnoresSubclassModeOnFloating()
2449 assertTrue(vg.isStartActionModeForChildTypelessCalled); in testStartActionModeForChildTypelessBubblesUpToParent()
2685 boolean isStartActionModeForChildTypelessCalled = false; field in ViewGroupTest.MockViewGroupSubclass
2694 isStartActionModeForChildTypelessCalled = true; in startActionModeForChild()