Home
last modified time | relevance | path

Searched refs:vgParent (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java1668 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildRespectsSubclassModeOnPrimary() local
1671 vgParent.addView(vg); in testStartActionModeForChildRespectsSubclassModeOnPrimary()
1680 assertFalse(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildRespectsSubclassModeOnPrimary()
1684 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildIgnoresSubclassModeOnFloating() local
1687 vgParent.addView(vg); in testStartActionModeForChildIgnoresSubclassModeOnFloating()
1696 assertTrue(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildIgnoresSubclassModeOnFloating()
1700 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildTypedBubblesUpToParent() local
1702 vgParent.addView(vg); in testStartActionModeForChildTypedBubblesUpToParent()
1709 assertTrue(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildTypedBubblesUpToParent()
1713 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildTypelessBubblesUpToParent() local
[all …]