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.java2393 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildRespectsSubclassModeOnPrimary() local
2396 vgParent.addView(vg); in testStartActionModeForChildRespectsSubclassModeOnPrimary()
2404 assertFalse(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildRespectsSubclassModeOnPrimary()
2410 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildIgnoresSubclassModeOnFloating() local
2413 vgParent.addView(vg); in testStartActionModeForChildIgnoresSubclassModeOnFloating()
2421 assertTrue(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildIgnoresSubclassModeOnFloating()
2427 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildTypedBubblesUpToParent() local
2429 vgParent.addView(vg); in testStartActionModeForChildTypedBubblesUpToParent()
2435 assertTrue(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildTypedBubblesUpToParent()
2441 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildTypelessBubblesUpToParent() local
[all …]