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

<<3132333435

  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaListView.java 38 import android.widget.TextView;
405 } else if (firstVisibleItem instanceof TextView) {
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupExchangeFragment.java 35 import android.widget.TextView;
145 ((TextView) UiUtilities.getView(view, R.id.device_id)).setText(deviceId);
  /development/samples/ApiDemos/src/com/example/android/apis/content/
InstallApk.java 38 import android.widget.TextView;
  /frameworks/base/core/java/android/text/style/
SuggestionSpan.java 28 import android.widget.TextView;
43 * @see TextView#isSuggestionsEnabled()
74 * TODO: Needs to check the validity and add a feature that TextView will change
98 * @param flags Additional flags indicating how this span is handled in TextView
107 * @param flags Additional flags indicating how this span is handled in TextView
118 * @param flags Additional flags indicating how this span is handled in TextView
  /frameworks/ex/common/java/com/android/common/contacts/
DataUsageStatUpdater.java 33 import android.widget.TextView;
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertFullScreen.java 35 import android.widget.TextView;
Screensaver.java 37 import android.widget.TextView;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 43 import android.widget.TextView;
167 public static boolean isTextViewNotEmpty(TextView view) {
171 public static boolean isPortFieldValid(TextView view) {
191 public static boolean isServerNameValid(TextView view) {
    [all...]
  /packages/apps/Mms/tests/src/com/android/mms/ui/
ComposeMessageActivityTests.java 37 import android.widget.TextView;
LongThreadTest.java 33 import android.widget.TextView;
  /packages/apps/Tag/src/com/android/apps/tag/record/
UriRecord.java 44 import android.widget.TextView;
VCardRecord.java 57 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 62 import android.widget.TextView;
165 private TextView mTimeView;
234 mTimeView = (TextView)findViewById(R.id.editor_time);
    [all...]
ProjectPickerAdapter.java 40 import android.widget.TextView;
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java 56 import android.widget.TextView;
186 private TextView mFromView;
    [all...]
  /development/apps/Development/src/com/android/development/
AccountsTester.java 90 TextView name;
110 holder.name = (TextView) convertView.findViewById(
117 // Get the ViewHolder back to get fast access to the TextView
  /frameworks/base/core/java/android/widget/
DatePicker.java 701 TextView input = (TextView) spinner.findViewById(R.id.numberpicker_input);
ListPopupWindow.java     [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...]
  /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/replicaisland/src/com/replica/replicaisland/
AndouKun.java 43 import android.widget.TextView;
89 private TextView mLevelName = null;
119 mLevelName = (TextView)findViewById(R.id.levelName);
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 37 import android.widget.TextView;
174 private final TextView text;
196 // Create hint TextView
197 text = new TextView(parent.getContext());
    [all...]

Completed in 1312 milliseconds

<<3132333435