Searched defs:TestView (Results 1 – 5 of 5) sorted by relevance
54 class TestView extends GLSurfaceView { class55 TestView(Context context) { in TestView() method in TestView60 public TestView(Context context, AttributeSet attrs) { in TestView() method in TestView
181 public static class TestView extends ViewGroup { class in ViewGroupTest182 TestView(Context context, int right) { in TestView() method in ViewGroupTest.TestView186 TestView(Context context, int left, int top, int right, int bottom) { in TestView() method in ViewGroupTest.TestView
135 private static class TestView extends View { class in ViewGroupTransientViewTest140 TestView(Context context) { in TestView() method in ViewGroupTransientViewTest.TestView
60 class TestView extends GLSurfaceView { class61 TestView(Context context) { in TestView() method in TestView66 public TestView(Context context, AttributeSet attrs) { in TestView() method in TestView
57 class TestView(context: Context) : View(context) { regex