Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewTest.java2584 MockViewGroupParent parent = new MockViewGroupParent(mActivity); in testRequestRectangleOnScreen1()
2615 MockViewGroupParent parent = new MockViewGroupParent(mActivity); in testRequestRectangleOnScreen2()
2618 MockViewGroupParent grandparent = new MockViewGroupParent(mActivity) { in testRequestRectangleOnScreen2()
3923 private static class MockViewGroupParent extends ViewGroup implements ViewParent { class in ViewTest
3926 public MockViewGroupParent(Context context) { in MockViewGroupParent() method in ViewTest.MockViewGroupParent