HomeSort by relevance Sort by last modified time
    Searched refs:TextView (Results 601 - 625 of 864) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/java/android/app/
ListFragment.java 28 import android.widget.TextView;
73 * &lt;TextView android:id=&quot;@id/android:empty&quot;
109 * &lt;TextView android:id=&quot;@+id/text1&quot;
115 * &lt;TextView android:id=&quot;@+id/text2&quot;
123 * You must identify the data bound to each TextView object in this layout. The
167 TextView mStandardEmptyView;
285 * The default content for a ListFragment has a TextView that can
391 mStandardEmptyView = (TextView)root.findViewById(
  /frameworks/base/core/java/android/preference/
DialogPreference.java 36 import android.widget.TextView;
359 if (dialogMessageView instanceof TextView) {
360 ((TextView) dialogMessageView).setText(message);
  /frameworks/base/core/java/android/webkit/
FindActionModeCallback.java 34 import android.widget.TextView;
40 private TextView mMatches;
58 mMatches = (TextView) mCustomView.findViewById(
  /frameworks/base/core/java/android/widget/
ArrayAdapter.java 35 * a single TextView. If you want to use a more complex layout, use the constructors that
36 * also takes a field id. That field id should reference a TextView in the larger layout
39 * <p>However the TextView is referenced, it will be filled with the toString() of each object in
75 * If the inflated resource is not a TextView, {@link #mFieldId} is used to find
76 * a TextView inside the inflated views hierarchy. This field must contain the
100 * @param textViewResourceId The resource ID for a layout file containing a TextView to use when
113 * @param textViewResourceId The id of the TextView within the layout resource to be populated
123 * @param textViewResourceId The resource ID for a layout file containing a TextView to use when
137 * @param textViewResourceId The id of the TextView within the layout resource to be populated
148 * @param textViewResourceId The resource ID for a layout file containing a TextView to use whe
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
RingtonePickerActivity.java 35 import android.widget.TextView;
217 TextView textView = (TextView) getLayoutInflater().inflate(
219 textView.setText(textResId);
220 listView.addHeaderView(textView);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbConfirmActivity.java 41 import android.widget.TextView;
54 private TextView mClearDefaultHint;
99 mClearDefaultHint = (TextView)ap.mView.findViewById(
UsbPermissionActivity.java 40 import android.widget.TextView;
53 private TextView mClearDefaultHint;
110 mClearDefaultHint = (TextView)ap.mView.findViewById(
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ActivityTestMain.java 35 import android.widget.TextView;
126 TextView tv = new TextView(this);
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
InputTypeActivity.java 25 import android.widget.TextView;
150 TextView textView = (TextView) view.findViewById(R.id.label);
151 textView.setText(label);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppIncomingFileConfirmActivity.java 50 import android.widget.TextView;
78 private TextView mContentView;
130 mContentView = (TextView)view.findViewById(R.id.content);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java 51 import android.widget.TextView;
82 private TextView messageView;
162 messageView = (TextView)mView.findViewById(R.id.message);
  /packages/apps/Browser/src/com/android/browser/
PieControlXLarge.java 31 import android.widget.TextView;
212 TextView label =
213 (TextView) view.findViewById(R.id.title);
  /packages/apps/Browser/src/com/android/browser/preferences/
GeneralPreferencesFragment.java 35 import android.widget.TextView;
36 import android.widget.TextView.OnEditorActionListener;
148 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncAdapter.java 32 import android.widget.TextView;
153 TextView textView = (TextView) view.findViewById(id);
154 textView.setText(text);
SelectCalendarsSyncFragment.java 44 import android.widget.TextView;
67 private TextView mSyncStatus;
85 mSyncStatus = (TextView) v.findViewById(R.id.account_status);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastListActivity.java 36 import android.widget.TextView;
215 TextView msg = (TextView)contents.findViewById(R.id.message);
  /packages/apps/Contacts/src/com/android/contacts/
ContactsUtils.java 36 import android.widget.TextView;
217 * containing {@link TextView} is set using the given textResourceId.
221 TextView textView = (TextView) view.findViewById(R.id.title);
222 textView.setText(context.getString(textResourceId));
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePickerDialog.java 31 import android.widget.TextView;
180 TextView title = (TextView) findViewById(com.android.internal.R.id.alertTitle);
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailTabCarousel.java 30 import android.widget.TextView;
51 private TextView mStatusView;
114 mStatusView = (TextView) mUpdatesTab.findViewById(R.id.status);
  /packages/apps/Contacts/src/com/android/contacts/editor/
KindSectionView.java 33 import android.widget.TextView;
46 private TextView mTitle;
96 mTitle = (TextView) findViewById(R.id.kind_title);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListFragment.java 51 import android.widget.TextView;
86 private TextView mEmptyView;
114 mEmptyView = (TextView)mRootView.findViewById(R.id.empty);
  /packages/apps/Contacts/src/com/android/contacts/interactions/
ImportExportDialogFragment.java 45 import android.widget.TextView;
81 final TextView result = (TextView)(convertView != null ? convertView :
  /packages/apps/Contacts/src/com/android/contacts/list/
JoinContactListAdapter.java 34 import android.widget.TextView;
137 ((TextView) view.findViewById(R.id.text)).setText(
143 ((TextView) view.findViewById(R.id.text)).setText(
  /packages/apps/Contacts/tests/src/com/android/contacts/activities/
PeopleActivityTest.java 52 import android.widget.TextView;
158 TextView nameText = (TextView) detailFragment.getView().findViewById(R.id.name);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/calllog/
FillCallLogTestActivity.java 36 import android.widget.TextView;
49 private TextView mNumberTextView;
57 mNumberTextView = (TextView) findViewById(R.id.number);

Completed in 1350 milliseconds

<<21222324252627282930>>