Searched refs:vgParent (Results 1 – 1 of 1) sorted by relevance
1714 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildRespectsSubclassModeOnPrimary() local1717 vgParent.addView(vg); in testStartActionModeForChildRespectsSubclassModeOnPrimary()1726 assertFalse(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildRespectsSubclassModeOnPrimary()1730 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildIgnoresSubclassModeOnFloating() local1733 vgParent.addView(vg); in testStartActionModeForChildIgnoresSubclassModeOnFloating()1742 assertTrue(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildIgnoresSubclassModeOnFloating()1746 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildTypedBubblesUpToParent() local1748 vgParent.addView(vg); in testStartActionModeForChildTypedBubblesUpToParent()1755 assertTrue(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildTypedBubblesUpToParent()1759 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildTypelessBubblesUpToParent() local[all …]