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

<<11121314151617181920>>

  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorLEDController.java 13 import android.widget.TextView;
24 private TextView mTarget;
27 LedValueUpdater(TextView target, int colorIndex) {
80 TextView label = (TextView) g.getChildAt(0);
82 TextView valueText = (TextView) g.getChildAt(2);
InputController.java 8 import android.widget.TextView;
11 private TextView mTemperature;
12 private TextView mLightView;
13 private TextView mLightRawView;
22 mTemperature = (TextView) findViewById(R.id.tempValue);
23 mLightView = (TextView) findViewById(R.id.lightPercentValue);
24 mLightRawView = (TextView) findViewById(R.id.lightRawValue);
  /frameworks/base/core/tests/coretests/src/android/view/
VisibilityTest.java 26 import android.widget.TextView;
35 private TextView mRefUp;
36 private TextView mRefDown;
37 private TextView mVictim;
51 mRefUp = (TextView) a.findViewById(R.id.refUp);
52 mRefDown = (TextView) a.findViewById(R.id.refDown);
53 mVictim = (TextView) a.findViewById(R.id.victim);
  /frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
LowStorageTest.java 31 import android.widget.TextView;
55 TextView startSizeTextView = (TextView) findViewById(R.id.totalsize);
124 TextView freeSizeTextView = (TextView) findViewById(R.id.freesize);
126 TextView statusTextView = (TextView) findViewById(R.id.status);
  /packages/apps/Browser/src/com/android/browser/
HttpAuthenticationDialog.java 26 import android.widget.TextView;
27 import android.widget.TextView.OnEditorActionListener;
40 private TextView mUsernameView;
41 private TextView mPasswordView;
113 mUsernameView = (TextView) v.findViewById(R.id.username_edit);
114 mPasswordView = (TextView) v.findViewById(R.id.password_edit);
117 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallDetailHistoryAdapter.java 26 import android.widget.TextView;
139 TextView callTypeTextView = (TextView) result.findViewById(R.id.call_type_text);
140 TextView dateView = (TextView) result.findViewById(R.id.date);
141 TextView durationView = (TextView) result.findViewById(R.id.duration);
  /packages/apps/InCallUI/src/com/android/incallui/
ConferenceManagerFragment.java 25 import android.widget.TextView;
125 final TextView nameTextView = (TextView) mConferenceCallList[rowId].findViewById(
127 final TextView numberTextView = (TextView) mConferenceCallList[rowId].findViewById(
129 final TextView numberTypeTextView = (TextView) mConferenceCallList[rowId].findViewById(
  /packages/apps/LegacyCamera/src/com/android/camera/
RotateDialogController.java 29 import android.widget.TextView;
43 private TextView mRotateDialogTitle;
45 private TextView mRotateDialogText;
46 private TextView mRotateDialogButton1;
47 private TextView mRotateDialogButton2;
65 mRotateDialogTitle = (TextView) v.findViewById(R.id.rotate_dialog_title);
67 mRotateDialogText = (TextView) v.findViewById(R.id.rotate_dialog_text);
  /packages/experimental/NotificationLog/src/com/android/notificationlog/
NotificationLogActivity.java 20 import android.widget.TextView;
84 TextView title = (TextView)view.findViewById(R.id.title);
85 TextView more = (TextView)view.findViewById(R.id.text);
86 TextView time = (TextView)view.findViewById(R.id.time);
  /cts/tests/tests/widget/src/android/widget/cts/
LinearLayoutTest.java 32 import android.widget.TextView;
149 TextView weight02 = (TextView) mActivity.findViewById(R.id.weight_0_2);
150 TextView weight05 = (TextView) mActivity.findViewById(R.id.weight_0_5);
151 TextView weight03 = (TextView) mActivity.findViewById(R.id.weight_0_3);
234 TextView topView = (TextView) mActivity.findViewById(R.id.gravity_top);
235 TextView centerView = (TextView) mActivity.findViewById(R.id.gravity_center_vertical)
    [all...]
CursorAdapterTest.java 36 import android.widget.TextView;
182 TextView textView = new TextView(mContext);
183 textView.setText("getView test");
189 cursorAdapter.getView(0, textView, mParent);
196 cursorAdapter.getView(100, textView, mParent);
202 TextView retView = (TextView) cursorAdapter.getView(0, null, mParent);
207 retView = (TextView) cursorAdapter.getView(1, textView, mParent)
    [all...]
TabWidgetTest.java 29 import android.widget.TextView;
58 TextView tv0 = new TextView(mActivity);
59 TextView tv1 = new TextView(mActivity);
84 tabWidget.addView(new TextView(mActivity));
102 tabWidget.addView(new TextView(mActivity));
143 tabWidget.addView(new TextView(mActivity));
144 tabWidget.addView(new TextView(mActivity));
164 View view1 = new TextView(mActivity)
    [all...]
  /development/apps/Development/src/com/android/development/
PackageSummary.java 39 import android.widget.TextView;
44 private TextView mPackage;
46 private TextView mClass;
47 private TextView mLabel;
54 private TextView mTask;
55 private TextView mVersion;
56 private TextView mProcess;
57 private TextView mUid;
58 private TextView mSource;
59 private TextView mData
    [all...]
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
EnvReverbTest.java 30 import android.widget.TextView;
58 TextView mSendLevelDisplay;
72 TextView textView;
78 textView = (TextView) findViewById(R.id.sessionText);
81 R.id.stop1, stop, textView,
85 R.id.stop1, stop, textView,
91 mSendLevelDisplay = (TextView)findViewById(R.id.sendLevelValue);
114 textView = (TextView)findViewById(R.id.rvbParam1Value)
    [all...]
  /frameworks/base/core/java/android/text/method/
LinkMovementMethod.java 27 import android.widget.TextView;
44 protected boolean handleMovementKey(TextView widget, Spannable buffer, int keyCode,
61 protected boolean up(TextView widget, Spannable buffer) {
70 protected boolean down(TextView widget, Spannable buffer) {
79 protected boolean left(TextView widget, Spannable buffer) {
88 protected boolean right(TextView widget, Spannable buffer) {
96 private boolean action(int what, TextView widget, Spannable buffer) {
194 public boolean onTouchEvent(TextView widget, Spannable buffer,
234 public void initialize(TextView widget, Spannable text) {
240 public void onTakeFocus(TextView view, Spannable text, int dir)
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
ViewLoaderTest.java 70 TextView textView = (TextView) view.findViewById(android.R.id.text1);
71 assertThat(textView.getText().toString(), equalTo("default"));
78 TextView textView = (TextView) view.findViewById(android.R.id.text1);
79 assertThat(textView.getText().toString(), equalTo("xlarge"));
86 TextView textView = (TextView) view.findViewById(android.R.id.text1)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
BaseSensorSemiAutomatedTestActivity.java 30 import android.widget.TextView;
50 private TextView mLogView;
64 mLogView = (TextView) this.findViewById(R.id.log_text);
191 private final TextView mTextView;
194 public TextAppender(TextView textView, String message, int textColor) {
195 mTextView = textView;
206 public TextAppender(TextView textView, String message) {
207 this(textView, message, textView.getCurrentTextColor())
    [all...]
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
ContactsExpansion.java 30 import android.widget.TextView;
69 ((TextView)contactItem.findViewById(R.id.contact_name)).setText(contactsData[dataIndex++]);
70 ((TextView)contactItem.findViewById(R.id.contact_street)).
72 ((TextView)contactItem.findViewById(R.id.contact_city)).setText(contactsData[dataIndex++]);
73 ((TextView)contactItem.findViewById(R.id.contact_phone)).setText(contactsData[dataIndex++]);
74 ((TextView)contactItem.findViewById(R.id.contact_email)).setText(contactsData[dataIndex++]);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
LevelsV4.java 30 import android.widget.TextView;
92 public boolean onBar1Setup(SeekBar b, TextView t) {
97 public boolean onBar2Setup(SeekBar b, TextView t) {
103 public boolean onBar3Setup(SeekBar b, TextView t) {
109 public boolean onBar4Setup(SeekBar b, TextView t) {
115 public boolean onBar5Setup(SeekBar b, TextView t) {
TestBase.java 35 import android.widget.TextView;
76 public boolean onBar1Setup(SeekBar b, TextView t) {
81 public boolean onBar2Setup(SeekBar b, TextView t) {
86 public boolean onBar3Setup(SeekBar b, TextView t) {
91 public boolean onBar4Setup(SeekBar b, TextView t) {
96 public boolean onBar5Setup(SeekBar b, TextView t) {
Vignette.java 24 import android.widget.TextView;
44 public boolean onBar1Setup(SeekBar b, TextView t) {
50 public boolean onBar2Setup(SeekBar b, TextView t) {
56 public boolean onBar3Setup(SeekBar b, TextView t) {
62 public boolean onBar4Setup(SeekBar b, TextView t) {
68 public boolean onBar5Setup(SeekBar b, TextView t) {
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
LevelsV4.java 24 import android.widget.TextView;
86 public boolean onBar1Setup(SeekBar b, TextView t) {
91 public boolean onBar2Setup(SeekBar b, TextView t) {
97 public boolean onBar3Setup(SeekBar b, TextView t) {
103 public boolean onBar4Setup(SeekBar b, TextView t) {
109 public boolean onBar5Setup(SeekBar b, TextView t) {
Vignette.java 20 import android.widget.TextView;
40 public boolean onBar1Setup(SeekBar b, TextView t) {
46 public boolean onBar2Setup(SeekBar b, TextView t) {
52 public boolean onBar3Setup(SeekBar b, TextView t) {
58 public boolean onBar4Setup(SeekBar b, TextView t) {
64 public boolean onBar5Setup(SeekBar b, TextView t) {
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
LevelsV4.java 30 import android.widget.TextView;
92 public boolean onBar1Setup(SeekBar b, TextView t) {
97 public boolean onBar2Setup(SeekBar b, TextView t) {
103 public boolean onBar3Setup(SeekBar b, TextView t) {
109 public boolean onBar4Setup(SeekBar b, TextView t) {
115 public boolean onBar5Setup(SeekBar b, TextView t) {
TestBase.java 35 import android.widget.TextView;
78 public boolean onBar1Setup(SeekBar b, TextView t) {
83 public boolean onBar2Setup(SeekBar b, TextView t) {
88 public boolean onBar3Setup(SeekBar b, TextView t) {
93 public boolean onBar4Setup(SeekBar b, TextView t) {
98 public boolean onBar5Setup(SeekBar b, TextView t) {

Completed in 414 milliseconds

<<11121314151617181920>>