Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java82 new MockViewGroup(mContext); in testConstructor()
83 new MockViewGroup(mContext, null); in testConstructor()
84 new MockViewGroup(mContext, null, 0); in testConstructor()
88 MockViewGroup vg = new MockViewGroup(mContext); in testAddFocusables()
108 MockViewGroup vg = new MockViewGroup(mContext); in testAddStatesFromChildren()
120 MockViewGroup vg = new MockViewGroup(mContext); in testAddTouchables()
152 MockViewGroup vg = new MockViewGroup(mContext); in testAddView()
162 MockViewGroup vg = new MockViewGroup(mContext); in testAddViewWithParaViewInt()
172 MockViewGroup vg = new MockViewGroup(mContext); in testAddViewWithParaViewLayoutPara()
185 MockViewGroup vg = new MockViewGroup(mContext); in testAddViewWithParaViewIntInt()
[all …]
DViewTest.java3453 MockViewGroup parent = new MockViewGroup(mActivity); in testStartActionModeWithParent()
3474 MockViewGroup parent = new MockViewGroup(mActivity); in testStartActionModeTypedWithParent()
3493 private static class MockViewGroup extends ViewGroup { class in ViewTest
3497 public MockViewGroup(Context context) { in MockViewGroup() method in ViewTest.MockViewGroup