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

<<31323334353637383940>>

  /frameworks/base/core/java/android/preference/
Preference.java 38 import android.widget.TextView;
507 final TextView titleView = (TextView) view.findViewById(
519 final TextView summaryView = (TextView) view.findViewById(
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
MediaRouteChooserDialogFragment.java 47 import android.widget.TextView;
214 public TextView text1;
215 public TextView text2;
417 holder.text1 = (TextView) convertView.findViewById(R.id.text1);
418 holder.text2 = (TextView) convertView.findViewById(R.id.text2);
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContextView.java 40 import android.widget.TextView;
54 private TextView mTitleView;
55 private TextView mSubtitleView;
181 mTitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_title);
182 mSubtitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_subtitle);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
InputMethodsPanel.java 42 import android.widget.TextView;
230 final TextView itemTitle = (TextView)view.findViewById(R.id.item_title);
231 final TextView itemSubtitle = (TextView)view.findViewById(R.id.item_subtitle);
  /packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java 35 import android.widget.TextView;
160 TextView tv1 = (TextView) view.findViewById(android.R.id.text1);
161 TextView tv2 = (TextView) view.findViewById(android.R.id.text2);
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 69 import android.widget.TextView;
    [all...]
  /packages/apps/Music/src/com/android/music/
QueryBrowserActivity.java 53 import android.widget.TextView;
379 TextView tv1 = (TextView) view.findViewById(R.id.line1);
380 TextView tv2 = (TextView) view.findViewById(R.id.line2);
ArtistAlbumBrowserActivity.java 61 import android.widget.TextView;
571 TextView line1;
572 TextView line2;
642 vh.line1 = (TextView) v.findViewById(R.id.line1);
643 vh.line2 = (TextView) v.findViewById(R.id.line2);
656 vh.line1 = (TextView) v.findViewById(R.id.line1);
657 vh.line2 = (TextView) v.findViewById(R.id.line2);
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettingsForSetupWizardXL.java 39 import android.widget.TextView;
83 private TextView mTitleView;
111 private TextView mConnectingStatusView;
173 mTitleView = (TextView)findViewById(R.id.wifi_setup_title);
199 mConnectingStatusView = (TextView) findViewById(R.id.connecting_status);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Settings.java 39 import android.widget.TextView;
94 private TextView mKeypressVibrationDurationSettingsTextView;
95 private TextView mKeypressSoundVolumeSettingsTextView;
389 mKeypressVibrationDurationSettingsTextView = (TextView)v.findViewById(R.id.vibration_value);
449 (TextView)v.findViewById(R.id.sound_effect_volume_value);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java 24 import android.widget.TextView;
639 TextView text1 = (TextView)mSubView.findViewById(R.id.shift);
640 TextView text2 = (TextView)mSubView.findViewById(R.id.alt);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 129 import android.widget.TextView;
224 private TextView mUsageSummary;
225 private TextView mEmpty;
231 private TextView mAppForeground;
232 private TextView mAppBackground;
379 mAppForeground = (TextView) mAppDetail.findViewById(R.id.app_foreground);
380 mAppBackground = (TextView) mAppDetail.findViewById(R.id.app_background);
396 mUsageSummary = (TextView) mHeader.findViewById(R.id.usage_summary);
397 mEmpty = (TextView) mHeader.findViewById(android.R.id.empty);
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java 70 import android.widget.TextView;
570 TextView messageView = (TextView) v.findViewById(R.id.message);
656 TextView messageView = (TextView) v.findViewById(R.id.message);
657 TextView statusView = (TextView) v.findViewById(R.id.status);
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 47 import android.widget.TextView;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 58 import android.widget.TextView;
110 private TextView mDisplayNameView;
111 private TextView mReadOnlyWarningView;
256 mReadOnlyWarningView = (TextView) findViewById(R.id.read_only_warning);
268 mDisplayNameView = (TextView) findViewById(R.id.name);
717 * Set the display name to the correct TextView. Don't do this until it is
726 * Set the TextView (for extra contact info) with the given value and make the
727 * TextView visible.
730 TextView extraTextView = (TextView) findViewById(R.id.extra_info)
    [all...]
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 51 import android.widget.TextView;
232 TextView mStateMessage1;
233 TextView mStateMessage2;
235 TextView mTimerView;
331 mStateMessage1 = (TextView) findViewById(R.id.stateMessage1);
332 mStateMessage2 = (TextView) findViewById(R.id.stateMessage2);
334 mTimerView = (TextView) findViewById(R.id.timerView);
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 42 import android.widget.TextView;
219 ((TextView) findViewById(R.id.substate)).setText(R.string.logging_enabled);
265 ((TextView)findViewById(R.id.state)).setText(R.string.failure);
266 ((TextView)findViewById(R.id.substate)).setText(mErrorMsg);
267 ((TextView)findViewById(R.id.substate)).setText(
501 ((TextView)findViewById(R.id.state)).setText(R.string.please_try_again);
617 ((TextView)findViewById(R.id.state)).setText(R.string.listening);
    [all...]
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
ProviderPerfActivity.java 57 import android.widget.TextView;
248 TextView tvIter = (TextView) findViewById(R.id.iterations_edit);
256 TextView tvTrace = (TextView) findViewById(R.id.trace_edit);
279 TextView tv = (TextView) findViewById(id);
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java 41 import android.widget.TextView;
161 private final TextView mHeaderView;
162 private final TextView mFooterView;
357 mHeaderView = (TextView)inflater.inflate(R.layout.agenda_header_footer, null);
358 mFooterView = (TextView)inflater.inflate(R.layout.agenda_header_footer, null);
482 TextView tv = new TextView(mContext);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClock.java 52 import android.widget.TextView;
456 TextView daysOfWeek;
457 TextView label;
460 TextView clickableLabel;
467 TextView ringtone;
571 holder.daysOfWeek = (TextView) view.findViewById(R.id.daysOfWeek);
572 holder.label = (TextView) view.findViewById(R.id.label);
576 holder.clickableLabel = (TextView) view.findViewById(R.id.edit_label);
595 holder.ringtone = (TextView) view.findViewById(R.id.choose_ringtone);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
OtaUtils.java 50 import android.widget.TextView;
193 public TextView otaTextSuccessFail;
196 public TextView otaTextActivate;
197 public TextView otaTextListenProgress;
201 public TextView otaTitle;
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
PolicySerializationTestActivity.java 35 import android.widget.TextView;
218 TextView view = (TextView) super.getView(position, convertView, parent);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
TagVerifierActivity.java 42 import android.widget.TextView;
83 private TextView mEmptyText;
97 mEmptyText = (TextView) findViewById(android.R.id.empty);
  /cts/tests/tests/widget/src/android/widget/cts/
FrameLayoutTest.java 42 import android.widget.TextView;
157 final TextView textView = (TextView) frameLayout.findViewById(R.id.framelayout_textview);
158 compareScaledPixels(30, textView.getMeasuredHeight());
159 compareScaledPixels(100, textView.getMeasuredWidth());
160 assertEquals(textView.getMeasuredHeight(), frameLayout.getMeasuredHeight());
161 assertEquals(textView.getMeasuredWidth(), frameLayout.getMeasuredWidth());
166 textView.setVisibility(View.GONE);
187 assertEquals(textView.getMeasuredHeight(), frameLayout.getMeasuredHeight())
    [all...]
  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleActivity.java 44 import android.widget.TextView;
72 /** Textview used to display current locale */
73 private TextView mCurrentLocaleTextView;
119 mCurrentLocaleTextView = (TextView) findViewById(R.id.current_locale);

Completed in 1442 milliseconds

<<31323334353637383940>>