/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/java/com/android/layoutlib/test/myapplication/ |
ArraysCheckWidget.java | 7 import android.widget.TextView; 36 TextView textView = new TextView(context); 37 textView.setText(string); 38 textView.setTextSize(30); 39 addView(textView);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
TextViewCompatUtils.java | 20 import android.widget.TextView; 25 // Note that TextView.setCompoundDrawablesRelativeWithIntrinsicBounds(Drawable,Drawable, 28 CompatUtils.getMethod(TextView.class, "setCompoundDrawablesRelativeWithIntrinsicBounds", 35 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(final TextView textView, 38 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, end, bottom); 41 CompatUtils.invoke(textView, null, METHOD_setCompoundDrawablesRelativeWithIntrinsicBounds,
|
/sdk/testapps/libsAndJarTest/app/src/com/android/tests/javaprojecttest/app/ |
Main.java | 5 import android.widget.TextView; 19 TextView tv = (TextView) findViewById(R.id.app); 22 tv = (TextView) findViewById(R.id.lib1); 25 tv = (TextView) findViewById(R.id.lib2); 28 tv = (TextView) findViewById(R.id.basicJar); 31 tv = (TextView) findViewById(R.id.basicJar2);
|
/development/samples/ApiDemos/res/layout/ |
table_layout_1.xml | 22 <TextView 25 <TextView 28 <TextView 34 <TextView 37 <TextView 40 <TextView 46 <TextView 49 <TextView 52 <TextView
|
table_layout_6.xml | 24 <TextView 28 <TextView 35 <TextView 39 <TextView 46 <TextView 50 <TextView 61 <TextView 64 <TextView 70 <TextView 73 <TextView [all...] |
table_layout_12.xml | 22 <TextView 26 <TextView 30 <TextView 37 <TextView 43 <TextView 50 <TextView 54 <TextView 58 <TextView 65 <TextView 69 <TextView [all...] |
/frameworks/base/tests/TransitionTests/res/layout/ |
results_screen.xml | 13 <TextView 25 <TextView 36 <TextView 40 <TextView 44 <TextView 48 <TextView 52 <TextView 56 <TextView 60 <TextView
|
crossfade.xml | 12 <TextView 16 android:id="@+id/textview"/> 17 <TextView 22 <TextView
|
crossfade_1.xml | 13 <TextView 17 android:id="@+id/textview"/> 18 <TextView 23 <TextView
|
/sdk/testapps/javaProjectTest/app/res/layout/ |
main.xml | 8 <TextView 15 <TextView 22 <TextView 29 <TextView 36 <TextView 43 <TextView 50 <TextView 57 <TextView 64 <TextView
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BleScannerPowerLevelActivity.java | 35 import android.widget.TextView; 42 private Map<Integer, TextView> mMacText; 43 private Map<Integer, TextView> mCountText; 44 private Map<Integer, TextView> mRssiText; 45 private Map<Integer, TextView> mSetPowerText; 49 private TextView mTimerText; 64 mTimerText = (TextView)findViewById(R.id.ble_timer); 80 mRssiText = new HashMap<Integer, TextView>(); 81 mCountText = new HashMap<Integer, TextView>(); 83 mMacText = new HashMap<Integer, TextView>(); [all...] |
/development/samples/ApiDemos/res/layout-sw600dp/ |
resources_smallest_width_row.xml | 22 <TextView android:layout_width="0px" android:layout_height="match_parent" 26 </TextView> 27 <TextView android:layout_width="0px" android:layout_height="match_parent" 31 </TextView> 32 <TextView android:layout_width="0px" android:layout_height="match_parent" 36 </TextView> 37 <TextView android:layout_width="0px" android:layout_height="match_parent" 41 </TextView> 42 <TextView android:layout_width="0px" android:layout_height="match_parent" 46 </TextView> [all...] |
/development/samples/ApiDemos/res/layout-w600dp/ |
resources_width.xml | 22 <TextView android:layout_width="0px" android:layout_height="match_parent" 26 </TextView> 27 <TextView android:layout_width="0px" android:layout_height="match_parent" 31 </TextView> 32 <TextView android:layout_width="0px" android:layout_height="match_parent" 36 </TextView> 37 <TextView android:layout_width="0px" android:layout_height="match_parent" 41 </TextView> 42 <TextView android:layout_width="0px" android:layout_height="match_parent" 46 </TextView> [all...] |
/frameworks/base/core/java/android/text/method/ |
MovementMethod.java | 19 import android.widget.TextView; 25 * Provides cursor positioning, scrolling and text selection functionality in a {@link TextView}. 27 * The {@link TextView} delegates handling of key events, trackball motions and touches to 29 * selects an appropriate movement method based on the content of the {@link TextView}. 36 public void initialize(TextView widget, Spannable text); 37 public boolean onKeyDown(TextView widget, Spannable text, int keyCode, KeyEvent event); 38 public boolean onKeyUp(TextView widget, Spannable text, int keyCode, KeyEvent event); 45 public boolean onKeyOther(TextView view, Spannable text, KeyEvent event); 47 public void onTakeFocus(TextView widget, Spannable text, int direction); 48 public boolean onTrackballEvent(TextView widget, Spannable text, MotionEvent event) [all...] |
/sdk/testapps/legacyTest/src/com/android/tests/javaprojecttest/app/ |
Main.java | 5 import android.widget.TextView; 16 TextView tv = (TextView) findViewById(R.id.basicJar);
|
/sdk/testapps/userLibTest/src/com/android/tests/userlibtest/ |
Main.java | 5 import android.widget.TextView; 16 TextView tv = (TextView) findViewById(R.id.basicJar);
|
/frameworks/base/core/tests/coretests/src/android/view/ |
CreateViewTest.java | 27 import android.widget.TextView; 76 TextView text = new TextView(mContext); 82 TextView text = new TextView(mContext); 93 TextView one = new TextView(mContext); 97 TextView two = new TextView(mContext); 101 TextView three = new TextView(mContext) [all...] |
/cts/apps/CtsVerifier/res/layout/ |
ble_scanner_power_level.xml | 28 <TextView android:text="@string/ble_scanner_power_level_instruction" 46 <TextView android:text="@string/ble_ultra_low" 49 <TextView android:id="@+id/ble_ultra_low_mac" 52 <TextView android:id="@+id/ble_ultra_low_rssi" 59 <TextView android:layout_width="100dp" 61 <TextView android:id="@+id/ble_ultra_low_count" 64 <TextView android:id="@+id/ble_ultra_low_set_power" 72 <TextView android:text="@string/ble_low" 75 <TextView android:id="@+id/ble_low_mac" 78 <TextView android:id="@+id/ble_low_rssi [all...] |
/frameworks/base/media/tests/CameraBrowser/res/layout/ |
object_info.xml | 24 <TextView android:id="@+id/name_label" 30 <TextView android:id="@+id/name" 34 <TextView android:id="@+id/size_label" 40 <TextView android:id="@+id/size" 44 <TextView android:id="@+id/format_label" 50 <TextView android:id="@+id/format" 54 <TextView android:id="@+id/thumb_width_label" 60 <TextView android:id="@+id/thumb_width" 64 <TextView android:id="@+id/thumb_height_label" 70 <TextView android:id="@+id/thumb_height [all...] |
/development/apps/Development/res/layout/ |
package_summary.xml | 27 <TextView android:id="@+id/packageView" 46 <TextView android:id="@+id/classView" 49 <TextView android:id="@+id/label" 52 <TextView android:id="@+id/disabled" 56 <TextView android:id="@+id/system" 60 <TextView android:id="@+id/debuggable" 64 <TextView android:id="@+id/nocode" 68 <TextView android:id="@+id/persistent" 82 <TextView style="@style/SummaryCategoryLayout" 86 <TextView android:id="@+id/process [all...] |
show_activity.xml | 30 <TextView android:id="@+id/packageView" 48 <TextView android:id="@+id/classView" 51 <TextView android:id="@+id/label" 54 <TextView android:id="@+id/launch" 61 <TextView style="@style/SummaryCategoryLayout" 65 <TextView android:id="@+id/process" 68 <TextView style="@style/SummaryCategoryLayout" 72 <TextView android:id="@+id/taskAffinity" 75 <TextView style="@style/SummaryCategoryLayout" 79 <TextView android:id="@+id/permission [all...] |
/development/ndk/samples/hello-neon/src/com/example/neon/ |
HelloNeon.java | 5 import android.widget.TextView; 14 /* Create a TextView and set its content. 18 TextView tv = new TextView(this);
|
/development/samples/ApiDemos/res/layout-sw720dp/ |
resources_smallest_width_row.xml | 22 <TextView android:layout_width="0px" android:layout_height="match_parent" 26 </TextView> 27 <TextView android:layout_width="0px" android:layout_height="match_parent" 31 </TextView> 32 <TextView android:layout_width="0px" android:layout_height="match_parent" 36 </TextView> 37 <TextView android:layout_width="0px" android:layout_height="match_parent" 41 </TextView> 42 <TextView android:layout_width="0px" android:layout_height="match_parent" 46 </TextView> [all...] |
/development/samples/ApiDemos/res/layout-w720dp/ |
resources_width.xml | 22 <TextView android:layout_width="0px" android:layout_height="match_parent" 26 </TextView> 27 <TextView android:layout_width="0px" android:layout_height="match_parent" 31 </TextView> 32 <TextView android:layout_width="0px" android:layout_height="match_parent" 36 </TextView> 37 <TextView android:layout_width="0px" android:layout_height="match_parent" 41 </TextView> 42 <TextView android:layout_width="0px" android:layout_height="match_parent" 46 </TextView> [all...] |
/frameworks/base/tools/layoutlib/bridge/resources/bars/ |
title_bar.xml | 3 <TextView
|