Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java2736 MockView2 v1 = new MockView2(mContext); in testResetRtlProperties()
2737 MockView2 v2 = new MockView2(mContext); in testResetRtlProperties()
2740 MockView2 v4 = new MockView2(mContext); in testResetRtlProperties()
3359 static class MockView2 extends View { class in ViewGroupTest
3361 public MockView2(Context context) { in MockView2() method in ViewGroupTest.MockView2
3365 public MockView2(Context context, AttributeSet attrs) { in MockView2() method in ViewGroupTest.MockView2
3369 public MockView2(Context context, AttributeSet attrs, int defStyle) { in MockView2() method in ViewGroupTest.MockView2