Searched refs:isStartActionModeForChildTypedCalled (Results 1 – 1 of 1) sorted by relevance
1723 assertTrue(vg.isStartActionModeForChildTypedCalled); in testStartActionModeForChildRespectsSubclassModeOnPrimary()1726 assertFalse(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildRespectsSubclassModeOnPrimary()1739 assertTrue(vg.isStartActionModeForChildTypedCalled); in testStartActionModeForChildIgnoresSubclassModeOnFloating()1742 assertTrue(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildIgnoresSubclassModeOnFloating()1754 assertTrue(vg.isStartActionModeForChildTypedCalled); in testStartActionModeForChildTypedBubblesUpToParent()1755 assertTrue(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildTypedBubblesUpToParent()1767 assertTrue(vg.isStartActionModeForChildTypedCalled); in testStartActionModeForChildTypelessBubblesUpToParent()1769 assertTrue(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildTypelessBubblesUpToParent()2001 boolean isStartActionModeForChildTypedCalled = false; field in ViewGroupTest.MockViewGroupSubclass2021 isStartActionModeForChildTypedCalled = true; in startActionModeForChild()