Searched refs:MockViewGroup (Results 1 – 3 of 3) sorted by relevance
107 private MockViewGroup mMockViewGroup;124 mMockViewGroup = new MockViewGroup(mContext); in setup()131 new MockViewGroup(mContext); in testConstructor()132 new MockViewGroup(mContext, null); in testConstructor()133 new MockViewGroup(mContext, null, 0); in testConstructor()203 ViewGroup parent = new MockViewGroup(mContext); in testAddKeyboardNavigationClusters()476 MockViewGroup child = new MockViewGroup(mContext); in testClearDisappearingChildren()1184 MockViewGroup parent = mMockViewGroup; in testOnDescendantInvalidated()1185 MockViewGroup grandParent = new MockViewGroup(mContext); in testOnDescendantInvalidated()1371 MockViewGroup parent = new MockViewGroup(mContext); in testOnAnimationEnd()[all …]
4416 MockViewGroup parent = new MockViewGroup(mActivity); in testStartActionModeWithParent()4439 MockViewGroup parent = new MockViewGroup(mActivity); in testStartActionModeTypedWithParent()4642 private static class MockViewGroup extends ViewGroup { class in ViewTest4646 public MockViewGroup(Context context) { in MockViewGroup() method in ViewTest.MockViewGroup
41 private MockViewGroup mViewGroup;47 mViewGroup = new MockViewGroup(mContext); in setup()56 mViewGroup = new MockViewGroup(mContext); in testFitSystemWindows()62 private class MockViewGroup extends ViewGroup { class in ViewGroupTest64 public MockViewGroup(Context context) { in MockViewGroup() method in ViewGroupTest.MockViewGroup