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

<<5152535455

  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectSyncedCalendarsMultiAccountAdapter.java 42 import android.widget.TextView;
294 TextView textView = (TextView) view.findViewById(id);
295 textView.setText(text);
  /packages/apps/Camera2/src/com/android/camera/
VideoUI.java 41 import android.widget.TextView;
75 private TextView mRecordingTimeView;
475 mRecordingTimeView = (TextView) mRootView.findViewById(R.id.recording_time);
WideAnglePanoramaUI.java 41 import android.widget.TextView;
75 private TextView mTooFastPrompt;
372 mTooFastPrompt = (TextView) mRootView.findViewById(R.id.pano_capture_too_fast_textview);
  /packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java 42 import android.widget.TextView;
506 private final TextView mMakePressedTextView;
511 public OnTapListener(Activity activity, TextView makePressedView) {
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
CountingTimerView.java 29 import android.widget.TextView;
77 private TextView mStopStartTextView;
661 public void registerStopTextView(TextView stopStartTextView) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
IngestActivity.java 42 import android.widget.TextView;
68 private TextView mWarningText;
257 (TextView)mWarningView.findViewById(R.id.ingest_warning_view_text);
  /packages/apps/Settings/src/com/android/settings/
KeyguardAppWidgetPickActivity.java 54 import android.widget.TextView;
488 TextView textView = (TextView) convertView.findViewById(R.id.label);
489 textView.setText(item.label);
  /packages/apps/Settings/src/com/android/settings/accessibility/
AccessibilitySettings.java 50 import android.widget.TextView;
472 TextView summaryView = (TextView) view.findViewById(R.id.summary);
  /packages/apps/Settings/src/com/android/settings/print/
PrintSettingsFragment.java 53 import android.widget.TextView;
166 TextView textView = (TextView) emptyView.findViewById(R.id.message);
167 textView.setText(R.string.print_no_services_installed);
  /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);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 58 import android.widget.TextView;
395 ((TextView)view.findViewById(R.id.text)).setText(item.getLabel());
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 53 import android.widget.TextView;
399 ((TextView)view.findViewById(R.id.text)).setText(item.getLabel());
  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java 65 import android.widget.TextView;
120 private TextView mHomeTime;
121 private TextView mDateRange;
122 private TextView mWeekTextView;
402 mDateRange = (TextView) findViewById(R.id.date_bar);
403 mWeekTextView = (TextView) findViewById(R.id.week_num);
405 mDateRange = (TextView) getLayoutInflater().inflate(R.layout.date_range_title, null);
413 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) {
  /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/widget/
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 87 public class TextClock extends TextView {
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSimPinView.java 40 import android.widget.TextView.OnEditorActionListener;
  /frameworks/ex/common/java/com/android/common/contacts/
DataUsageStatUpdater.java 33 import android.widget.TextView;
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuItemView.java 31 import android.widget.TextView;
230 // TextView won't center compound drawables in both dimensions without
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 41 import android.widget.TextView;
497 if (child instanceof TextView) {
498 TextView tv = (TextView) child;
  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 39 import android.widget.TextView;
536 if (child instanceof TextView) {
537 TextView tv = (TextView) child;
    [all...]
  /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;

Completed in 1899 milliseconds

<<5152535455