Home
last modified time | relevance | path

Searched refs:MockViewGroup (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java107 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 …]
DViewTest.java4416 MockViewGroup parent = new MockViewGroup(mActivity); in testStartActionModeWithParent()
4439 MockViewGroup parent = new MockViewGroup(mActivity); in testStartActionModeTypedWithParent()
4642 private static class MockViewGroup extends ViewGroup { class in ViewTest
4646 public MockViewGroup(Context context) { in MockViewGroup() method in ViewTest.MockViewGroup
/cts/tests/tests/view/sdk28/src/android/view/cts/sdk28/
DViewGroupTest.java41 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 ViewGroupTest
64 public MockViewGroup(Context context) { in MockViewGroup() method in ViewGroupTest.MockViewGroup