Home
last modified time | relevance | path

Searched defs:textView (Results 1 – 25 of 29) sorted by relevance

12

/cts/tests/tests/widget/src/android/widget/cts/
DArrayAdapterTest.java145 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
DRemoteViewsTest.java198 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
DCursorAdapterTest.java213 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
DCursorTreeAdapterTest.java478 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
DTextViewFadingEdgeTest.java148 MockTextView textView = createTextView(data.text, data.horizontalFadingEnabled, in testFadingEdge() local
160 final MockTextView textView = new MockTextView(mActivity); in createTextView() local
DTextViewTest.java441 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 …]
DFrameLayoutTest.java168 final TextView textView = (TextView) frameLayout.findViewById(R.id.framelayout_textview); in testAccessMeasureAllChildren() local
DTabHostTest.java288 TextView textView = (TextView) tabHost.getCurrentView(); in testGetCurrentView() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityTextActionTest.java79 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()
DAccessibilityTextTraversalTest.java478 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/
DMockApplicationActivity.java28 TextView textView = new TextView(this); in onCreate() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DWorkStatusTestActivity.java54 TextView textView = (TextView) findViewById(R.id.text); in onStart() local
DCrossProfileTestActivity.java49 TextView textView = (TextView) findViewById(R.id.text); in onCreate() local
/cts/hostsidetests/devicepolicy/app/CrossProfileAppsTest/src/com/android/cts/crossprofileappstest/
DMainActivity.java44 TextView textView = findViewById(R.id.user_textview); in onStart() local
DCrossProfileAppsTargetUserTest.java105 UiObject2 textView = mDevice.wait( in testCanStartMainActivity() local
/cts/tests/tests/text/src/android/text/method/cts/
DBaseMovementMethodTest.java181 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/
DBaseToastTest.java86 TextView textView = new TextView(mContext); in showToastsViaAddingWindow() local
/cts/tests/fragment/src/android/fragment/cts/
DNestedInflatedFragmentTest.java89 TextView textView = new TextView(inflater.getContext()); in onCreateView() local
DLoaderActivity.java33 public TextView textView; field in LoaderActivity
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioOutputRoutingNotificationsActivity.java74 TextView textView = in onRoutingChanged() local
DAudioInputRoutingNotificationsActivity.java74 TextView textView = in onRoutingChanged() local
/cts/tests/tests/text/src/android/text/style/cts/
DURLSpanTest.java81 final TextView textView = (TextView) mActivity.findViewById(R.id.url); in testOnClick() local
/cts/tests/tests/text/src/android/text/util/cts/
DLinkifyTest.java398 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/
DRVCVXCheckTestActivity.java366 TextView textView = new TextView(this); in showDetailedTutorialLink() local
/cts/tests/tests/assist/src/android/assist/cts/
DAssistTestBase.java458 TextView textView = (TextView) parentView; in verifyViewProperties() local

12