Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DMockApplicationActivity.java28 TextView textView = new TextView(this); in onCreate() local
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java92 TextView textView = new TextView(mContext); in testAddFocusables() local
109 TextView textView = new TextView(mContext); in testAddStatesFromChildren() local
124 TextView textView = new TextView(mContext); in testAddTouchables() local
153 TextView textView = new TextView(mContext); in testAddView() local
163 TextView textView = new TextView(mContext); in testAddViewWithParaViewInt() local
173 TextView textView = new TextView(mContext); in testAddViewWithParaViewLayoutPara() local
186 TextView textView = new TextView(mContext); in testAddViewWithParaViewIntInt() local
199 TextView textView = new TextView(mContext); in testAddViewWidthParaViewIntLayoutParam() local
210 TextView textView = new TextView(mContext); in testAddViewInLayout() local
249 TextView textView = new TextView(mContext); in testAddViewInLayoutWithParamViewIntLayB() local
[all …]
DViewGroupCtsActivity.java39 TextView textView = (TextView)findViewById(com.android.cts.view.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(com.android.cts.widget.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
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
DTextViewTest.java472 MockTextView textView = new MockTextView(mActivity); in testSetShadowLayer() local
1726 private static boolean hasSpansAtMiddleOfText(final TextView textView, final Class<?> type) { in hasSpansAtMiddleOfText()
3040 MockTextView textView = new MockTextView(mActivity); in testComputeHorizontalScrollRange() local
3054 MockTextView textView = new MockTextView(mActivity); in testComputeVerticalScrollRange() local
3068 MockTextView textView = new MockTextView(mActivity); in testDrawableStateChanged() local
3076 MockTextView textView = new MockTextView(mActivity); in testGetDefaultEditable() local
3083 MockTextView textView = new MockTextView(mActivity); in testGetDefaultMovementMethod() local
3114 MockTextView textView = new MockTextView(mActivity); in testSetFrame() local
3175 final MockTextView textView = new MockTextView(mActivity); in testMarquee() local
3274 TextView textView = new TextView(mActivity); in testAccessInputExtras() local
[all …]
DArrayAdapterTest.java127 final TextView textView = new TextView(mContext); in testAccessView() local
DTabHostTest.java252 TextView textView = (TextView) tabHost.getCurrentView(); in testGetCurrentView() local
DFrameLayoutTest.java164 final TextView textView = (TextView) frameLayout.findViewById(R.id.framelayout_textview); in testAccessMeasureAllChildren() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioRoutingNotificationsActivity.java83 TextView textView = in onRoutingChanged() local
99 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/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityTextTraversalTest.java475 final TextView textView = (TextView) getActivity().findViewById(R.id.text); in testActionNextAndPreviousAtGranularityCharacterOverText() local
1223 final TextView textView = (TextView) getActivity().findViewById(R.id.text); in testActionNextAndPreviousAtGranularityWordOverText() local
2222 final TextView textView = (TextView) getActivity().findViewById(R.id.text); in testActionNextAndPreviousAtGranularityLineOverText() local
3725 final TextView textView = (TextView) getActivity().findViewById(R.id.edit); in testActionNextAndPreviousAtGranularityParagraphOverText() local
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
DTest4DetailFragment.java171 TextView textView = new TextView(getActivity()); in onCreateView() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DPhotoCaptureActivity.java113 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.java306 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
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
DCtsUiAutomatorTest.java332 UiObject textView = new UiObject(new UiSelector().textContains("[")); in testSwipes() local