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

<<31323334353637383940>>

  /cts/tests/tests/holo/src/android/holo/cts/
LayoutAdapter.java 31 import android.widget.TextView;
212 addLayout(R.string.textview, "textview",
213 R.layout.textview, null, NO_TIMEOUT_MS);
346 TextView textView;
348 textView = (TextView) convertView;
350 textView = (TextView) mInflater.inflate(android.R.layout.simple_list_item_1
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
DateKeyListenerTest.java 23 import android.widget.TextView;
58 * 1. Press '1' key and check if the content of TextView becomes "1"
59 * 2. Press '2' key and check if the content of TextView becomes "12"
61 * 4. Press '-' key and check if the content of TextView becomes "12-"
62 * 5. Press '/' key and check if the content of TextView becomes "12-/"
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ExternalStorage.java 37 import android.widget.TextView;
364 TextView tv = (TextView)item.mRoot.findViewById(R.id.label);
367 tv = (TextView)item.mRoot.findViewById(R.id.path);
  /development/samples/Support4Demos/src/com/example/android/supportv4/media/
MediaController.java 34 import android.widget.TextView;
49 private TextView mEndTime, mCurrentTime;
161 mEndTime = (TextView) findViewById(R.id.time);
162 mCurrentTime = (TextView) findViewById(R.id.time_current);
  /frameworks/base/core/java/android/widget/
DigitalClock.java 37 public class DigitalClock extends TextView {
EditText.java 32 * This is supposed to be a *very* thin veneer over TextView.
33 * Do not make any changes here that do anything that a TextView
38 * EditText is a thin veneer over TextView that configures itself
47 * {@link android.R.styleable#TextView TextView Attributes},
50 public class EditText extends TextView {
Toast.java 246 TextView tv = (TextView)v.findViewById(com.android.internal.R.id.message);
287 TextView tv = (TextView) mNextView.findViewById(com.android.internal.R.id.message);
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
PresetReverbTest.java 30 import android.widget.TextView;
95 TextView textView = (TextView)findViewById(R.id.presetrvbParam1Value);
96 mParameters[0] = new PresetParam(mPresetReverb, (short)0, (short)(sPresetNames.length - 1), seekBar, textView);
173 public PresetParam(PresetReverb presetrvb, short min, short max, SeekBar seekBar, TextView textView) {
174 super (min, max, seekBar, textView, "");
VisualizerTest.java 37 import android.widget.TextView;
71 TextView textView;
245 TextView textView = (TextView)findViewById(viewId);
247 textView.setText(text);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardPINView.java 26 import android.widget.TextView.OnEditorActionListener;
  /packages/apps/Browser/src/com/android/browser/
BreadCrumbView.java 31 import android.widget.TextView;
365 private TextView makeCrumbView(String name) {
366 TextView tv = new TextView(mContext);
  /packages/apps/Camera2/src/com/android/camera/ui/
DetailsDialog.java 31 import android.widget.TextView;
235 TextView tv;
237 tv = (TextView) LayoutInflater.from(mContext).inflate(
240 tv = (TextView) convertView;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DialogDetailsView.java 30 import android.widget.TextView;
276 TextView tv;
278 tv = (TextView) LayoutInflater.from(mActivity.getAndroidContext()).inflate(
281 tv = (TextView) convertView;
  /packages/apps/Settings/src/com/android/settings/
UserDictionarySettings.java 41 import android.widget.TextView;
110 TextView emptyView = (TextView) getView().findViewById(android.R.id.empty);
248 ((TextView)v).setText(shortcut);
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsCategory.java 38 import android.widget.TextView;
294 ((TextView)view.findViewById(R.id.app_name)).setText(item.getAppEntry().getLabel());
295 ((TextView)view.findViewById(R.id.op_name)).setText(item.getSummaryText(mState));
296 ((TextView)view.findViewById(R.id.op_time)).setText(
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionarySettings.java 41 import android.widget.TextView;
144 TextView emptyView = (TextView) getView().findViewById(android.R.id.empty);
297 ((TextView)v).setText(shortcut);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 53 import android.widget.TextView;
91 TextView textView;
125 textView = (TextView) inflate.inflate(R.layout.bubble_text, null);
126 textView.setBackgroundDrawable(bubbleBackground);
127 textView.setText(text);
129 textView.setGravity(Gravity.CENTER_VERTICAL | Gravity.LEFT);
131 window.setContentView(textView);
137 private int chooseSize(PopupWindow pop, View parentView, CharSequence text, TextView tv)
    [all...]
  /packages/screensavers/WebView/src/com/android/dreams/web/
Screensaver.java 46 import android.widget.TextView;
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java 44 import android.widget.TextView;
127 ((TextView) dividerView.findViewById(R.id.divider_text)).setText(itemCategory);
191 TextView exceptionView = new TextView(this);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
IntentDrivenTestActivity.java 13 import android.widget.TextView;
56 final TextView info = (TextView) findViewById(R.id.info);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DevicePickerActivity.java 38 import android.widget.TextView;
62 private TextView mEmptyNewView;
83 mEmptyNewView = (TextView) findViewById(R.id.bt_empty_new_devices);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
ProtocolParamsReaderActivity.java 10 import android.widget.TextView;
23 TextView mTextView;
34 mTextView = (TextView) findViewById(R.id.text);
SimpleReaderActivity.java 18 import android.widget.TextView;
40 TextView mTextView;
55 mTextView = (TextView) findViewById(R.id.text);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
RequesterTestActivity.java 34 import android.widget.TextView;
72 private TextView mTextView;
113 mTextView = (TextView) findViewById(id.p2p_req_text);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
CAInstallNotificationVerifierActivity.java 31 import android.widget.TextView;
144 TextView instructions = (TextView) item.findViewById(R.id.ca_notify_instructions);

Completed in 2114 milliseconds

<<31323334353637383940>>