/frameworks/base/tests/BiDiTests/res/layout/ |
textview_drawables_rtl.xml | 27 <TextView android:layout_height="wrap_content" 36 <TextView android:layout_height="wrap_content" 45 <TextView android:layout_height="wrap_content" 55 <TextView android:layout_height="wrap_content" 65 <TextView android:layout_height="wrap_content" 76 <TextView android:layout_height="wrap_content" 85 <TextView android:layout_height="wrap_content" 94 <TextView android:id="@+id/textview_error"
|
/frameworks/base/tests/HwAccelerationTest/res/layout/ |
view_layer_invalidation.xml | 27 <TextView 32 <TextView 42 <TextView 46 android:id="@+id/textview"/> 47 <TextView 56 <TextView 70 <TextView 89 <TextView
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
ViewPropertyAlphaActivity.java | 38 import android.widget.TextView; 54 startAnim(R.id.textview); 72 findViewById(R.id.textview).invalidate(); 77 TextView textView = (TextView) findViewById(R.id.spantext); 78 if (textView != null) { 93 textView.setText(text);
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
ConfirmationActivity.java | 5 import android.widget.TextView; 16 ((TextView)findViewById(R.id.text)).setText(getTextExtra(EXTRA_TEXT, "text"));
|
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/ |
InvalidateAllTest.java | 36 assertEquals("foo", mBinder.textView.getText().toString()); 41 assertEquals("bar", mBinder.textView.getText().toString());
|
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/ |
MultiArgTestAdapter.java | 22 import android.widget.TextView; 46 public static void setBoth(TextView view, MultiBindingClass1 class1, 52 public static void setBoth(TextView view, String str1, 58 public static void setClass1(TextView view, MultiBindingClass1 class1) { 63 public static void setClassStr(TextView view, String str) { 68 public static void setClass2(TextView view, MultiBindingClass2 class2) { 73 public static void setWithOldValue(TextView view, String oldValue, String newValue) { 78 public static void set2WithOldValues(TextView view, String oldValue1, String oldValue2,
|
/frameworks/data-binding/integration-tests/TestApp/app/src/main/res/layout/ |
conflicting_names.xml | 12 <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" 16 <TextView android:layout_width="wrap_content" android:layout_height="wrap_content"
|
custom_binding_name.xml | 18 <TextView android:id="@+id/textView"
|
custom_ns_adapter.xml | 11 <TextView 16 <TextView
|
no_variables.xml | 16 <TextView android:id="@+id/textView"
|
/frameworks/support/v17/tests/res/layout/ |
relative_layout.xml | 7 <TextView 14 <TextView
|
/packages/apps/Calendar/res/layout/ |
full_month_header.xml | 23 <TextView android:id="@+id/wk_label" 29 <TextView android:id="@+id/d0_label" 37 <TextView android:id="@+id/d1_label" 45 <TextView android:id="@+id/d2_label" 53 <TextView android:id="@+id/d3_label" 61 <TextView android:id="@+id/d4_label" 69 <TextView android:id="@+id/d5_label" 77 <TextView android:id="@+id/d6_label"
|
/packages/apps/Calendar/res/layout-sw600dp/ |
full_month_header.xml | 23 <TextView android:id="@+id/wk_label" 29 <TextView android:id="@+id/d0_label" 37 <TextView android:id="@+id/d1_label" 45 <TextView android:id="@+id/d2_label" 53 <TextView android:id="@+id/d3_label" 61 <TextView android:id="@+id/d4_label" 69 <TextView android:id="@+id/d5_label" 77 <TextView android:id="@+id/d6_label"
|
/packages/apps/PhoneCommon/src/com/android/phone/common/util/ |
ViewUtil.java | 27 import android.widget.TextView; 95 public static void resizeText(TextView textView, int originalTextSize, int minTextSize) { 96 final Paint paint = textView.getPaint(); 97 final int width = textView.getWidth(); 99 textView.setTextSize(TypedValue.COMPLEX_UNIT_PX, originalTextSize); 100 float ratio = width / paint.measureText(textView.getText().toString()); 102 textView.setTextSize(TypedValue.COMPLEX_UNIT_PX,
|
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
FromAddressSpinnerAdapter.java | 25 import android.widget.TextView; 61 final TextView nameView = (TextView) fromEntry.findViewById(R.id.spinner_account_name); 66 ((TextView) fromEntry.findViewById(R.id.spinner_account_address)) 70 ((TextView) fromEntry.findViewById(R.id.spinner_account_address)) 83 ((TextView) fromEntry.findViewById(R.id.spinner_account_name)).setText(fromItem.name); 84 ((TextView) fromEntry.findViewById(R.id.spinner_account_address)) 87 ((TextView) fromEntry.findViewById(R.id.spinner_account_address))
|
/sdk/apps/SdkController/res/layout/ |
sensors.xml | 37 <TextView 54 <TextView 65 <TextView 72 <TextView 82 <TextView 91 <TextView 112 <TextView 120 <TextView
|
/sdk/testapps/buildConfigTest/app/res/layout/ |
main.xml | 8 <TextView 15 <TextView
|
/cts/tests/tests/widget/res/layout/ |
relative_layout.xml | 28 <TextView 36 <TextView 46 <TextView 56 <TextView 65 <TextView 74 <TextView 83 <TextView 92 <TextView 102 <TextView 121 <TextView [all...] |
listview_layout.xml | 22 <TextView android:id="@+id/headerview1" 27 <TextView android:id="@+id/headerview2" 36 <TextView android:id="@+id/footerview1" 41 <TextView android:id="@+id/footerview2"
|
/development/apps/launchperf/res/layout/ |
complex_layout.xml | 45 <TextView 54 <TextView 62 <TextView 69 <TextView 76 <TextView 83 <TextView 90 <TextView 97 <TextView 104 <TextView 111 <TextView [all...] |
/packages/experimental/RpcPerformance/res/layout/ |
main.xml | 12 <TextView 28 <TextView 45 <TextView 62 <TextView 81 <TextView 98 <TextView 117 <TextView 132 <TextView 149 <TextView 164 <TextView [all...] |
/cts/tests/leanbackjank/app/src/android/cts/jank/leanback/presenter/ |
GridItemPresenter.java | 23 import android.widget.TextView; 40 TextView view = new TextView(parent.getContext()); 53 ((TextView) viewHolder.view).setText((String) item);
|
/cts/tests/tests/widget/src/android/widget/cts/util/ |
ListItemFactory.java | 26 import android.widget.TextView; 62 final TextView middleFiller = new TextView(context); 155 TextView result = new Button(context); 195 TextView result = new TextView(context); 210 * @param convertView Non-null TextView created by {@link #text} 217 ((TextView) convertView).setText(text); 246 TextView t1 = new TextView(context) [all...] |
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/presenter/ |
GridItemPresenter.java | 23 import android.widget.TextView; 40 TextView view = new TextView(parent.getContext()); 52 ((TextView) viewHolder.view).setText((String) item);
|
/developers/build/prebuilts/gradle/MediaRouter/Application/src/main/res/layout-land/ |
grid_layout_2.xml | 26 <TextView 32 <TextView 38 <TextView 45 <TextView
|