Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DMockApplicationActivity.java28 TextView textView = new TextView(this); in onCreate() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityTextActionTest.java49 final TextView textView = (TextView) getActivity().findViewById(R.id.text); in testNotEditableTextView_shouldNotExposeOrRespondToSetTextAction() local
77 final TextView textView = (TextView) getActivity().findViewById(R.id.text); in testEditableTextView_shouldExposeAndRespondToSetTextAction() local
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
3130 final TextView textView = (TextView) getActivity().findViewById(R.id.edit); in testActionNextAndPreviousAtGranularityParagraphOverText() local
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java90 TextView textView = new TextView(mContext); in testAddFocusables() local
107 TextView textView = new TextView(mContext); in testAddStatesFromChildren() local
122 TextView textView = new TextView(mContext); in testAddTouchables() local
151 TextView textView = new TextView(mContext); in testAddView() local
161 TextView textView = new TextView(mContext); in testAddViewWithParaViewInt() local
171 TextView textView = new TextView(mContext); in testAddViewWithParaViewLayoutPara() local
184 TextView textView = new TextView(mContext); in testAddViewWithParaViewIntInt() local
197 TextView textView = new TextView(mContext); in testAddViewWidthParaViewIntLayoutParam() local
208 TextView textView = new TextView(mContext); in testAddViewInLayout() local
247 TextView textView = new TextView(mContext); in testAddViewInLayoutWithParamViewIntLayB() local
[all …]
DViewGroupCtsActivity.java39 TextView textView = (TextView)findViewById(android.view.cts.R.id.viewgrouptest_stub); 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/tests/tests/widget/src/android/widget/cts/
DCursorAdapterTest.java192 TextView textView = new TextView(mContext); in testGetView() local
228 TextView textView = (TextView) cursorAdapter.newDropDownView(mContext, mCursor, mParent); in testNewDropDownView() local
237 TextView textView = new TextView(mContext); in testGetDropDownView() local
407 TextView textView = (TextView) view; in bindView() local
420 TextView textView = new TextView(context); in newView() local
DViewGroupCtsActivity.java39 TextView textView = (TextView)findViewById(android.widget.cts.R.id.viewgrouptest_stub); in onCreate() local
DCursorTreeAdapterTest.java442 TextView textView = new TextView(mContext); in testGetGroupView() local
551 TextView textView = new TextView(mContext); in testGetChildView() local
623 TextView textView = (TextView) view; in bindChildView() local
637 TextView textView = (TextView) view; in bindGroupView() local
680 TextView textView = new TextView(context); in newChildView() local
693 TextView textView = new TextView(context); in newGroupView() local
DTextViewFadingEdgeTest.java133 MockTextView textView = createTextView(data.text, data.horizontalFadingEnabled, in testFadingEdge() local
145 final MockTextView textView = new MockTextView(getActivity()); in createTextView() local
DTextViewTest.java480 MockTextView textView = new MockTextView(mActivity); in testSetShadowLayer() local
1317 TextView textView = new TextView(getActivity()); in testSetText_updatesHeightAfterRemovingImageSpan() local
1972 private static boolean hasSpansAtMiddleOfText(final TextView textView, final Class<?> type) { in hasSpansAtMiddleOfText()
3099 final TextView textView = new TextView(mActivity); in testSingleLine() local
3584 MockTextView textView = new MockTextView(mActivity); in testComputeHorizontalScrollRange() local
3598 MockTextView textView = new MockTextView(mActivity); in testComputeVerticalScrollRange() local
3612 MockTextView textView = new MockTextView(mActivity); in testDrawableStateChanged() local
3620 MockTextView textView = new MockTextView(mActivity); in testGetDefaultEditable() local
3627 MockTextView textView = new MockTextView(mActivity); in testGetDefaultMovementMethod() local
3658 MockTextView textView = new MockTextView(mActivity); in testSetFrame() local
[all …]
DRemoteViewsTest.java135 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text); in testSetTextViewText() local
445 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text); in testSetCharSequence() local
534 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text); in testSetTextColor() local
DArrayAdapterTest.java127 final TextView textView = new TextView(mContext); in testAccessView() local
DTabHostTest.java247 TextView textView = (TextView) tabHost.getCurrentView(); in testGetCurrentView() local
DFrameLayoutTest.java152 final TextView textView = (TextView) frameLayout.findViewById(R.id.framelayout_textview); in testAccessMeasureAllChildren() local
/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.java65 final TextView textView = (TextView) mActivity.findViewById(R.id.url); in testOnClick() local
/cts/tests/tests/text/src/android/text/util/cts/
DLinkifyTest.java405 TextView textView = new TextView(mContext); in testAddLinks_withTextView_addsLinksWhenDefaultSchemeIsNull() local
419 TextView textView = new TextView(mContext); in testAddLinks_withTextView_addsLinksWhenSchemesArrayIsNull() local
434 TextView textView = new TextView(mContext); in testAddLinks_withTextView_prependsDefaultSchemeToBeginingOfLink() local
448 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.java427 TextView textView = (TextView) parentView; in verifyViewProperties() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DPhotoCaptureActivity.java114 TextView textView = (TextView) findViewById(R.id.camera_fov_tap_to_take_photo); in onCreate() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DMockTvInputService.java324 TextView textView = (TextView) view.findViewById(R.id.overlay_view_text); in onCreateOverlayView() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListAdapter.java380 TextView textView; in getView() local