Searched refs:MockViewGroupSubclass (Results 1 – 1 of 1) sorted by relevance
1668 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildRespectsSubclassModeOnPrimary()1669 MockViewGroupSubclass vg = new MockViewGroupSubclass(mContext); in testStartActionModeForChildRespectsSubclassModeOnPrimary()1684 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildIgnoresSubclassModeOnFloating()1685 MockViewGroupSubclass vg = new MockViewGroupSubclass(mContext); in testStartActionModeForChildIgnoresSubclassModeOnFloating()1700 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildTypedBubblesUpToParent()1701 MockViewGroupSubclass vg = new MockViewGroupSubclass(mContext); in testStartActionModeForChildTypedBubblesUpToParent()1713 MockViewGroupSubclass vgParent = new MockViewGroupSubclass(mContext); in testStartActionModeForChildTypelessBubblesUpToParent()1714 MockViewGroupSubclass vg = new MockViewGroupSubclass(mContext); in testStartActionModeForChildTypelessBubblesUpToParent()1796 private static class MockViewGroupSubclass extends ViewGroup { class in ViewGroupTest1801 public MockViewGroupSubclass(Context context) { in MockViewGroupSubclass() method in ViewGroupTest.MockViewGroupSubclass