HomeSort by relevance Sort by last modified time
    Searched refs:TextView (Results 951 - 975 of 1057) sorted by null

<<31323334353637383940>>

  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 55 import android.widget.TextView;
109 private TextView mTitleView;
111 private TextView mMessageView;
464 mTitleView = (TextView) mWindow.findViewById(R.id.alertTitle);
505 mMessageView = (TextView) mWindow.findViewById(R.id.message);
    [all...]
ResolverActivity.java 51 import android.widget.TextView;
646 TextView text = (TextView)view.findViewById(com.android.internal.R.id.text1);
647 TextView text2 = (TextView)view.findViewById(com.android.internal.R.id.text2);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java 58 import android.widget.TextView;
115 TextView labelView;
116 TextView descriptionView;
152 holder.labelView = (TextView) convertView.findViewById(R.id.app_label);
154 holder.descriptionView = (TextView) convertView.findViewById(R.id.app_description);
  /packages/apps/Browser/src/com/android/browser/preferences/
WebsiteSettingsFragment.java 44 import android.widget.TextView;
456 final TextView title;
457 final TextView subtitle;
469 title = (TextView) view.findViewById(R.id.title);
470 subtitle = (TextView) view.findViewById(R.id.subtitle);
  /packages/apps/Gallery/src/com/android/camera/
MenuHelper.java 45 import android.widget.TextView;
189 ((TextView) d.findViewById(valueId)).setText(text);
385 TextView textView = (TextView) d.findViewById(
387 textView.setText(image.getTitle());
393 ((TextView) d
    [all...]
  /packages/apps/Music/src/com/android/music/
AlbumBrowserActivity.java 63 import android.widget.TextView;
511 TextView line1;
512 TextView line2;
579 vh.line1 = (TextView) v.findViewById(R.id.line1);
580 vh.line2 = (TextView) v.findViewById(R.id.line2);
  /packages/apps/Settings/src/com/android/settings/
AccessibilitySettings.java 61 import android.widget.TextView;
458 TextView summaryView = (TextView) view.findViewById(R.id.summary);
    [all...]
KeyguardAppWidgetPickActivity.java 52 import android.widget.TextView;
484 TextView textView = (TextView) convertView.findViewById(R.id.label);
485 textView.setText(item.label);
  /cts/tests/tests/text/src/android/text/method/cts/
DigitsKeyListenerTest.java 31 import android.widget.TextView;
40 private TextView mTextView;
52 mTextView = (TextView) mActivity.findViewById(R.id.keylistener_textview);
314 * 2. Press '1' key and check if the content of TextView becomes "1"
316 * 4. Press '2' key and check if the content of TextView becomes "12"
350 * 1. Press '-' key and check if the content of TextView becomes "-"
351 * 2. Press '1' key and check if the content of TextView becomes "-1"
353 * 4. Press '2' key and check if the content of TextView becomes "-12"
393 * 1. Press '-' key and check if the content of TextView becomes ""
394 * 2. Press '1' key and check if the content of TextView becomes "1
    [all...]
  /development/apps/Development/src/com/android/development/
AccountsTester.java 51 import android.widget.TextView;
108 TextView name;
128 holder.name = (TextView) convertView.findViewById(
135 // Get the ViewHolder back to get fast access to the TextView
  /development/samples/Home/src/com/example/android/home/
Home.java 57 import android.widget.TextView;
668 final TextView textView = (TextView) convertView.findViewById(R.id.label);
669 textView.setCompoundDrawablesWithIntrinsicBounds(null, icon, null, null);
670 textView.setText(info.title);
  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java 35 import android.widget.TextView;
163 /** Message handler used by thread to interact with TextView */
782 private TextView mStatusText;
844 public void setTextView(TextView textView) {
845 mStatusText = textView;
    [all...]
  /frameworks/base/core/java/android/app/
SearchDialog.java 52 import android.widget.TextView;
77 private TextView mBadgeLabel;
186 mBadgeLabel = (TextView) mSearchView.findViewById(com.android.internal.R.id.search_badge);
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 49 import android.widget.TextView;
588 TextView tv = new TextView(mContext);
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 67 * AutoCompleteTextView textView = (AutoCompleteTextView)
69 * textView.setAdapter(adapter);
98 private TextView mHintView;
160 // this TextView, as a default anchoring point.
229 final TextView hintView = (TextView) LayoutInflater.from(getContext()).inflate(
    [all...]
MediaController.java 82 private TextView mEndTime, mCurrentTime;
285 mEndTime = (TextView) v.findViewById(com.android.internal.R.id.time);
286 mCurrentTime = (TextView) v.findViewById(com.android.internal.R.id.time_current);
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxApp.java 47 import android.widget.TextView;
117 private TextView txtStatusMsg, txtRadioText;
118 private TextView txtPsText;
119 static TextView txtStationName;
202 public static TextView txtFmRxTunedFreq;
    [all...]
  /packages/apps/Browser/src/com/android/browser/
TabBar.java 42 import android.widget.TextView;
246 TextView mTitle;
272 mTitle = (TextView) mTabContent.findViewById(R.id.title);
  /packages/apps/Contacts/src/com/android/contacts/interactions/
PhoneNumberInteraction.java 47 import android.widget.TextView;
182 final TextView typeView = (TextView) view.findViewById(android.R.id.text1);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactEntryListFragment.java 54 import android.widget.TextView;
884 TextView empty = (TextView) getEmptyView().findViewById(R.id.emptyText);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 56 import android.widget.TextView;
308 if (view instanceof TextView) {
310 ((TextView)view).setText(value);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupBasics.java 41 import android.widget.TextView;
114 private TextView mWelcomeView;
219 mWelcomeView = (TextView) UiUtilities.getView(this, R.id.instructions);
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 47 import android.widget.TextView;
111 final TextView mTextHint;
178 mTextHint = (TextView) mScreenshotLayout.findViewById(R.id.calltoaction);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityView.java 47 import android.widget.TextView;
48 import android.widget.TextView.OnEditorActionListener;
556 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
AudioTrackLinearLayout.java 37 import android.widget.TextView;
107 final TextView titleView = (TextView)titleBarView.findViewById(R.id.action_bar_title);

Completed in 946 milliseconds

<<31323334353637383940>>