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

<<21222324252627282930>>

  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentArgumentsSupport.java 32 import android.widget.TextView;
107 ((TextView)tv).setText(mLabel != null ? mLabel : "(no label)");
FragmentCustomAnimationSupport.java 31 import android.widget.TextView;
122 ((TextView)tv).setText("Fragment #" + mNum);
FragmentStackSupport.java 32 import android.widget.TextView;
131 ((TextView)tv).setText("Fragment #" + mNum);
  /development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
LogBuildNumber.java 52 new UiSelector().className(android.widget.TextView.class.getName());
146 new UiSelector().className(android.widget.TextView.class.getName()).instance(1));
  /development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/
CollectionDemoActivity.java 33 import android.widget.TextView;
143 ((TextView) rootView.findViewById(android.R.id.text1)).setText(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
CarrierLabel.java 27 import android.widget.TextView;
41 public class CarrierLabel extends TextView {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DateView.java 27 import android.widget.TextView;
33 public class DateView extends TextView {
  /frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
ConfirmDialog.java 31 import android.widget.TextView;
65 ((TextView) view.findViewById(R.id.prompt)).setText(
  /frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
Blur25.java 28 import android.widget.TextView;
46 public boolean onBar1Setup(SeekBar b, TextView t) {
  /frameworks/base/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/
Blur25.java 24 import android.widget.TextView;
42 public boolean onBar1Setup(SeekBar b, TextView t) {
  /packages/apps/Contacts/tests/src/com/android/contacts/list/
ContactListItemViewTest.java 24 import android.widget.TextView;
116 view.getNameTextView().setText("", TextView.BufferType.SPANNABLE);
  /packages/apps/Email/src/com/android/email/view/
CertificateSelector.java 30 import android.widget.TextView;
44 private TextView mAliasText;
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
Editors.java 22 import android.widget.TextView;
59 ((TextView) editorView.findViewById(R.id.caption)).setText(item.getCaption(activity));
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 85 import android.widget.TextView;
128 private TextView mAppVersion;
129 private TextView mTotalSize;
130 private TextView mAppSize;
131 private TextView mDataSize;
132 private TextView mExternalCodeSize;
133 private TextView mExternalDataSize;
136 private TextView mCacheSize;
433 mTotalSize = (TextView)view.findViewById(R.id.total_size_text);
434 mAppSize = (TextView)view.findViewById(R.id.application_size_text)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
CameraOrientationActivity.java 32 import android.widget.TextView;
130 TextView cameraLabel = (TextView) findViewById(R.id.camera_text);
136 TextView orientationLabel =
137 (TextView) findViewById(R.id.orientation_text);
150 TextView instructionLabel =
151 (TextView) findViewById(R.id.instruction_text);
274 TextView cameraExtraLabel =
275 (TextView) findViewById(R.id.instruction_extra_text);
522 TextView instructionLabel
    [all...]
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 56 import android.widget.TextView;
77 public class CryptKeeper extends Activity implements TextView.OnEditorActionListener,
173 final TextView status = (TextView) findViewById(R.id.status);
428 ((TextView) findViewById(R.id.title)).setText(R.string.crypt_keeper_failed_title);
429 ((TextView) findViewById(R.id.status)).setText(R.string.crypt_keeper_failed_summary);
456 final TextView tv = (TextView) findViewById(R.id.status);
467 final TextView status = (TextView) findViewById(R.id.status)
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallCard.java 43 import android.widget.TextView;
111 private TextView mProviderLabel;
112 private TextView mProviderAddress;
115 private TextView mCallStateLabel;
116 private TextView mElapsedTime;
126 private TextView mName;
127 private TextView mPhoneNumber;
128 private TextView mLabel;
129 private TextView mCallTypeLabel;
130 // private TextView mSocialStatus
    [all...]
  /cts/tests/src/android/widget/cts/util/
ExpandableListScenario.java 30 import android.widget.TextView;
235 ((TextView) convertView).setText(getValueAtPosition(packedPosition));
254 TextView result = new TextView(parent.getContext());
  /cts/tests/tests/text/src/android/text/method/cts/
BaseKeyListenerTest.java 33 import android.widget.TextView;
34 import android.widget.TextView.BufferType;
44 private TextView mTextView;
56 mTextView = (TextView) mActivity.findViewById(R.id.keylistener_textview);
118 // DEL key does not take effect when TextView does not have BaseKeyListener.
146 * 1. Press 0 key, the content of TextView does not changed.
189 // the text of TextView is never changed, onKeyOther never works.
MultiTapKeyListenerTest.java 32 import android.widget.TextView;
33 import android.widget.TextView.BufferType;
45 private TextView mTextView;
56 mTextView = (TextView) mActivity.findViewById(R.id.keylistener_textview);
NumberKeyListenerTest.java 33 import android.widget.TextView;
34 import android.widget.TextView.BufferType;
43 private TextView mTextView;
54 mTextView = (TextView) mActivity.findViewById(R.id.keylistener_textview);
168 // text of TextView will not be changed.
QwertyKeyListenerTest.java 33 import android.widget.TextView;
34 import android.widget.TextView.BufferType;
40 private TextView mTextView;
51 mTextView = (TextView) mActivity.findViewById(R.id.keylistener_textview);
  /cts/tests/tests/widget/src/android/widget/cts/
TableLayoutTest.java 37 import android.widget.TextView;
79 tableLayout.addView(new TextView(mContext));
87 tableLayout.addView(new TextView(mContext));
95 tableLayout.addView(new TextView(mContext));
130 tableLayout.addView(new TextView(mContext));
131 tableLayout.addView(new TextView(mContext));
227 TextView column0 = (TextView) ((TableRow) tableLayout.getChildAt(0)).getChildAt(0);
228 TextView column1 = (TextView) ((TableRow) tableLayout.getChildAt(0)).getChildAt(1)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SoftInputModes.java 15 import android.widget.TextView;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
VideoPlayerActivity.java 40 import android.widget.TextView;
65 TextView mTitleView;
86 public void init(Activity activity, TextView title, Button playButton,
197 mContent.init(this, (TextView)findViewById(R.id.title),

Completed in 682 milliseconds

<<21222324252627282930>>