Searched refs:isStartActionModeForChildTypedCalled (Results 1 – 1 of 1) sorted by relevance
1677 assertTrue(vg.isStartActionModeForChildTypedCalled); in testStartActionModeForChildRespectsSubclassModeOnPrimary()1680 assertFalse(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildRespectsSubclassModeOnPrimary()1693 assertTrue(vg.isStartActionModeForChildTypedCalled); in testStartActionModeForChildIgnoresSubclassModeOnFloating()1696 assertTrue(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildIgnoresSubclassModeOnFloating()1708 assertTrue(vg.isStartActionModeForChildTypedCalled); in testStartActionModeForChildTypedBubblesUpToParent()1709 assertTrue(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildTypedBubblesUpToParent()1721 assertTrue(vg.isStartActionModeForChildTypedCalled); in testStartActionModeForChildTypelessBubblesUpToParent()1723 assertTrue(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildTypelessBubblesUpToParent()1797 boolean isStartActionModeForChildTypedCalled = false; field in ViewGroupTest.MockViewGroupSubclass1817 isStartActionModeForChildTypedCalled = true; in startActionModeForChild()