/cts/tests/tests/widget/src/android/widget/cts/ |
D | ArrayAdapterTest.java | 145 final TextView textView = new TextView(mContext); in testAccessView() local 171 final TextView textView = new TextView(mContext); in testGetViewOutOfBoundsLow() local 178 final TextView textView = new TextView(mContext); in testDropDownGetViewOutOfBoundsLow() local 185 final TextView textView = new TextView(mContext); in testGetViewOutOfBoundsHigh() local 186 mArrayAdapter.getView(mArrayAdapter.getCount(), textView, null); in testGetViewOutOfBoundsHigh() local 192 final TextView textView = new TextView(mContext); in testDropDownGetViewOutOfBoundsHigh() local 193 mArrayAdapter.getDropDownView(mArrayAdapter.getCount(), textView, null); in testDropDownGetViewOutOfBoundsHigh() local
|
D | RemoteViewsTest.java | 198 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text); in testSetTextViewText() local 217 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text); in testSetTextViewTextSize() local 532 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text); in testSetCharSequence() local 613 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text); in testSetTextColor() local 630 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text); in testSetTextCompoundDrawables() local 878 View textView = mResult.findViewById(R.id.remoteView_text); in testSetAccessibilityTraversalAfter() local 891 View textView = mResult.findViewById(R.id.remoteView_text); in testSetAccessibilityTraversalBefore() local 904 View textView = mResult.findViewById(R.id.remoteView_text); in testSetViewPadding() local
|
D | CursorAdapterTest.java | 213 TextView textView = new TextView(mContext); in testGetView() local 250 TextView textView = (TextView) cursorAdapter.newDropDownView(mContext, mCursor, mParent); in testNewDropDownView() local 260 TextView textView = new TextView(mContext); in testGetDropDownView() local 434 TextView textView = (TextView) view; in bindView() local 447 TextView textView = new TextView(context); in newView() local
|
D | CursorTreeAdapterTest.java | 478 TextView textView = new TextView(mContext); in testGetGroupView() local 591 TextView textView = new TextView(mContext); in testGetChildView() local 663 TextView textView = (TextView) view; in bindChildView() local 677 TextView textView = (TextView) view; in bindGroupView() local 720 TextView textView = new TextView(context); in newChildView() local 733 TextView textView = new TextView(context); in newGroupView() local
|
D | TextViewFadingEdgeTest.java | 148 MockTextView textView = createTextView(data.text, data.horizontalFadingEnabled, in testFadingEdge() local 160 final MockTextView textView = new MockTextView(mActivity); in createTextView() local
|
D | TextViewTest.java | 441 private static void assertImeOptions(TextView textView, in assertImeOptions() 654 final TextView textView = (TextView) mActivity.findViewById(R.id.textview_text); in testAccessHighlightColor() local 1793 private InputConnection initTextViewForSimulatedIme(TextView textView) { in initTextViewForSimulatedIme() 2344 private static boolean hasSpansAtMiddleOfText(final TextView textView, final Class<?> type) { in hasSpansAtMiddleOfText() 3790 final TextView textView = new TextView(mActivity); in testIsTextSelectable_returnsFalseByDefault() local 3798 final TextView textView = new TextView(mActivity); in testIsTextSelectable_returnsTrueIfSetTextIsSelectableCalledWithTrue() local 3807 final TextView textView = new TextView(mActivity); in testSetIsTextSelectable() local 4766 MockTextView textView = new MockTextView(mActivity); in testGetDefaultMovementMethod() local 4775 MockTextView textView = new MockTextView(mActivity); in testSetFrame() local 4878 final TextView textView = new TextView(mActivity); in testGetMarqueeRepeatLimit() local [all …]
|
D | FrameLayoutTest.java | 168 final TextView textView = (TextView) frameLayout.findViewById(R.id.framelayout_textview); in testAccessMeasureAllChildren() local
|
D | TabHostTest.java | 288 TextView textView = (TextView) tabHost.getCurrentView(); in testGetCurrentView() local
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityTextActionTest.java | 79 final TextView textView = (TextView) getActivity().findViewById(R.id.text); in testNotEditableTextView_shouldNotExposeOrRespondToSetTextAction() local 100 final TextView textView = (TextView) getActivity().findViewById(R.id.text); in testEditableTextView_shouldExposeAndRespondToSetTextAction() local 157 final TextView textView = (TextView) getActivity().findViewById(R.id.text); in testClickableSpan_shouldWorkFromAccessibilityService() local 176 final TextView textView = (TextView) getActivity().findViewById(R.id.text); in testUrlSpan_shouldWorkFromAccessibilityService() local 198 final TextView textView = (TextView) getActivity().findViewById(R.id.text); in testTextLocations_textViewShouldProvideWhenRequested() local 272 final TextView textView = (TextView) getActivity().findViewById(R.id.text); in testTextLocations_withRequestPreparer_shouldHoldOffUntilReady() local 331 final TextView textView = (TextView) getActivity().findViewById(R.id.text); in testTextLocations_withUnresponsiveRequestPreparer_shouldTimeout() local 433 private void makeTextViewVisibleAndSetText(final TextView textView, final CharSequence text) { in makeTextViewVisibleAndSetText()
|
D | AccessibilityTextTraversalTest.java | 478 final TextView textView = (TextView) getActivity().findViewById(R.id.text); in testActionNextAndPreviousAtGranularityCharacterOverText() local 1226 final TextView textView = (TextView) getActivity().findViewById(R.id.text); in testActionNextAndPreviousAtGranularityWordOverText() local 2225 final TextView textView = (TextView) getActivity().findViewById(R.id.text); in testActionNextAndPreviousAtGranularityLineOverText() local 2974 final TextView textView = (TextView) getActivity().findViewById(R.id.edit); in testActionNextAndPreviousAtGranularityParagraphOverText() local
|
/cts/tests/app/app/src/android/app/stubs/ |
D | MockApplicationActivity.java | 28 TextView textView = new TextView(this); in onCreate() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | WorkStatusTestActivity.java | 54 TextView textView = (TextView) findViewById(R.id.text); in onStart() local
|
D | CrossProfileTestActivity.java | 49 TextView textView = (TextView) findViewById(R.id.text); in onCreate() local
|
/cts/hostsidetests/devicepolicy/app/CrossProfileAppsTest/src/com/android/cts/crossprofileappstest/ |
D | MainActivity.java | 44 TextView textView = findViewById(R.id.user_textview); in onStart() local
|
D | CrossProfileAppsTargetUserTest.java | 105 UiObject2 textView = mDevice.wait( in testCanStartMainActivity() local
|
/cts/tests/tests/text/src/android/text/method/cts/ |
D | BaseMovementMethodTest.java | 181 final TextView textView = new TextViewNoIme(mActivityRule.getActivity()); in createTextView() local 188 private void setContentView(@NonNull TextView textView, int textWidth) throws Throwable { in setContentView()
|
/cts/tests/tests/toast/src/android/widget/toast/cts/ |
D | BaseToastTest.java | 86 TextView textView = new TextView(mContext); in showToastsViaAddingWindow() local
|
/cts/tests/fragment/src/android/fragment/cts/ |
D | NestedInflatedFragmentTest.java | 89 TextView textView = new TextView(inflater.getContext()); in onCreateView() local
|
D | LoaderActivity.java | 33 public TextView textView; field in LoaderActivity
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | AudioOutputRoutingNotificationsActivity.java | 74 TextView textView = in onRoutingChanged() local
|
D | AudioInputRoutingNotificationsActivity.java | 74 TextView textView = in onRoutingChanged() local
|
/cts/tests/tests/text/src/android/text/style/cts/ |
D | URLSpanTest.java | 81 final TextView textView = (TextView) mActivity.findViewById(R.id.url); in testOnClick() local
|
/cts/tests/tests/text/src/android/text/util/cts/ |
D | LinkifyTest.java | 398 TextView textView = new TextView(mContext); in testAddLinks_withTextView_addsLinksWhenDefaultSchemeIsNull() local 413 TextView textView = new TextView(mContext); in testAddLinks_withTextView_addsLinksWhenSchemesArrayIsNull() local 429 TextView textView = new TextView(mContext); in testAddLinks_withTextView_prependsDefaultSchemeToBeginingOfLink() local 444 TextView textView = new TextView(mContext); in testAddLinks_withTextView_doesNotPrependSchemeIfSchemeExists() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVXCheckTestActivity.java | 366 TextView textView = new TextView(this); in showDetailedTutorialLink() local
|
/cts/tests/tests/assist/src/android/assist/cts/ |
D | AssistTestBase.java | 458 TextView textView = (TextView) parentView; in verifyViewProperties() local
|