Home
last modified time | relevance | path

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

/cts/hostsidetests/atrace/AtraceTestApp/src/com/android/cts/atracetestapp/
DAtraceTestAppActivity.java41 MyView view = new MyView(this); in onCreate()
85 private static class MyView extends View { class in AtraceTestAppActivity
88 public MyView(Context context) { in MyView() method in AtraceTestAppActivity.MyView
/cts/tests/tests/widget/src/android/widget/cts/
DScrollViewTest.java345 MyView child = new MyView(mActivity); in testMeasureChild()
367 MyView child = new MyView(mActivity); in testMeasureChildWithMargins()
389 MyView child = spy(new MyView(mActivity)); in testMeasureSpecs()
403 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithPadding()
418 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithMargins()
432 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithMarginsAndPadding()
447 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithMarginsAndNoHintWidth()
463 MyView child = new MyView(mActivity); in testFillViewport()
484 MyView child = new MyView(mActivity); in testFillViewportWithScrollViewPadding()
505 MyView child = new MyView(mActivity); in testFillViewportWithChildMargins()
[all …]
DHorizontalScrollViewTest.java334 MyView child = new MyView(mActivity); in testMeasureChild()
356 MyView child = new MyView(mActivity); in testMeasureChildWithMargins()
378 MyView child = spy(new MyView(mActivity)); in testMeasureSpecs()
392 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithPadding()
407 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithMargins()
421 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithMarginsAndPadding()
436 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithMarginsAndNoHintWidth()
450 MyView child = new MyView(mActivity); in testFillViewport()
474 MyView child = new MyView(mActivity); in testFillViewportWithScrollViewPadding()
494 MyView child = new MyView(mActivity); in testFillViewportWithChildMargins()
[all …]
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DFatActivity.java90 private MyView mViewWithAutofillHints;
125 mViewWithAutofillHints = (MyView) findViewByAutofillHint(this, "importantAmI"); in onCreate()
173 public static class MyView extends View { class in FatActivity
174 public MyView(Context context, AttributeSet attrs) { in MyView() method in FatActivity.MyView