/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewMinimumFontMetrics.kt | 51 val textView = TextView(context) in testMinimumFontHeight_NullByDefault() constant 58 val textView = TextView(context) in testMinimumFontHeight_SetAndGet() constant 69 val textView = TextView(context) in testMinimumFontHeight_SetToLayout() constant 86 val textView = TextView(context) in testIsUseLocalePreferredLineHeightForMinimum_SetGet() constant 99 val textView = EditText(context).apply { in testIsUseLocalePreferredLineHeightForMinimum_ForLocale_EmptyLine() constant 120 val textView = EditText(context).apply { in testIsUseLocalePreferredLineHeightForMinimum_ForLocale() constant
|
D | TextViewSearchResultHighlightTest.java | 73 private Canvas prepareMockCanvas(TextView textView) { in prepareMockCanvas() 106 TextView textView = new TextView(mContext); in setAndGetNull() local 113 TextView textView = new TextView(mContext); in setAndGet() local 121 TextView textView = new TextView(mContext); in setAndGetColor() local 128 TextView textView = new TextView(mContext); in setAndGetFocusedColor() local 135 TextView textView = new TextView(mContext); in setAndGetFocusedIndex() local 158 TextView textView = new TextView(mContext); in invalidArg_OOB_FocusedIndex() local 165 TextView textView = new TextView(mContext); in drawRect() local 193 TextView textView = new TextView(mContext); in drawWithHighlight() local 229 TextView textView = new TextView(mContext); in drawWithFocused() local
|
D | TextViewFontScalingTest.kt | 67 val textView = TextView(activity) in <lambda>() constant 85 val textView = TextView(activity) in <lambda>() constant 106 val textView = findTextView(activity, R.id.textview_lineheight2x) in <lambda>() constant 124 val textView = findTextView(activity, R.id.textview_lineheight2x) in <lambda>() constant 139 val textView = findTextView(activity, R.id.textview_lineheight2x) in <lambda>() constant 156 val textView = findTextView(activity, R.id.textview_lineheight_dimen3x) in <lambda>() constant 171 val textView = findTextView(activity, R.id.textview_lineheight_style3x) in <lambda>() constant 186 val textView = findTextView(activity, R.id.textview_lineheight_dimen3x) in <lambda>() constant
|
D | TextViewHighlightTest.java | 74 private Canvas prepareMockCanvas(TextView textView) { in prepareMockCanvas() 107 TextView textView = new TextView(mContext); in setAndGetNull() local 114 TextView textView = new TextView(mContext); in setAndGet() local 125 TextView textView = new TextView(mContext); in drawRect() local 154 TextView textView = new TextView(mContext); in drawRectMultiple() local 191 TextView textView = new TextView(mContext); in drawRectCollapsed() local 222 EditText textView = new EditText(mContext); in drawRect_EditText() local 251 EditText textView = new EditText(mContext); in drawRectMultiple_EditText() local 288 TextView textView = new TextView(mContext); in drawRect_afterTextChange() local
|
D | ArrayAdapterTest.java | 155 final TextView textView = new TextView(mContext); in testAccessView() local 181 final TextView textView = new TextView(mContext); in testGetViewOutOfBoundsLow() local 188 final TextView textView = new TextView(mContext); in testDropDownGetViewOutOfBoundsLow() local 195 final TextView textView = new TextView(mContext); in testGetViewOutOfBoundsHigh() local 196 mArrayAdapter.getView(mArrayAdapter.getCount(), textView, null); in testGetViewOutOfBoundsHigh() local 202 final TextView textView = new TextView(mContext); in testDropDownGetViewOutOfBoundsHigh() local 203 mArrayAdapter.getDropDownView(mArrayAdapter.getCount(), textView, null); in testDropDownGetViewOutOfBoundsHigh() local
|
D | TextViewUseBoundsForWidthTest.kt | 48 val textView = TextView(context) in testSetGetUseBoundsForWidth() constant 59 val textView = TextView(context) in testLayoutUseBoundsForTest() constant
|
D | TextViewIsHorizontallyScrollableTest.java | 53 final TextView textView = mViewGroup.findViewById( in testIsHorizontallyScrollingDefaultIsFalse() local 61 final TextView textView = mViewGroup.findViewById( in testIsHorizontallyScrollingSameAsGiven() local 70 final TextView textView = mViewGroup.findViewById( in testIsHorizontallyScrollingTrueToFalse() local
|
D | RemoteViewsTest.java | 270 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text); in testSetTextViewText() local 288 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text); in testSetTextViewTextSize() local 1111 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text); in testSetCharSequence() local 1207 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text); in testSetTextColor() local 1223 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text); in testSetTextCompoundDrawables() local 1564 View textView = mResult.findViewById(R.id.remoteView_text); in testSetAccessibilityTraversalAfter() local 1577 View textView = mResult.findViewById(R.id.remoteView_text); in testSetAccessibilityTraversalBefore() local 1590 View textView = mResult.findViewById(R.id.remoteView_text); in testSetViewPadding() local 1609 View textView = mResult.findViewById(R.id.remoteView_text); in testSetViewLayoutMargin() local 1665 View textView = mResult.findViewById(R.id.remoteView_text); in testSetViewLayoutMarginDimen() local [all …]
|
D | CursorAdapterTest.java | 214 TextView textView = new TextView(mContext); in testGetView() local 251 TextView textView = (TextView) cursorAdapter.newDropDownView(mContext, mCursor, mParent); in testNewDropDownView() local 261 TextView textView = new TextView(mContext); in testGetDropDownView() local 435 TextView textView = (TextView) view; in bindView() local 448 TextView textView = new TextView(context); in newView() local
|
D | CursorTreeAdapterTest.java | 479 TextView textView = new TextView(mContext); in testGetGroupView() local 592 TextView textView = new TextView(mContext); in testGetChildView() local 664 TextView textView = (TextView) view; in bindChildView() local 678 TextView textView = (TextView) view; in bindGroupView() local 721 TextView textView = new TextView(context); in newChildView() local 734 TextView textView = new TextView(context); in newGroupView() local
|
D | TextViewTest.java | 628 private static void assertImeOptions(TextView textView, in assertImeOptions() 841 final TextView textView = (TextView) mActivity.findViewById(R.id.textview_text); in testAccessHighlightColor() local 1978 private InputConnection initTextViewForSimulatedIme(TextView textView) { in initTextViewForSimulatedIme() 2610 private static boolean hasSpansAtMiddleOfText(final TextView textView, final Class<?> type) { in hasSpansAtMiddleOfText() 4090 final TextView textView = new TextView(mActivity); in testIsTextSelectable_returnsFalseByDefault() local 4098 final TextView textView = new TextView(mActivity); in testIsTextSelectable_returnsTrueIfSetTextIsSelectableCalledWithTrue() local 4107 final TextView textView = new TextView(mActivity); in testSetIsTextSelectable() local 5423 MockTextView textView = new MockTextView(mActivity); in testGetDefaultMovementMethod() local 5432 MockTextView textView = new MockTextView(mActivity); in testSetFrame() local 5535 final TextView textView = new TextView(mActivity); in testGetMarqueeRepeatLimit() local [all …]
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityTextActionTest.java | 132 final TextView textView = (TextView) mActivity.findViewById(R.id.text); in testNotEditableTextView_shouldNotExposeOrRespondToSetTextAction() local 154 final TextView textView = (TextView) mActivity.findViewById(R.id.text); in testEditableTextView_shouldExposeAndRespondToSetTextAction() local 213 final TextView textView = (TextView) mActivity.findViewById(R.id.text); in testClickableSpan_shouldWorkFromAccessibilityService() local 234 final TextView textView = (TextView) mActivity.findViewById(R.id.text); in testUrlSpan_shouldWorkFromAccessibilityService() local 257 final TextView textView = (TextView) mActivity.findViewById(R.id.text); in testImageSpan_accessibilityServiceShouldSeeContentDescription() local 276 final TextView textView = (TextView) mActivity.findViewById(R.id.text); in testTextLocations_textViewShouldProvideWhenRequested() local 353 final TextView textView = (TextView) mActivity.findViewById(R.id.text); in testTextLocations_withRequestPreparer_shouldHoldOffUntilReady() local 411 final TextView textView = (TextView) mActivity.findViewById(R.id.text); in testTextLocations_withUnresponsiveRequestPreparer_shouldTimeout() local 457 final TextView textView = mActivity.findViewById(R.id.text); in testTextLocation_testLocationBoundary_locationShouldBeLimitationLength() local 475 final TextView textView = (TextView) mActivity.findViewById(R.id.editText); in testEditableTextView_shouldExposeAndRespondToImeEnterAction() local [all …]
|
/cts/tests/tests/sensorprivacy/test-apps/CtsUseMicOrCameraAndOverlayForSensorPrivacy/src/android/sensorprivacy/cts/usemiccamera/overlay/ |
D | OverlayActivity.kt | 25 val textView = TextView(this) in onCreate() constant
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/controls/ |
D | ControlsPanelInstallerTest.java | 41 TextView textView = findViewById(R.id.text); in onCreate() local
|
D | ControlsPanelVerifierBasicTest.java | 45 TextView textView = findViewById(R.id.text); in onCreate() local
|
/cts/tests/tests/gameservice/CtsGameServiceFalsePositiveGame/src/android/service/games/cts/falsepositive/ |
D | MainActivity.java | 29 TextView textView = new TextView(this); in onCreate() local
|
/cts/tests/tests/gameservice/CtsGameServiceNotGame/src/android/service/games/cts/notgame/ |
D | MainActivity.java | 29 TextView textView = new TextView(this); in onCreate() local
|
/cts/tests/app/app/src/android/app/stubs/ |
D | MockApplicationActivity.java | 28 TextView textView = new TextView(this); in onCreate() local
|
/cts/tests/tests/gameservice/CtsGameServiceGame/src/android/service/games/cts/game/ |
D | MainActivity.java | 31 TextView textView = new TextView(this); in onCreate() local
|
/cts/tests/sensitivecontentprotection/src/android/sensitivecontentprotection/cts/ |
D | SensitiveAutofillHintActivity.java | 36 TextView textView = new TextView(this); in onCreate() local
|
/cts/hostsidetests/graphics/gpuprofiling/app/src/android/gpuprofiling/ |
D | GpuRenderStagesDeviceActivity.java | 44 TextView textView = new TextView(this); in onCreate() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | CrossProfileTestActivity.java | 49 TextView textView = (TextView) findViewById(R.id.text); in onCreate() local
|
/cts/hostsidetests/testharness/app/src/android/testharness/app/ |
D | TestHarnessActivity.java | 51 final TextView textView = findViewById(R.id.text_view); in onResume() local
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | TestCrossProfileViewEventActivity.java | 47 TextView textView = findViewById(R.id.view_event_text); in onStart() local
|
/cts/hostsidetests/securitybulletin/test-apps/BUG-183613671/src/android/security/cts/BUG_183613671/ |
D | DeviceTest.java | 118 UiObject2 textView = waitForView(By.res("com.android.car.settings", "password_entry")); in launchTapjackedActivity() local
|