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

<<31323334353637383940>>

  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
PasswordUnlockScreen.java 50 import android.widget.TextView;
51 import android.widget.TextView.OnEditorActionListener;
374 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
  /frameworks/base/services/java/com/android/server/display/
OverlayDisplayWindow.java 36 import android.widget.TextView;
80 private TextView mTitleTextView;
189 mTitleTextView = (TextView)mWindowContent.findViewById(
  /frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
DpiTestActivity.java 29 import android.widget.TextView;
153 TextView label = new TextView(this);
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/
DirListActivity.java 47 import android.widget.TextView;
172 TextView label = (TextView)row.findViewById(R.id.label);
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
ProfileActivity.java 39 import android.widget.TextView;
40 import android.widget.TextView.OnEditorActionListener;
313 public boolean onEditorAction(TextView v, int actionId,
  /frameworks/opt/mailcommon/java/com/android/mailcommon/
WebViewContextMenu.java 37 import android.widget.TextView;
269 final TextView titleView = (TextView) LayoutInflater.from(mActivity)
  /packages/apps/Browser/src/com/android/browser/
AddBookmarkPage.java 62 import android.widget.TextView;
69 implements View.OnClickListener, TextView.OnEditorActionListener,
95 private TextView mButton;
114 private TextView mFakeTitle;
119 private TextView mTopLevelLabel;
184 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
543 TextView tv = (TextView) view.findViewById(android.R.id.text1);
576 ((TextView) view.findViewById(android.R.id.text1)).setText(
611 mFakeTitle = (TextView) findViewById(R.id.fake_title)
    [all...]
UrlInputView.java 36 import android.widget.TextView;
37 import android.widget.TextView.OnEditorActionListener;
235 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertFullScreen.java 42 import android.widget.TextView;
354 ((TextView) findViewById(R.id.alertTitle)).setText(titleId);
355 ((TextView) findViewById(R.id.message)).setText(message.getMessageBody());
  /packages/apps/Contacts/src/com/android/contacts/
ContactsUtils.java 34 import android.widget.TextView;
286 * containing {@link TextView} is set using the given textResourceId.
290 TextView textView = (TextView) view.findViewById(R.id.title);
291 textView.setText(context.getString(textResourceId));
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailTabCarousel.java 30 import android.widget.TextView;
63 private TextView mStatusView;
142 mStatusView = (TextView) mUpdatesTab.findViewById(R.id.status);
  /packages/apps/Contacts/src/com/android/contacts/editor/
KindSectionView.java 27 import android.widget.TextView;
47 private TextView mTitle;
99 mTitle = (TextView) findViewById(R.id.kind_title);
  /packages/apps/Contacts/tests/src/com/android/contacts/
PhoneCallDetailsHelperTest.java 26 import android.widget.TextView;
61 private TextView mNameView;
76 mNameView = new TextView(context);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/calllog/
FillCallLogTestActivity.java 35 import android.widget.TextView;
55 private TextView mNumberTextView;
64 mNumberTextView = (TextView) findViewById(R.id.number);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertFullScreen.java 38 import android.widget.TextView;
155 TextView tv = (TextView) findViewById(R.id.alertTitle);
  /packages/apps/Email/src/com/android/email/activity/
EmailActivity.java 30 import android.widget.TextView;
203 TextView errorMessage = (TextView) findViewById(R.id.error_message);
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainTestActivity.java 29 import android.widget.TextView;
59 private TextView mTextView;
95 mTextView = new TextView(this);
  /packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java 45 import android.widget.TextView;
71 private TextView mMessage;
94 mMessage = (TextView) findViewById(R.id.empty_message);
  /packages/apps/Phone/src/com/android/phone/
EditPhoneNumberPreference.java 36 import android.widget.TextView;
157 TextView summaryView = (TextView) view.findViewById(android.R.id.summary);
  /packages/apps/Settings/src/com/android/settings/
ProxySelector.java 45 import android.widget.TextView;
297 TextView textView = (TextView) v;
298 Selection.selectAll((Spannable) textView.getText());
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSettings.java 42 import android.widget.TextView;
73 private TextView mEmptyView;
105 mEmptyView = (TextView) getView().findViewById(android.R.id.empty);
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 42 import android.widget.TextView;
161 TextView content = (TextView) inflater.inflate(R.layout.live_wallpaper_loading, null);
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
SnapshotDialogFragment.java 23 import android.widget.TextView;
29 private TextView mInfoText;
58 mInfoText= (TextView) view.findViewById(R.id.snapshot_text);
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
CardFlipActivity.java 31 import android.widget.TextView;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
NotificationLinearLayout.java 37 import android.widget.TextView;

Completed in 1325 milliseconds

<<31323334353637383940>>