Home
last modified time | relevance | path

Searched defs:textView (Results 1 – 19 of 19) 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.java88 TextView textView = new TextView(mContext); in testAddFocusables() local
105 TextView textView = new TextView(mContext); in testAddStatesFromChildren() local
120 TextView textView = new TextView(mContext); in testAddTouchables() local
149 TextView textView = new TextView(mContext); in testAddView() local
159 TextView textView = new TextView(mContext); in testAddViewWithParaViewInt() local
169 TextView textView = new TextView(mContext); in testAddViewWithParaViewLayoutPara() local
182 TextView textView = new TextView(mContext); in testAddViewWithParaViewIntInt() local
195 TextView textView = new TextView(mContext); in testAddViewWidthParaViewIntLayoutParam() local
206 TextView textView = new TextView(mContext); in testAddViewInLayout() local
245 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/
DCrossProfileTestActivity.java44 TextView textView = (TextView) findViewById(R.id.text); in onCreate() local
/cts/tests/tests/widget/src/android/widget/cts/
DCursorAdapterTest.java193 TextView textView = new TextView(mContext); in testGetView() local
229 TextView textView = (TextView) cursorAdapter.newDropDownView(mContext, mCursor, mParent); in testNewDropDownView() local
238 TextView textView = new TextView(mContext); in testGetDropDownView() local
388 TextView textView = (TextView) view; in bindView() local
401 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
DTextView_SaveStateTest.java64 TextView textView = new TextView(getInstrumentation().getTargetContext()); in creatTestParcel() 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
DTextViewTest.java449 MockTextView textView = new MockTextView(mActivity); in testSetShadowLayer() local
2362 MockTextView textView = new MockTextView(mActivity); in testComputeHorizontalScrollRange() local
2376 MockTextView textView = new MockTextView(mActivity); in testComputeVerticalScrollRange() local
2390 MockTextView textView = new MockTextView(mActivity); in testDrawableStateChanged() local
2398 MockTextView textView = new MockTextView(mActivity); in testGetDefaultEditable() local
2405 MockTextView textView = new MockTextView(mActivity); in testGetDefaultMovementMethod() local
2436 MockTextView textView = new MockTextView(mActivity); in testSetFrame() local
2497 final MockTextView textView = new MockTextView(mActivity); in testMarquee() local
2596 TextView textView = new TextView(mActivity); in testAccessInputExtras() local
2619 TextView textView = new TextView(mActivity); in testAccessContentType() local
[all …]
DRemoteViewsTest.java134 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text); in testSetTextViewText() local
418 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text); in testSetCharSequence() local
507 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text); in testSetTextColor() local
DArrayAdapterTest.java126 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/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/
DTestListAdapter.java347 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