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

<<31323334353637383940>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
ShirtPocket.java 39 import android.widget.TextView;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbDebuggingActivity.java 38 import android.widget.TextView;
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardPasswordView.java 32 import android.widget.TextView.OnEditorActionListener;
KeyguardSimPinView.java 34 import android.widget.TextView.OnEditorActionListener;
KeyguardTransportControlView.java 45 import android.widget.TextView;
65 private TextView mTrackTitle;
225 mTrackTitle = (TextView) findViewById(R.id.title);
311 mTrackTitle.setText(sb.toString(), TextView.BufferType.SPANNABLE);
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxService.java 39 import android.widget.TextView;
  /packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java 45 import android.widget.TextView;
557 TextView textView;
560 textView = (TextView) mInflater.inflate(resource, parent, false);
561 textView.setAllCaps(true);
562 textView.setGravity(Gravity.RIGHT | Gravity.CENTER_VERTICAL);
563 textView.setTextAppearance(mContext, android.R.style.TextAppearance_Small);
564 textView.setTextColor(mTextColor);
565 textView.setEllipsize(TruncateAt.MIDDLE)
    [all...]
  /packages/apps/Music/src/com/android/music/
PlaylistBrowserActivity.java 53 import android.widget.TextView;
385 intent.putExtra(Intent.EXTRA_SHORTCUT_NAME, ((TextView) v.findViewById(R.id.line1)).getText());
592 TextView tv = (TextView) view.findViewById(R.id.line1);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 51 import android.widget.TextView;
252 TextView label = (TextView)inflater.inflate(R.layout.label, null);
303 ((TextView)findViewById(R.id.install_confirm_question)).setText(msg);
  /packages/apps/Tag/src/com/android/apps/tag/record/
UriRecord.java 44 import android.widget.TextView;
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeSelector.java 44 import android.widget.TextView;
  /cts/tests/tests/widget/src/android/widget/cts/
SlidingDrawerTest.java 36 import android.widget.TextView;
93 assertTrue(content instanceof TextView);
  /external/jmonkeyengine/engine/src/android/com/jme3/app/
AndroidHarness.java 15 import android.widget.TextView;
197 setContentView(new TextView(this));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java 63 import android.widget.TextView;
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
ArrowKeyMovementMethodTest.java 33 import android.widget.TextView;
34 import android.widget.TextView.BufferType;
52 private TextView mTextView;
100 * The following assertions depend on whether the TextView has a layout.
132 // wait until the textView gets layout
163 fail("The method did not throw NullPointerException when param textView is null.");
583 fail("The method did not throw NullPointerException when param textView is null.");
648 TextView view = new TextView(getActivity());
    [all...]
  /external/quake/src/com/android/quake/
DownloaderActivity.java 65 import android.widget.TextView;
166 ((TextView) findViewById(R.id.customText)).setText(
168 mProgress = (TextView) findViewById(R.id.progress);
169 mTimeRemaining = (TextView) findViewById(R.id.time_remaining);
    [all...]
  /frameworks/base/core/java/android/widget/
AppSecurityPermissions.java 166 TextView permNameView = (TextView) findViewById(R.id.perm_name);
542 TextView permGrpView = (TextView) permView.findViewById(R.id.permission_group);
543 TextView permDescView = (TextView) permView.findViewById(R.id.permission_list);
CalendarView.java 230 private TextView mMonthName;
401 mMonthName = (TextView) content.findViewById(com.android.internal.R.id.month_name);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 45 import android.widget.TextView;
58 View.OnLongClickListener, DropTarget, FolderListener, TextView.OnEditorActionListener,
223 mIconDrawable = ((TextView) v).getCompoundDrawables()[1];
272 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
538 final TextView textView =
539 (TextView) mInflater.inflate(R.layout.application, this, false);
540 textView.setCompoundDrawablesWithIntrinsicBounds(null,
542 textView.setText(item.title);
543 textView.setTag(item)
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFragment.java 48 import android.widget.TextView;
223 TextView stop = (TextView)v. findViewById(R.id.timer_stop);
238 TextView labelText = (TextView)v. findViewById(R.id.timer_label_text);
800 TextView stop = (TextView) t.mView.findViewById(R.id.timer_stop);
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageListFragment.java 54 import android.widget.TextView;
106 private TextView mListFooterText;
110 private TextView mSearchHeaderText;
111 private TextView mSearchHeaderCount;
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 68 import android.widget.TextView;
202 private TextView mStorageChartLabel;
203 private TextView mUsedStorageText;
204 private TextView mFreeStorageText;
265 mStorageChartLabel = (TextView)mListContainer.findViewById(R.id.storageChartLabel);
266 mUsedStorageText = (TextView)mListContainer.findViewById(R.id.usedStorageText);
267 mFreeStorageText = (TextView)mListContainer.findViewById(R.id.freeStorageText);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 93 import android.widget.TextView;
305 private TextView mTitle;
306 private TextView mWhenDateTime;
307 private TextView mWhere;
695 mTitle = (TextView) mView.findViewById(R.id.title);
696 mWhenDateTime = (TextView) mView.findViewById(R.id.when_datetime);
697 mWhere = (TextView) mView.findViewById(R.id.where);
    [all...]
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java 40 import android.widget.TextView;
215 /** Message handler used by thread to interact with TextView */
    [all...]
  /frameworks/base/core/java/android/preference/
PreferenceActivity.java 49 import android.widget.TextView;
251 TextView title;
252 TextView summary;
272 holder.title = (TextView) view.findViewById(com.android.internal.R.id.title);
273 holder.summary = (TextView) view.findViewById(com.android.internal.R.id.summary);
    [all...]

Completed in 931 milliseconds

<<31323334353637383940>>