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

<<31323334353637383940>>

  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 57 import android.widget.TextView;
393 ((TextView)view.findViewById(R.id.text)).setText(item.getLabel());
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 52 import android.widget.TextView;
398 ((TextView)view.findViewById(R.id.text)).setText(item.getLabel());
  /frameworks/base/core/java/android/widget/
TimePicker.java 89 private final TextView mDivider;
165 mDivider = (TextView) findViewById(R.id.divider);
CheckedTextView.java 33 * An extension to TextView that supports the {@link android.widget.Checkable} interface.
41 public class CheckedTextView extends TextView implements Checkable {
TextClock.java 82 public class TextClock extends TextView {
TextView.java 139 * Displays text to the user and optionally allows them to edit it. A TextView
147 * See {@link android.R.styleable#TextView TextView Attributes},
216 public class TextView extends View implements ViewTreeObserver.OnPreDrawListener {
217 static final String LOG_TAG = "TextView";
262 // New state used to change background based on whether this TextView is multiline.
395 // they are defined by the TextView's style and are theme-dependent.
441 boolean onEditorAction(TextView v, int actionId, KeyEvent event);
444 public TextView(Context context) {
448 public TextView(Context context, AttributeSet attrs)
    [all...]
DatePicker.java 717 TextView input = (TextView) spinner.findViewById(R.id.numberpicker_input);
  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java 71 import android.widget.TextView;
123 private TextView mHomeTime;
124 private TextView mDateRange;
125 private TextView mWeekTextView;
404 mDateRange = (TextView) findViewById(R.id.date_bar);
405 mWeekTextView = (TextView) findViewById(R.id.week_num);
407 mDateRange = (TextView) getLayoutInflater().inflate(R.layout.date_range_title, null);
415 mHomeTime = (TextView) findViewById(R.id.home_time);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaListView.java 39 import android.widget.TextView;
403 } else if (firstVisibleItem instanceof TextView) {
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupExchangeFragment.java 35 import android.widget.TextView;
154 ((TextView) UiUtilities.getView(view, R.id.device_id)).setText(deviceId);
  /cts/tests/tests/widget/src/android/widget/cts/
EditTextTest.java 29 import android.widget.TextView.BufferType;
  /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 29 import android.widget.TextView;
44 * @see TextView#isSuggestionsEnabled()
75 * TODO: Needs to check the validity and add a feature that TextView will change
99 * @param flags Additional flags indicating how this span is handled in TextView
108 * @param flags Additional flags indicating how this span is handled in TextView
119 * @param flags Additional flags indicating how this span is handled in TextView
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardSimPukView.java 31 import android.widget.TextView.OnEditorActionListener;
  /frameworks/ex/common/java/com/android/common/contacts/
DataUsageStatUpdater.java 33 import android.widget.TextView;
  /packages/apps/DeskClock/src/com/android/deskclock/
ScreensaverActivity.java 51 import android.widget.TextView;
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 40 import android.widget.TextView;
471 if (child instanceof TextView) {
472 TextView tv = (TextView) child;
  /packages/apps/Mms/tests/src/com/android/mms/ui/
ComposeMessageActivityTests.java 37 import android.widget.TextView;
  /packages/apps/Tag/src/com/android/apps/tag/record/
VCardRecord.java 57 import android.widget.TextView;
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 40 import android.widget.TextView;
81 private TextView mLogView;
160 mLogView = (TextView) findViewById(R.id.log);
398 log("Setting camcorder profile to " + ((TextView)view).getText());
  /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 65 import android.widget.TextView;
172 private TextView mTimeView;
241 mTimeView = (TextView)findViewById(R.id.editor_time);
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java 54 import android.widget.TextView;
184 private TextView mFromView;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 75 import android.widget.TextView;
191 TextView mNotificationPanelDebugText;
208 private TextView mCarrierLabel;
211 private TextView mEmergencyCallLabel;
392 mNotificationPanelDebugText = (TextView) mNotificationPanel.findViewById(R.id.header_debug_info);
506 mEmergencyCallLabel = (TextView)mStatusBarWindow.findViewById(R.id.emergency_calls_only);
519 mCarrierLabel = (TextView)mStatusBarWindow.findViewById(R.id.carrier_label);
    [all...]

Completed in 904 milliseconds

<<31323334353637383940>>