Searched refs:MockViewGroupParent (Results 1 – 1 of 1) sorted by relevance
2584 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 ViewTest3926 public MockViewGroupParent(Context context) { in MockViewGroupParent() method in ViewTest.MockViewGroupParent