Home
last modified time | relevance | path

Searched refs:MockViewGroupSubclass (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()
2394 MockViewGroupSubclass vg = new MockViewGroupSubclass(mContext); in testStartActionModeForChildRespectsSubclassModeOnPrimary()
2410 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildIgnoresSubclassModeOnFloating()
2411 MockViewGroupSubclass vg = new MockViewGroupSubclass(mContext); in testStartActionModeForChildIgnoresSubclassModeOnFloating()
2427 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildTypedBubblesUpToParent()
2428 MockViewGroupSubclass vg = new MockViewGroupSubclass(mContext); in testStartActionModeForChildTypedBubblesUpToParent()
2441 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildTypelessBubblesUpToParent()
2442 MockViewGroupSubclass vg = new MockViewGroupSubclass(mContext); in testStartActionModeForChildTypelessBubblesUpToParent()
2462 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testTemporaryDetach()
2467 MockViewGroupSubclass vg = new MockViewGroupSubclass(mContext); in testTemporaryDetach()
[all …]