HomeSort by relevance Sort by last modified time
    Searched full:settext (Results 101 - 125 of 2573) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/
MultiArgTestAdapter.java 48 view.setText(join(class1, class2));
54 view.setText(join(str1, str2));
59 view.setText(class1.getValue());
64 view.setText(str);
69 view.setText(class2.getValue());
74 view.setText(String.format("%s -> %s", oldValue, newValue));
80 view.setText(String.format("%s, %s -> %s, %s", oldValue1, oldValue2, newValue1, newValue2));
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerView.java 107 mHoursOnes.setText("-");
111 mHoursOnes.setText(String.format("%d", hoursOnesDigit));
119 mMinutesTens.setText("-");
123 mMinutesTens.setText(String.format("%d", minutesTensDigit));
130 mMinutesOnes.setText("-");
134 mMinutesOnes.setText(String.format("%d", minutesOnesDigit));
141 mSeconds.setText(String.format("%02d", seconds));
  /cts/tests/tests/widget/src/android/widget/cts/util/
ListItemFactory.java 59 topButton.setText("top (position " + position + ")");
66 middleFiller.setText("filler");
71 bottomButton.setText("bottom (position " + position + ")");
120 button.setText("left");
128 button.setText("center");
136 button.setText("right");
157 result.setText(text);
177 ((Button) convertView).setText(text);
197 result.setText(text);
217 ((TextView) convertView).setText(text)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/util/
ListItemFactory.java 59 topButton.setText("top (position " + position + ")");
66 middleFiller.setText("filler");
71 bottomButton.setText("bottom (position " + position + ")");
120 button.setText("left");
128 button.setText("center");
136 button.setText("right");
158 result.setText(text);
178 ((Button) convertView).setText(text);
198 result.setText(text);
218 ((TextView) convertView).setText(text)
    [all...]
  /sdk/testapps/testSensors/src/com/android/tests/testsensors/
TestSensorsActivity.java 72 mVal.setText("");
82 mName.setText("Accelerometer");
88 mName.setText("Gravity");
92 mName.setText("Gyroscope");
97 mName.setText("Light");
102 mName.setText("Linear acceleration");
107 mName.setText("Magnetic field");
112 mName.setText("Orientation");
117 mName.setText("Pressure");
122 mName.setText("Proximity")
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarViewAdapter.java 185 weekDay.setText(buildDayOfWeek());
186 date.setText(buildFullDate());
191 weekDay.setText(buildWeekNum());
195 date.setText(buildMonthYearDate());
199 date.setText(buildMonthYearDate());
203 weekDay.setText(buildDayOfWeek());
204 date.setText(buildFullDate());
224 title.setText(mButtonNames [DAY_BUTTON_INDEX]);
227 title.setText(mButtonNames [WEEK_BUTTON_INDEX]);
230 title.setText(mButtonNames [MONTH_BUTTON_INDEX])
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortEditDialog.java 147 mShell.setText("Static Port");
163 l0.setText("Device Name:");
168 deviceSNText.setText(mDeviceSn);
179 l.setText("Application Name:");
183 appNameText.setText(mAppName);
195 l2.setText("Debug Port:");
199 debugPortText.setText(mPortNumber);
216 mWarning.setText("");
226 mOkButton.setText("OK");
238 cancelButton.setText("Cancel")
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorChanSat.java 100 mButton.setText(mContext.getString(R.string.editor_chan_sat_main));
128 mButton.setText(mContext.getString(R.string.saturation));
146 mMainValue.setText("" + value);
149 mRedValue.setText("" + value);
152 mYellowValue.setText("" + value);
155 mGreenValue.setText("" + value);
158 mCyanValue.setText("" + value);
161 mBlueValue.setText("" + value);
164 mMagentaValue.setText("" + value);
166 mFilterTitle.setText(text)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
MarginChooser.java 93 allLabel.setText("All:");
97 mAllField.setText(mInitialAll != null ? mInitialAll : ""); //$NON-NLS-1$
100 allButton.setText("Resource...");
108 leftLabel.setText("Left:");
112 mLeftField.setText(mInitialLeft != null ? mInitialLeft : ""); //$NON-NLS-1$
115 leftButton.setText("Resource...");
120 rightLabel.setText("Right:");
124 mRightField.setText(mInitialRight != null ? mInitialRight : ""); //$NON-NLS-1$
127 rightButton.setText("Resource...");
132 topLabel.setText("Top:")
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/TestRewriteRuleTokenStream/
TestRewriteRuleTokenStream.m 43 [token1 setText:@"token 1"];
44 [token2 setText:@"token 2"];
45 [token3 setText:@"token 3"];
46 [token4 setText:@"token 4"];
76 [token1 setText:@"token 1"];
77 [token2 setText:@"token 2"];
98 [token1 setText:@"token 1"];
99 [token2 setText:@"token 2"];
100 [token3 setText:@"token 3"];
101 [token4 setText:@"token 4"]
    [all...]
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
MyActivity.java 86 tv.setText(foo);
92 tv.setText("EXPOSED");
94 tv.setText("HIDDEN");
96 tv.setText("UNDEFINED");
98 tv.setText("??");
109 tv.setText(b + "x" + a);
114 tv.setText(String.format("%f", metrics.xdpi));
118 tv.setText(String.format("%f", metrics.ydpi));
123 tv.setText(String.format("%f", metrics.scaledDensity));
128 tv.setText(String.format("%f", config.fontScale))
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SearchQueryResults.java 59 mDeliveredByText.setText("onCreate(), but no ACTION_SEARCH intent");
81 mDeliveredByText.setText("onNewIntent(), but no ACTION_SEARCH intent");
95 mQueryText.setText(queryString);
108 mAppDataText.setText("<no app data bundle>");
112 mAppDataText.setText((testStr == null) ? "<no app data>" : testStr);
116 mDeliveredByText.setText(entryPoint);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GridLayout3.java 67 c.setText("Email setup");
73 c.setText("You can configure email in a few simple steps:");
78 c.setText("Email address:");
89 c.setText("Password:");
100 c.setText("Manual setup");
105 c.setText("Next");
SeekBar1.java 62 mProgressText.setText(progress + " " +
67 mTrackingText.setText(getString(R.string.seekbar_tracking_on));
71 mTrackingText.setText(getString(R.string.seekbar_tracking_off));
  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewTest.java 39 tv.setText(c, 1, 4);
42 tv.setText(c, 4, 5);
65 tv.setText(originalText, TextView.BufferType.SPANNABLE);
82 tv.setText(originalText, TextView.BufferType.SPANNABLE);
98 tv.setText(originalText, TextView.BufferType.SPANNABLE);
114 tv.setText(originalText, TextView.BufferType.SPANNABLE);
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
CrossfadeMultiple.java 101 mButton.setText("A");
102 mTextView.setText("1111111");
107 mButton.setText("B");
108 mTextView.setText("2222222");
113 mButton.setText("C");
114 mTextView.setText("3333333");
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
ProgressDialogFragment.java 69 mTitleView.setText(resId);
73 mTitleView.setText(title);
77 mTitleEndView.setText(resId);
81 mTitleEndView.setText(title);
86 mSummaryView.setText(resId);
90 mSummaryView.setText(title);
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
FromAddressSpinnerAdapter.java 63 nameView.setText(fromItem.name);
67 .setText(formatAddress(fromItem.address));
71 .setText(fromItem.address);
83 ((TextView) fromEntry.findViewById(R.id.spinner_account_name)).setText(fromItem.name);
85 .setText(formatAddress(fromItem.address));
88 .setText(fromItem.address);
  /external/droiddriver/manualtest/src/io/appium/droiddriver/manualtest/
ManualTest.java 38 String oldPassword = "A fake password that is not empty and needs to be cleared by setText";
40 driver.on(password_edit).setText(oldPassword);
41 driver.on(password_edit).setText(newPassword);
  /frameworks/base/core/tests/coretests/src/android/text/util/
LinkifyTest.java 34 tv.setText("Hey, foo@google.com, call 415-555-1212.");
46 tv.setText("Hey, foo@google.com, call 415-555-1212.");
59 tv.setText("Hey, foo@google.com, call 415-555-1212.");
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListScrollListener.java 58 mText.setText("Position " + position);
62 mText.setText("Nothing");
67 mText.setText("Showing " + firstCell + "-" + last + "/" + itemCount);
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
ButtonActivity.java 43 myButton.setText("Keyboard UP!");
54 myButton.setText("Keyboard UP!");
61 myButton.setText("Keyboard DOWN!");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeystoreSelectionPage.java 72 mUseExistingKeystore.setText("Use existing keystore");
78 mCreateKeystore.setText("Create new keystore");
82 new Label(composite, SWT.NONE).setText("Location:");
86 browseButton.setText("Browse...");
93 fileDialog.setText("Load Keystore");
96 fileDialog.setText("Select Keystore Name");
101 mKeystore.setText(fileName);
106 new Label(composite, SWT.NONE).setText("Password:");
114 mConfirmLabel.setText("Confirm:");
184 mKeystore.setText(keystore)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioDeviceNotificationsActivity.java 50 mConnectView.setText(
57 mDisconnectView.setText(
77 mConnectView.setText("");
78 mDisconnectView.setText("");
  /cts/tests/tests/widget/src/android/widget/cts/
EditTextTest.java 80 editText.setText("android", BufferType.NORMAL);
83 editText.setText("", BufferType.SPANNABLE);
86 editText.setText(null, BufferType.EDITABLE);
94 editText.setText(string, BufferType.EDITABLE);
124 editText.setText(string, BufferType.EDITABLE);
162 editText.setText(string, BufferType.EDITABLE);
167 editText.setText("", BufferType.EDITABLE);
172 editText.setText(null, BufferType.EDITABLE);
181 editText.setText("android", BufferType.EDITABLE);

Completed in 1568 milliseconds

1 2 3 45 6 7 8 91011>>