Home
last modified time | relevance | path

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

/cts/tests/src/android/app/cts/
DMockApplicationActivity.java28 TextView textView = new TextView(this); in onCreate() local
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java117 TextView textView = new TextView(mContext); in testAddFocusables() local
146 TextView textView = new TextView(mContext); in testAddStatesFromChildren() local
173 TextView textView = new TextView(mContext); in testAddTouchables() local
207 TextView textView = new TextView(mContext); in testAddView() local
222 TextView textView = new TextView(mContext); in testAddViewWithParaViewInt() local
237 TextView textView = new TextView(mContext); in testAddViewWithParaViewLayoutPara() local
255 TextView textView = new TextView(mContext); in testAddViewWithParaViewIntInt() local
273 TextView textView = new TextView(mContext); in testAddViewWidthParaViewIntLayoutParam() local
289 TextView textView = new TextView(mContext); in testAddViewInLayout() local
345 TextView textView = new TextView(mContext); in testAddViewInLayoutWithParamViewIntLayB() local
[all …]
/cts/tests/src/android/widget/cts/
DViewGroupStubActivity.java39 TextView textView = (TextView)findViewById(com.android.cts.stub.R.id.viewgrouptest_stub); in onCreate() local
/cts/tests/tests/widget/src/android/widget/cts/
DCursorAdapterTest.java244 TextView textView = new TextView(mContext); in testGetView() local
286 TextView textView = (TextView) cursorAdapter.newDropDownView(mContext, mCursor, mParent); in testNewDropDownView() local
300 TextView textView = new TextView(mContext); in testGetDropDownView() local
486 TextView textView = (TextView) view; in bindView() local
499 TextView textView = new TextView(context); in newView() local
DTextView_SaveStateTest.java78 TextView textView = new TextView(getInstrumentation().getTargetContext()); in creatTestParcel() local
DCursorTreeAdapterTest.java548 TextView textView = new TextView(mContext); in testGetGroupView() local
687 TextView textView = new TextView(mContext); in testGetChildView() local
759 TextView textView = (TextView) view; in bindChildView() local
773 TextView textView = (TextView) view; in bindGroupView() local
810 TextView textView = new TextView(context); in newChildView() local
823 TextView textView = new TextView(context); in newGroupView() local
DTextViewTest.java648 MockTextView textView = new MockTextView(mActivity); in testSetShadowLayer() local
3196 MockTextView textView = new MockTextView(mActivity); in testComputeHorizontalScrollRange() local
3215 MockTextView textView = new MockTextView(mActivity); in testComputeVerticalScrollRange() local
3234 MockTextView textView = new MockTextView(mActivity); in testDrawableStateChanged() local
3248 MockTextView textView = new MockTextView(mActivity); in testGetDefaultEditable() local
3261 MockTextView textView = new MockTextView(mActivity); in testGetDefaultMovementMethod() local
3327 MockTextView textView = new MockTextView(mActivity); in testSetFrame() local
3360 final MockTextView textView = new MockTextView(mActivity); in testGetFadingEdgeStrength() local
3422 final MockTextView textView = new MockTextView(mActivity); in testMarquee() local
3535 TextView textView = new TextView(mActivity); in testAccessInputExtras() local
[all …]
DRemoteViewsTest.java169 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text); in testSetTextViewText() local
534 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text); in testSetCharSequence() local
641 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text); in testSetTextColor() local
DArrayAdapterTest.java208 final TextView textView = new TextView(mContext); in testAccessView() local
DFrameLayoutTest.java231 final TextView textView = (TextView) frameLayout.findViewById(R.id.framelayout_textview); in testAccessMeasureAllChildren() local
DTabHostTest.java333 TextView textView = (TextView) tabHost.getCurrentView(); in testGetCurrentView() local
/cts/tests/tests/text/src/android/text/style/cts/
DURLSpanTest.java96 final TextView textView = (TextView) mActivity.findViewById(R.id.url); in testOnClick() local