/packages/apps/Launcher2/src/com/android/launcher2/ |
AddAdapter.java | 26 import android.widget.TextView; 84 TextView textView = (TextView) convertView; 85 textView.setTag(item); 86 textView.setText(item.text); 87 textView.setCompoundDrawablesWithIntrinsicBounds(item.image, null, null, null);
|
/packages/apps/Settings/src/com/android/settings/dashboard/ |
DashboardTileView.java | 26 import android.widget.TextView; 37 private TextView mTitleTextView; 38 private TextView mStatusTextView; 55 mTitleTextView = (TextView) view.findViewById(R.id.title); 56 mStatusTextView = (TextView) view.findViewById(R.id.status); 64 public TextView getTitleTextView() { 68 public TextView getStatusTextView() {
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
AddAccessoryContentFragment.java | 24 import android.widget.TextView; 55 TextView title = (TextView) view.findViewById( 61 TextView instructions = (TextView) view.findViewById( 67 TextView autopair = (TextView) view.findViewById(
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
StyleUtils.java | 24 import android.widget.TextView; 36 public static void stripUnderlinesAndLinkUrls(TextView textView, 38 final Spannable spannable = (Spannable) textView.getText(); 63 public static void stripUnderlinesAndUrl(TextView textView) { 64 stripUnderlinesAndLinkUrls(textView, null /* onClickListener */);
|
/developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/res/layout/ |
main.xml | 24 <TextView android:layout_width="match_parent" 38 <TextView android:layout_width="wrap_content" 53 <TextView android:layout_width="wrap_content" 57 <TextView android:layout_width="wrap_content" 67 <TextView android:layout_width="210dp" 73 <TextView android:id="@+id/boolean_entry_id" 84 <TextView android:layout_width="210dp" 90 <TextView android:id="@+id/choice_entry_id" 101 <TextView android:layout_width="210dp" 107 <TextView android:id="@+id/multi_entry_id [all...] |
/developers/build/prebuilts/gradle/BasicNetworking/Application/src/main/java/com/example/android/basicnetworking/ |
SimpleTextFragment.java | 27 import android.widget.TextView; 30 * Simple fragment containing only a TextView. Used by TextPagerAdapter to create 45 // For situations where the app wants to modify text at Runtime, exposing the TextView. 46 private TextView mTextView; 54 // Before initializing the textView, check if any arguments were provided via setArguments. 57 // Create a new TextView and set its text to whatever was provided. 58 mTextView = new TextView(getActivity()); 68 public TextView getTextView() { 73 * Changes the text for this TextView, according to the resource ID provided. 74 * @param stringId A resource ID representing the text content for this Fragment's TextView [all...] |
/developers/build/prebuilts/gradle/NetworkConnect/Application/src/main/java/com/example/android/networkconnect/ |
SimpleTextFragment.java | 26 import android.widget.TextView; 29 * Simple fragment containing only a TextView. Used by TextPagerAdapter to create 44 // For situations where the app wants to modify text at Runtime, exposing the TextView. 45 private TextView mTextView; 53 // Before initializing the textView, check if any arguments were provided via setArguments. 56 // Create a new TextView and set its text to whatever was provided. 57 mTextView = new TextView(getActivity()); 67 public TextView getTextView() { 72 * Changes the text for this TextView, according to the resource ID provided. 73 * @param stringId A resource ID representing the text content for this Fragment's TextView [all...] |
/developers/samples/android/connectivity/network/BasicNetworking/Application/src/main/java/com/example/android/basicnetworking/ |
SimpleTextFragment.java | 27 import android.widget.TextView; 30 * Simple fragment containing only a TextView. Used by TextPagerAdapter to create 45 // For situations where the app wants to modify text at Runtime, exposing the TextView. 46 private TextView mTextView; 54 // Before initializing the textView, check if any arguments were provided via setArguments. 57 // Create a new TextView and set its text to whatever was provided. 58 mTextView = new TextView(getActivity()); 68 public TextView getTextView() { 73 * Changes the text for this TextView, according to the resource ID provided. 74 * @param stringId A resource ID representing the text content for this Fragment's TextView [all...] |
/developers/samples/android/connectivity/network/NetworkConnect/Application/src/main/java/com/example/android/networkconnect/ |
SimpleTextFragment.java | 26 import android.widget.TextView; 29 * Simple fragment containing only a TextView. Used by TextPagerAdapter to create 44 // For situations where the app wants to modify text at Runtime, exposing the TextView. 45 private TextView mTextView; 53 // Before initializing the textView, check if any arguments were provided via setArguments. 56 // Create a new TextView and set its text to whatever was provided. 57 mTextView = new TextView(getActivity()); 67 public TextView getTextView() { 72 * Changes the text for this TextView, according to the resource ID provided. 73 * @param stringId A resource ID representing the text content for this Fragment's TextView [all...] |
/developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/res/layout/ |
main.xml | 24 <TextView android:layout_width="match_parent" 38 <TextView android:layout_width="wrap_content" 53 <TextView android:layout_width="wrap_content" 57 <TextView android:layout_width="wrap_content" 67 <TextView android:layout_width="210dp" 73 <TextView android:id="@+id/boolean_entry_id" 84 <TextView android:layout_width="210dp" 90 <TextView android:id="@+id/choice_entry_id" 101 <TextView android:layout_width="210dp" 107 <TextView android:id="@+id/multi_entry_id [all...] |
/development/samples/ApiDemos/res/layout/ |
animator_events.xml | 57 <TextView 62 <TextView 68 <TextView 74 <TextView 80 <TextView 92 <TextView 97 <TextView 103 <TextView 109 <TextView 115 <TextView [all...] |
shadow_card_stack.xml | 25 <TextView 31 <TextView 37 <TextView 43 <TextView 49 <TextView
|
styled_text.xml | 24 <TextView 29 <TextView 35 <TextView 40 <TextView 45 <TextView android:id="@+id/text"
|
/development/samples/browseable/AppRestrictions/res/layout/ |
main.xml | 24 <TextView android:layout_width="match_parent" 38 <TextView android:layout_width="wrap_content" 53 <TextView android:layout_width="wrap_content" 57 <TextView android:layout_width="wrap_content" 67 <TextView android:layout_width="210dp" 73 <TextView android:id="@+id/boolean_entry_id" 84 <TextView android:layout_width="210dp" 90 <TextView android:id="@+id/choice_entry_id" 101 <TextView android:layout_width="210dp" 107 <TextView android:id="@+id/multi_entry_id [all...] |
/development/samples/browseable/BasicNetworking/src/com.example.android.basicnetworking/ |
SimpleTextFragment.java | 27 import android.widget.TextView; 30 * Simple fragment containing only a TextView. Used by TextPagerAdapter to create 45 // For situations where the app wants to modify text at Runtime, exposing the TextView. 46 private TextView mTextView; 54 // Before initializing the textView, check if any arguments were provided via setArguments. 57 // Create a new TextView and set its text to whatever was provided. 58 mTextView = new TextView(getActivity()); 68 public TextView getTextView() { 73 * Changes the text for this TextView, according to the resource ID provided. 74 * @param stringId A resource ID representing the text content for this Fragment's TextView [all...] |
/development/samples/browseable/NetworkConnect/src/com.example.android.networkconnect/ |
SimpleTextFragment.java | 26 import android.widget.TextView; 29 * Simple fragment containing only a TextView. Used by TextPagerAdapter to create 44 // For situations where the app wants to modify text at Runtime, exposing the TextView. 45 private TextView mTextView; 53 // Before initializing the textView, check if any arguments were provided via setArguments. 56 // Create a new TextView and set its text to whatever was provided. 57 mTextView = new TextView(getActivity()); 67 public TextView getTextView() { 72 * Changes the text for this TextView, according to the resource ID provided. 73 * @param stringId A resource ID representing the text content for this Fragment's TextView [all...] |
/frameworks/base/core/java/android/transition/ |
Recolor.java | 27 import android.widget.TextView; 34 * {@link TextView#setTextColor(android.content.res.ColorStateList) 53 if (transitionValues.view instanceof TextView) { 55 ((TextView)transitionValues.view).getCurrentTextColor()); 89 if (view instanceof TextView) { 90 TextView textView = (TextView) view; 94 textView.setTextColor(end); 96 return ObjectAnimator.ofArgb(textView, "textColor", start, end) [all...] |
/packages/apps/Gallery2/res/layout-land/ |
filtershow_vignette_controls.xml | 23 <TextView 29 <TextView 42 <TextView 47 <TextView 58 <TextView 63 <TextView 74 <TextView 79 <TextView 103 <TextView 107 <TextView [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
ViewGroupCtsActivity.java | 23 import android.widget.TextView; 39 TextView textView = (TextView)findViewById(com.android.cts.view.R.id.viewgrouptest_stub); 40 textView.setText("test");
|
View_IdsTest.java | 28 import android.widget.TextView; 42 TextView symbol = (TextView) activity.findViewById(R.id.symbolball); 43 TextView warning = (TextView) activity.findViewById(R.id.warning);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ViewGroupCtsActivity.java | 23 import android.widget.TextView; 39 TextView textView = (TextView)findViewById(com.android.cts.widget.R.id.viewgrouptest_stub); 40 textView.setText("test");
|
/developers/build/prebuilts/gradle/NavigationDrawer/Application/src/main/java/com/example/android/navigationdrawer/ |
PlanetAdapter.java | 25 import android.widget.TextView; 45 public final TextView mTextView; 47 public ViewHolder(TextView v) { 62 TextView tv = (TextView) v.findViewById(android.R.id.text1);
|
/developers/samples/android/ui/views/NavigationDrawer/Application/src/main/java/com/example/android/navigationdrawer/ |
PlanetAdapter.java | 25 import android.widget.TextView; 45 public final TextView mTextView; 47 public ViewHolder(TextView v) { 62 TextView tv = (TextView) v.findViewById(android.R.id.text1);
|
/development/apps/Development/src/com/android/development/ |
LogTextBox.java | 19 import android.widget.TextView; 30 * This is a TextView that is Editable and by default scrollable, 37 * {@link android.R.styleable#TextView TextView Attributes}, 40 public class LogTextBox extends TextView {
|
/development/samples/ApiDemos/src/com/example/android/apis/text/ |
LogTextBox.java | 19 import android.widget.TextView; 27 * This is a TextView that is Editable and by default scrollable, 34 * {@link android.R.styleable#TextView TextView Attributes}, 37 public class LogTextBox extends TextView {
|