Searched defs:TestChildView (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DBottomScrollViewTest.java79 final View child = new TestChildView(context, childHeight);
81 child.measure(0, 0); // TestChildView's measured dimensions doesn't depend on the arguments
88 private static class TestChildView extends View { class in class:BottomScrollViewTest
93 TestChildView(Context context, int height) { method in class:BottomScrollViewTest.TestChildView

Completed in 276 milliseconds