Searched refs:isStartActionModeForChildTypelessCalled (Results 1 – 1 of 1) sorted by relevance
1678 assertTrue(vg.isStartActionModeForChildTypelessCalled); in testStartActionModeForChildRespectsSubclassModeOnPrimary()1694 assertFalse(vg.isStartActionModeForChildTypelessCalled); in testStartActionModeForChildIgnoresSubclassModeOnFloating()1722 assertTrue(vg.isStartActionModeForChildTypelessCalled); in testStartActionModeForChildTypelessBubblesUpToParent()1798 boolean isStartActionModeForChildTypelessCalled = false; field in ViewGroupTest.MockViewGroupSubclass1807 isStartActionModeForChildTypelessCalled = true; in startActionModeForChild()