HomeSort by relevance Sort by last modified time
    Searched refs:TextView (Results 1276 - 1300 of 1355) sorted by null

<<5152535455

  /packages/services/Telephony/src/com/android/phone/
RespondViaSmsManager.java 58 import android.widget.TextView;
  /packages/apps/Music/src/com/android/music/
MusicUtils.java 58 import android.widget.TextView;
717 TextView tv = (TextView) a.findViewById(R.id.sd_message);
    [all...]
TrackBrowserActivity.java 62 import android.widget.TextView;
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java 66 import android.widget.TextView;
173 private TextView mTimeView;
242 mTimeView = (TextView)findViewById(R.id.editor_time);
    [all...]
ProjectPickerAdapter.java 40 import android.widget.TextView;
  /frameworks/base/core/java/android/preference/
PreferenceActivity.java 50 import android.widget.TextView;
257 TextView title;
258 TextView summary;
278 holder.title = (TextView) view.findViewById(com.android.internal.R.id.title);
279 holder.summary = (TextView) view.findViewById(com.android.internal.R.id.summary);
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DocumentsActivity.java 75 import android.widget.TextView;
727 final TextView title = (TextView) convertView.findViewById(android.R.id.title);
750 final TextView title = (TextView) convertView.findViewById(android.R.id.title);
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 144 * Displays text to the user and optionally allows them to edit it. A TextView
150 * To allow users to copy some or all of the TextView's value and paste it somewhere else, set the
154 * allows users to make selection gestures in the TextView, which in turn triggers the system's
159 * See {@link android.R.styleable#TextView TextView Attributes},
228 public class TextView extends View implements ViewTreeObserver.OnPreDrawListener {
229 static final String LOG_TAG = "TextView";
274 // New state used to change background based on whether this TextView is multiline.
403 public void setErrorDrawable(Drawable dr, TextView tv) {
564 // they are defined by the TextView's style and are theme-dependent
    [all...]
DatePicker.java 741 TextView input = (TextView) spinner.findViewById(R.id.numberpicker_input);
TimePicker.java 91 private final TextView mDivider;
170 mDivider = (TextView) findViewById(R.id.divider);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 83 import android.widget.TextView;
201 TextView mNotificationPanelDebugText;
218 private TextView mCarrierLabel;
221 private TextView mEmergencyCallLabel;
424 mNotificationPanelDebugText = (TextView) mNotificationPanel.findViewById(R.id.header_debug_info);
548 (TextView) mStatusBarWindow.findViewById(R.id.emergency_calls_only);
562 mCarrierLabel = (TextView)mStatusBarWindow.findViewById(R.id.carrier_label);
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 87 import android.widget.TextView;
633 * InsertImage to TextView by using URI
635 * @param uri URI of the iamge inserted to TextView.
642 * InsertImage to TextView by using resource ID
644 * @param resId Resource ID of the iamge inserted to TextView.
760 * @param sizedisplayints List of int of size displayed in TextView.
    [all...]
  /frameworks/base/core/java/android/text/style/
SuggestionSpan.java 31 import android.widget.TextView;
46 * @see TextView#isSuggestionsEnabled()
79 * TODO: Needs to check the validity and add a feature that TextView will change
104 * @param flags Additional flags indicating how this span is handled in TextView
113 * @param flags Additional flags indicating how this span is handled in TextView
124 * @param flags Additional flags indicating how this span is handled in TextView
  /frameworks/base/core/java/com/android/internal/widget/
SubtitleView.java 87 attrs, android.R.styleable.TextView, defStyle, 0);
SlidingTab.java 39 import android.widget.TextView;
176 private final TextView text;
198 // Create hint TextView
199 text = new TextView(parent.getContext());
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSimPukView.java 35 import android.widget.TextView.OnEditorActionListener;
  /frameworks/support/v4/java/android/support/v4/widget/
SearchViewCompat.java 24 import android.widget.TextView;
298 * @see TextView#setImeOptions(int)
311 * @see TextView#setInputType(int)
  /packages/apps/Mms/tests/src/com/android/mms/ui/
LongThreadTest.java 33 import android.widget.TextView;
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettingsSetupWizard.java 48 import android.widget.TextView;
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
Adapters.java 35 import android.widget.TextView;
148 * bound to a {@link android.widget.TextView}</li>
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
AppMenu.java 41 import android.widget.TextView;
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
AndouKun.java 43 import android.widget.TextView;
89 private TextView mLevelName = null;
119 mLevelName = (TextView)findViewById(R.id.levelName);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 59 import android.widget.TextView;
345 if (view instanceof TextView) {
347 ((TextView)view).setText(value);
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAdapter.java 37 import android.widget.TextView;
201 private TextView mBadgeText;
691 mBadgeText = (TextView) inflated.findViewById(R.id.badge_text);
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 42 import android.widget.TextView;
150 public static boolean isPortFieldValid(TextView view) {
170 public static boolean isServerNameValid(TextView view) {
    [all...]

Completed in 1461 milliseconds

<<5152535455