HomeSort by relevance Sort by last modified time
    Searched full:textview (Results 701 - 725 of 5405) sorted by null

<<21222324252627282930>>

  /development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
SlidingTabLayout.java 30 import android.widget.TextView;
146 * @param textViewId id of the {@link TextView} in the inflated view
171 protected TextView createDefaultTabView(Context context) {
172 TextView textView = new TextView(context);
173 textView.setGravity(Gravity.CENTER);
174 textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, TAB_VIEW_TEXT_SIZE_SP);
175 textView.setTypeface(Typeface.DEFAULT_BOLD);
183 textView.setBackgroundResource(outValue.resourceId)
    [all...]
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
SlidingTabLayout.java 30 import android.widget.TextView;
146 * @param textViewId id of the {@link TextView} in the inflated view
171 protected TextView createDefaultTabView(Context context) {
172 TextView textView = new TextView(context);
173 textView.setGravity(Gravity.CENTER);
174 textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, TAB_VIEW_TEXT_SIZE_SP);
175 textView.setTypeface(Typeface.DEFAULT_BOLD);
183 textView.setBackgroundResource(outValue.resourceId)
    [all...]
  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
SlidingTabLayout.java 30 import android.widget.TextView;
146 * @param textViewId id of the {@link TextView} in the inflated view
171 protected TextView createDefaultTabView(Context context) {
172 TextView textView = new TextView(context);
173 textView.setGravity(Gravity.CENTER);
174 textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, TAB_VIEW_TEXT_SIZE_SP);
175 textView.setTypeface(Typeface.DEFAULT_BOLD);
183 textView.setBackgroundResource(outValue.resourceId)
    [all...]
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
SlidingTabLayout.java 30 import android.widget.TextView;
146 * @param textViewId id of the {@link TextView} in the inflated view
171 protected TextView createDefaultTabView(Context context) {
172 TextView textView = new TextView(context);
173 textView.setGravity(Gravity.CENTER);
174 textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, TAB_VIEW_TEXT_SIZE_SP);
175 textView.setTypeface(Typeface.DEFAULT_BOLD);
183 textView.setBackgroundResource(outValue.resourceId)
    [all...]
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
SlidingTabLayout.java 30 import android.widget.TextView;
146 * @param textViewId id of the {@link TextView} in the inflated view
171 protected TextView createDefaultTabView(Context context) {
172 TextView textView = new TextView(context);
173 textView.setGravity(Gravity.CENTER);
174 textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, TAB_VIEW_TEXT_SIZE_SP);
175 textView.setTypeface(Typeface.DEFAULT_BOLD);
183 textView.setBackgroundResource(outValue.resourceId)
    [all...]
  /cts/apps/CtsVerifier/res/layout/
audio_frequency_mic_activity.xml 37 <TextView
57 <TextView
71 <TextView
83 <TextView
102 <TextView
121 <TextView
  /development/samples/ApiDemos/src/com/example/android/apis/view/
AutoComplete4.java 35 import android.widget.TextView;
49 AutoCompleteTextView textView = (AutoCompleteTextView)
51 textView.setAdapter(adapter);
65 final TextView view = (TextView) inflater.inflate(
73 ((TextView) view).setText(cursor.getString(COLUMN_DISPLAY_NAME));
  /frameworks/base/core/java/android/content/
SyncActivityTooManyDeletes.java 30 import android.widget.TextView;
78 TextView textView = new TextView(this);
81 textView.setText(String.format(tooManyDeletesDescFormat.toString(),
88 ll.addView(textView, lp);
  /frameworks/base/core/java/android/widget/
EditText.java 32 * This is supposed to be a *very* thin veneer over TextView.
33 * Do not make any changes here that do anything that a TextView
38 * EditText is a thin veneer over TextView that configures itself
47 * {@link android.R.styleable#TextView TextView Attributes},
50 public class EditText extends TextView {
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridThrasher.java 31 import android.widget.TextView;
43 TextView mText;
90 TextView view;
93 view = (TextView) mInflater.inflate(android.R.layout.simple_list_item_1, null);
95 view = (TextView) convertView;
118 mText = (TextView) findViewById(R.id.text);
  /frameworks/base/packages/SystemUI/res/layout/
data_usage.xml 25 <TextView
31 <TextView
49 <TextView
56 <TextView
70 <TextView
77 <TextView
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
LevelsV4.java 30 import android.widget.TextView;
92 public boolean onBar1Setup(SeekBar b, TextView t) {
97 public boolean onBar2Setup(SeekBar b, TextView t) {
103 public boolean onBar3Setup(SeekBar b, TextView t) {
109 public boolean onBar4Setup(SeekBar b, TextView t) {
115 public boolean onBar5Setup(SeekBar b, TextView t) {
TestBase.java 33 import android.widget.TextView;
74 public boolean onBar1Setup(SeekBar b, TextView t) {
79 public boolean onBar2Setup(SeekBar b, TextView t) {
84 public boolean onBar3Setup(SeekBar b, TextView t) {
89 public boolean onBar4Setup(SeekBar b, TextView t) {
94 public boolean onBar5Setup(SeekBar b, TextView t) {
Vignette.java 24 import android.widget.TextView;
44 public boolean onBar1Setup(SeekBar b, TextView t) {
50 public boolean onBar2Setup(SeekBar b, TextView t) {
56 public boolean onBar3Setup(SeekBar b, TextView t) {
62 public boolean onBar4Setup(SeekBar b, TextView t) {
68 public boolean onBar5Setup(SeekBar b, TextView t) {
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
LevelsV4.java 24 import android.widget.TextView;
86 public boolean onBar1Setup(SeekBar b, TextView t) {
91 public boolean onBar2Setup(SeekBar b, TextView t) {
97 public boolean onBar3Setup(SeekBar b, TextView t) {
103 public boolean onBar4Setup(SeekBar b, TextView t) {
109 public boolean onBar5Setup(SeekBar b, TextView t) {
Vignette.java 20 import android.widget.TextView;
40 public boolean onBar1Setup(SeekBar b, TextView t) {
46 public boolean onBar2Setup(SeekBar b, TextView t) {
52 public boolean onBar3Setup(SeekBar b, TextView t) {
58 public boolean onBar4Setup(SeekBar b, TextView t) {
64 public boolean onBar5Setup(SeekBar b, TextView t) {
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
LevelsV4.java 24 import android.widget.TextView;
86 public boolean onBar1Setup(SeekBar b, TextView t) {
91 public boolean onBar2Setup(SeekBar b, TextView t) {
97 public boolean onBar3Setup(SeekBar b, TextView t) {
103 public boolean onBar4Setup(SeekBar b, TextView t) {
109 public boolean onBar5Setup(SeekBar b, TextView t) {
Vignette.java 20 import android.widget.TextView;
40 public boolean onBar1Setup(SeekBar b, TextView t) {
46 public boolean onBar2Setup(SeekBar b, TextView t) {
52 public boolean onBar3Setup(SeekBar b, TextView t) {
58 public boolean onBar4Setup(SeekBar b, TextView t) {
64 public boolean onBar5Setup(SeekBar b, TextView t) {
  /packages/apps/Bluetooth/res/layout/
file_transfer.xml 30 <TextView
39 <TextView
48 <TextView
57 <TextView
66 <TextView
82 <TextView
  /packages/apps/Dialer/res/layout/
call_log_list_item_actions.xml 44 <TextView
59 <TextView
73 <TextView
87 <TextView
101 <TextView
115 <TextView
  /packages/apps/Email/res/layout/
account_setup_credentials_fragment.xml 23 <TextView
33 <TextView
42 <TextView
73 <TextView
103 <TextView
109 <TextView
  /packages/apps/Gallery2/res/layout/
filtershow_export_dialog.xml 25 <TextView
41 <TextView
52 <TextView
62 <TextView
72 <TextView
90 <TextView
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
AddContactsConfirmationDialog.java 26 import android.widget.TextView;
76 final TextView textView = (TextView) view.findViewById(R.id.participant_name);
77 textView.setText(mNormalizedDestination);
82 textView.setContentDescription(vocalizedDisplayName);
  /packages/apps/Settings/res/layout/
multi_sim_dialog.xml 31 <TextView
57 <TextView
77 <TextView
84 <TextView android:id="@+id/carrier"
100 <TextView
107 <TextView android:id="@+id/number"
  /packages/apps/UnifiedEmail/res/layout/
conversation_message_upper_header_text.xml 30 <TextView
49 <TextView
57 <TextView
65 <TextView
74 <TextView
86 <TextView

Completed in 1017 milliseconds

<<21222324252627282930>>