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.java1714 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildRespectsSubclassModeOnPrimary() local
1717 vgParent.addView(vg); in testStartActionModeForChildRespectsSubclassModeOnPrimary()
1726 assertFalse(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildRespectsSubclassModeOnPrimary()
1730 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildIgnoresSubclassModeOnFloating() local
1733 vgParent.addView(vg); in testStartActionModeForChildIgnoresSubclassModeOnFloating()
1742 assertTrue(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildIgnoresSubclassModeOnFloating()
1746 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildTypedBubblesUpToParent() local
1748 vgParent.addView(vg); in testStartActionModeForChildTypedBubblesUpToParent()
1755 assertTrue(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildTypedBubblesUpToParent()
1759 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildTypelessBubblesUpToParent() local
[all …]