Searched refs:vgParent (Results 1 – 1 of 1) sorted by relevance
1668 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildRespectsSubclassModeOnPrimary() local1671 vgParent.addView(vg); in testStartActionModeForChildRespectsSubclassModeOnPrimary()1680 assertFalse(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildRespectsSubclassModeOnPrimary()1684 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildIgnoresSubclassModeOnFloating() local1687 vgParent.addView(vg); in testStartActionModeForChildIgnoresSubclassModeOnFloating()1696 assertTrue(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildIgnoresSubclassModeOnFloating()1700 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildTypedBubblesUpToParent() local1702 vgParent.addView(vg); in testStartActionModeForChildTypedBubblesUpToParent()1709 assertTrue(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildTypedBubblesUpToParent()1713 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildTypelessBubblesUpToParent() local[all …]