Searched refs:isStartActionModeForChildTypelessCalled (Results 1 – 1 of 1) sorted by relevance
2402 assertTrue(vg.isStartActionModeForChildTypelessCalled); in testStartActionModeForChildRespectsSubclassModeOnPrimary()2419 assertFalse(vg.isStartActionModeForChildTypelessCalled); in testStartActionModeForChildIgnoresSubclassModeOnFloating()2449 assertTrue(vg.isStartActionModeForChildTypelessCalled); in testStartActionModeForChildTypelessBubblesUpToParent()2685 boolean isStartActionModeForChildTypelessCalled = false; field in ViewGroupTest.MockViewGroupSubclass2694 isStartActionModeForChildTypelessCalled = true; in startActionModeForChild()