Home
last modified time | relevance | path

Searched refs:MyView (Results 1 – 5 of 5) 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/
DHorizontalScrollViewTest.java357 MyView child = new MyView(mActivity); in testMeasureChild()
379 MyView child = new MyView(mActivity); in testMeasureChildWithMargins()
401 MyView child = spy(new MyView(mActivity)); in testMeasureSpecs()
415 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithPadding()
430 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithMargins()
444 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithMarginsAndPadding()
459 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithMarginsAndNoHintWidth()
473 MyView child = new MyView(mActivity); in testFillViewport()
497 MyView child = new MyView(mActivity); in testFillViewportWithScrollViewPadding()
517 MyView child = new MyView(mActivity); in testFillViewportWithChildMargins()
[all …]
DScrollViewTest.java369 MyView child = new MyView(mActivity); in testMeasureChild()
391 MyView child = new MyView(mActivity); in testMeasureChildWithMargins()
413 MyView child = spy(new MyView(mActivity)); in testMeasureSpecs()
427 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithPadding()
442 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithMargins()
456 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithMarginsAndPadding()
471 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithMarginsAndNoHintWidth()
487 MyView child = new MyView(mActivity); in testFillViewport()
508 MyView child = new MyView(mActivity); in testFillViewportWithScrollViewPadding()
529 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
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java806 class MyView extends TextView { in testActionArgumentScrollAmountFloat() class
807 MyView(Context context) { in testActionArgumentScrollAmountFloat() method in AccessibilityEndToEndTest.MyView
824 final MyView myView = new MyView(getContext()); in testActionArgumentScrollAmountFloat()