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

1 2 3 45 6 7 8 91011>>

  /external/icu/icu4c/source/test/intltest/
tstnrapi.cpp 79 // test setText(CharacterIterator) and getText()
82 copy.setText(iter, errorCode);
84 errln("error Normalizer::setText() failed: %s", u_errorName(errorCode));
92 errln("error in Normalizer::setText() or Normalizer::getText()");
96 // test setText(UChar *), getUMode() and setMode()
98 copy.setText(s.getBuffer()+1, s.length()-1, errorCode);
104 dataerrln("error in Normalizer::setText(UChar *) or Normalizer::setMode()");
107 // test setText(UChar *, length=-1)
114 copy.setText(s.getBuffer()+1, -1, errorCode);
116 errln("error in Normalizer::setText(UChar *, -1)")
    [all...]
  /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 49 mProgressText.setText(progress + " " +
54 mTrackingText.setText(getString(R.string.seekbar_tracking_on));
58 mTrackingText.setText(getString(R.string.seekbar_tracking_off));
  /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");
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
MainInteractionSession.java 119 mText.setText(prompt);
120 mStartButton.setText("Confirm");
129 mText.setText(message);
138 mText.setText(message);
147 mText.setText("Command: " + command);
148 mStartButton.setText("Finish Command");
  /packages/apps/Mms/src/com/android/mms/ui/
SlideListItemView.java 78 mAttachmentName.setText(name);
81 mAttachmentName.setText("");
106 public void setText(String name, String text) {
107 mTextPreview.setText(text);
117 mAttachmentName.setText(name);
120 mAttachmentName.setText("");
  /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/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/omnibox/
SuggestionArrayAdapter.java 49 t1.setText(suggestionText);
52 t2.setText(mSuggestions.get(position).getUrl());
58 mUrlTextView.setText(suggestionText);
  /external/chromium_org/components/devtools_bridge/android/javatests/src/org/chromium/components/devtools_bridge/tests/
DebugActivity.java 38 textView.setText(intro);
42 startButton.setText("Start LocalTunnelBridge");
47 stopButton.setText("Stop");
  /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/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 1124 milliseconds

1 2 3 45 6 7 8 91011>>