Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DScrollViewTest.java327 MyView child = new MyView(mActivity); in testMeasureChild()
349 MyView child = new MyView(mActivity); in testMeasureChildWithMargins()
371 MyView child = spy(new MyView(mActivity)); in testMeasureSpecs()
385 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithPadding()
400 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithMargins()
414 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithMarginsAndPadding()
429 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithMarginsAndNoHintWidth()
445 MyView child = new MyView(mActivity); in testFillViewport()
466 MyView child = new MyView(mActivity); in testFillViewportWithScrollViewPadding()
487 MyView child = new MyView(mActivity); in testFillViewportWithChildMargins()
[all …]
DHorizontalScrollViewTest.java313 MyView child = new MyView(mActivity); in testMeasureChild()
335 MyView child = new MyView(mActivity); in testMeasureChildWithMargins()
357 MyView child = spy(new MyView(mActivity)); in testMeasureSpecs()
371 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithPadding()
386 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithMargins()
400 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithMarginsAndPadding()
415 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithMarginsAndNoHintWidth()
429 MyView child = new MyView(mActivity); in testFillViewport()
453 MyView child = new MyView(mActivity); in testFillViewportWithScrollViewPadding()
473 MyView child = new MyView(mActivity); in testFillViewportWithChildMargins()
[all …]
/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/autofillservice/src/android/autofillservice/cts/
DFatActivity.java88 private MyView mViewWithAutofillHints;
123 mViewWithAutofillHints = (MyView) findViewByAutofillHint(this, "importantAmI"); in onCreate()
171 public static class MyView extends View { class in FatActivity
172 public MyView(Context context, AttributeSet attrs) { in MyView() method in FatActivity.MyView