Home
last modified time | relevance | path

Searched refs:text1 (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/minikin/tests/unittest/
DLayoutCacheTest.cpp66 auto text1 = utf8ToUtf16("android"); in TEST() local
77 layoutCache.getOrCreate(text1, Range(0, text1.size()), paint, false /* LTR */, in TEST()
85 layoutCache.getOrCreate(text1, Range(0, text1.size()), paint, false /* LTR */, in TEST()
87 layoutCache.getOrCreate(text1, Range(1, text1.size()), paint, false /* LTR */, in TEST()
93 layoutCache.getOrCreate(text1, Range(0, text1.size()), paint, false /* LTR */, in TEST()
101 layoutCache.getOrCreate(text1, Range(0, text1.size()), paint, false /* LTR */, in TEST()
103 layoutCache.getOrCreate(text1, Range(0, text1.size()), paint, true /* RTL */, in TEST()
109 layoutCache.getOrCreate(text1, Range(0, text1.size()), paint, false /* LTR */, in TEST()
111 layoutCache.getOrCreate(text1, Range(0, text1.size()), paint, false /* LTR */, in TEST()
117 layoutCache.getOrCreate(text1, Range(0, text1.size()), paint, false /* LTR */, in TEST()
[all …]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DMarqueeActivity.java37 final TextView text1 = new TextView(this); in onCreate() local
38 text1.setText("This is a marquee inside a TextView"); in onCreate()
39 text1.setSingleLine(true); in onCreate()
40 text1.setHorizontalFadingEdgeEnabled(true); in onCreate()
41 text1.setEllipsize(TextUtils.TruncateAt.MARQUEE); in onCreate()
42 linearLayout.addView(text1, new LinearLayout.LayoutParams( in onCreate()
DStackActivity.java40 android.R.id.text1, new Drawable[] { in onCreate()
DHwTests.java54 new int[] { android.R.id.text1 })); in onCreate()
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/
DGlifLayoutTest.java241 assertThat(view.getId()).isEqualTo(android.R.id.text1); in testInflateFooter()
242 assertThat((View) layout.findViewById(android.R.id.text1)).isNotNull(); in testInflateFooter()
256 assertThat(view.getId()).isEqualTo(android.R.id.text1); in testInflateFooterBlankTemplate()
257 assertThat((View) layout.findViewById(android.R.id.text1)).isNotNull(); in testInflateFooterBlankTemplate()
275 assertThat((View) layout.findViewById(android.R.id.text1)).isNotNull(); in testFooterXml()
283 assertThat(view.getId()).isEqualTo(android.R.id.text1); in inflateStickyHeader_shouldAddViewToLayout()
284 assertThat((View) layout.findViewById(android.R.id.text1)).isNotNull(); in inflateStickyHeader_shouldAddViewToLayout()
302 assertThat((View) layout.findViewById(android.R.id.text1)).isNotNull(); in inflateStickyHeader_whenInXml_shouldAddViewToLayout()
310 assertThat(view.getId()).isEqualTo(android.R.id.text1); in inflateStickyHeader_whenOnBlankTemplate_shouldAddViewToLayout()
311 assertThat((View) layout.findViewById(android.R.id.text1)).isNotNull(); in inflateStickyHeader_whenOnBlankTemplate_shouldAddViewToLayout()
/frameworks/base/core/tests/coretests/src/android/widget/
DSimpleCursorAdapterTest.java59 mTo = new int[]{com.android.internal.R.id.text1, com.android.internal.R.id.text2}; in setUp()
202 assertEquals(com.android.internal.R.id.text1, viewIds[0]); in testChangeNullToMapped()
218 int[] singleTo = new int[]{com.android.internal.R.id.text1}; in testChangeMapping()
227 assertEquals(com.android.internal.R.id.text1, viewIds[0]); in testChangeMapping()
/frameworks/base/core/java/android/widget/
DSuggestionsAdapter.java307 mText1 = v.findViewById(com.android.internal.R.id.text1); in ChildViewCache()
324 String text1 = getStringOrNull(cursor, mText1Col); in bindView() local
325 setViewText(views.mText1, text1); in bindView()
473 String text1 = getColumnString(cursor, SearchManager.SUGGEST_COLUMN_TEXT_1); in convertToString() local
474 if (text1 != null) { in convertToString()
475 return text1; in convertToString()
DTwoLineListItem.java75 mText1 = findViewById(com.android.internal.R.id.text1); in onFinishInflate()
/frameworks/base/core/java/com/android/internal/app/
DMediaRouteChooserDialog.java226 TextView text1 = (TextView)view.findViewById(android.R.id.text1); in getView() local
228 text1.setText(route.getName()); in getView()
DAlertController.java1149 mContext, dialog.mMultiChoiceItemLayout, R.id.text1, mItems) { in createListView()
1175 CheckedTextView text = (CheckedTextView) view.findViewById(R.id.text1); in createListView()
1200 new String[] { mLabelColumn }, new int[] { R.id.text1 }); in createListView()
1204 adapter = new CheckedItemAdapter(mContext, layout, R.id.text1, mItems); in createListView()
/frameworks/base/tests/UsageStatsTest/src/com/android/tests/usagestats/
DUsageLogActivity.java130 holder.config = (TextView) convertView.findViewById(android.R.id.text1); in getView()
134 holder.packageName = (TextView) convertView.findViewById(android.R.id.text1); in getView()
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/android/layoutlib/test/myapplication/
DR$id.class ... switch2 public static final int tabHost public static final int text1 public static final int text2 public static final int text3 ...
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListManagedCursor.java49 new int[] {android.R.id.text1}); in onCreate()
DListWithDisappearingItemBug.java58 new int[] {R.id.text1}); in onCreate()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/recyclerview/
DRvArrayAdapter.java33 mTextView = (TextView) v.findViewById(android.R.id.text1); in ViewHolder()
/frameworks/ex/framesequence/samples/FrameSequenceSamples/src/com/android/framesequence/samples/
DSamplesList.java55 new int[] { android.R.id.text1 })); in onCreate()
/frameworks/rs/tests/java_api/RSUnitTests/gui/com/android/rs/unittest/
DRSListActivity.java45 TextView textView = (TextView) view.findViewById(android.R.id.text1); in onCreate()
/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/
DMainActivity.java50 new int[] { android.R.id.text1 })); in onCreate()
/frameworks/base/core/java/android/content/
DSyncActivityTooManyDeletes.java70 android.R.id.text1, in onCreate()
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DCameraBrowser.java81 TextView textView1 = (TextView)view.findViewById(android.R.id.text1); in getView()
/frameworks/base/core/java/com/android/internal/widget/
DTextProgressBar.java50 static final int CHRONOMETER_ID = android.R.id.text1;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSlicePermissionActivity.java74 TextView t1 = dialog.getWindow().getDecorView().findViewById(R.id.text1); in onCreate()
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
DVectorDrawableTest.java53 new int[] { android.R.id.text1 })); in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsImpl.java126 TextView message = d.findViewById(R.id.text1); in showShutdownUi()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DMainActivity.java77 new int[] { android.R.id.text1 })); in onCreate()

12