Searched refs:MyView (Results 1 – 5 of 5) sorted by relevance
41 MyView view = new MyView(this); in onCreate()85 private static class MyView extends View { class in AtraceTestAppActivity88 public MyView(Context context) { in MyView() method in AtraceTestAppActivity.MyView
357 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 …]
369 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 …]
90 private MyView mViewWithAutofillHints;125 mViewWithAutofillHints = (MyView) findViewByAutofillHint(this, "importantAmI"); in onCreate()173 public static class MyView extends View { class in FatActivity174 public MyView(Context context, AttributeSet attrs) { in MyView() method in FatActivity.MyView
806 class MyView extends TextView { in testActionArgumentScrollAmountFloat() class807 MyView(Context context) { in testActionArgumentScrollAmountFloat() method in AccessibilityEndToEndTest.MyView824 final MyView myView = new MyView(getContext()); in testActionArgumentScrollAmountFloat()