/packages/apps/Calculator/src/com/android/calculator2/ |
HistoryAdapter.java | 75 expr.setText(entry.getBase()); 79 result.setText("= " + res); 81 result.setText("");
|
/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);
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
ColorLEDController.java | 34 mTarget.setText(String.valueOf(v)); 92 valueText.setText("0"); 102 label.setText(ssb); 105 label.setText("");
|
/external/chromium_org/ash/system/chromeos/power/ |
power_status_view.cc | 148 percentage_label_->SetText(battery_percentage); 150 time_status_label_->SetText(battery_time_status); 156 status_label_->SetText( 160 status_label_->SetText( 170 time_label_->SetText( 174 time_label_->SetText( 182 time_label_->SetText( 189 time_label_->SetText(ui::TimeFormat::TimeRemaining( 193 time_label_->SetText(base::string16());
|
/external/droiddriver/samples/testapp/src/com/google/android/apps/common/testing/ui/testapp/ |
DisplayActivity.java | 18 textView.setText(getIntent().getStringExtra(SendActivity.EXTRA_DATA));
|
MenuActivity.java | 39 text.setText(item.getTitle()); 53 text.setText(item.getTitle()); 60 text.setText("Not supported in API " + Build.VERSION.SDK_INT); 78 text.setText(item.getTitle());
|
/external/jmonkeyengine/engine/src/test/jme3test/animation/ |
SubtitleTrack.java | 27 nifty.getScreen(screen).findElementByName("text").getRenderer(TextRenderer.class).setText(text);
|
/external/nist-sip/java/javax/sip/header/ |
WarningHeader.java | 29 void setText(String text) throws ParseException;
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
CountingAdapter.java | 38 textView.setText("Item " + position);
|
TextViewTest.java | 61 textView.setText("here's some text http://google.com/\nblah\thttp://another.com/123?456 blah"); 165 textView.setText(R.string.hello); 175 textView.setText("text"); 185 textView.setText(null); 197 textView.setText("text"); 206 textView.setText(INITIAL_TEXT); 210 textView.setText(NEW_TEXT); 217 textView.setText(INITIAL_TEXT); 221 textView.setText(NEW_TEXT); 231 textView.setText(NEW_TEXT) [all...] |
/frameworks/base/core/java/android/widget/ |
TextSwitcher.java | 32 * {@link #setText(CharSequence)} is called, TextSwitcher animates the current text 78 public void setText(CharSequence text) { 80 t.setText(text); 91 ((TextView)getCurrentView()).setText(text);
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
Mandelbrot.java | 35 t.setText("Iterations"); 46 t.setText("Lower Bound: X"); 59 t.setText("Lower Bound: Y"); 72 t.setText("Scale Factor");
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
Mandelbrot.java | 29 t.setText("Iterations"); 40 t.setText("Lower Bound: X"); 53 t.setText("Lower Bound: Y"); 66 t.setText("Scale Factor");
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
Mandelbrot.java | 35 t.setText("Iterations"); 46 t.setText("Lower Bound: X"); 59 t.setText("Lower Bound: Y"); 72 t.setText("Scale Factor");
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/ |
TitledSlider.java | 70 mControlName.setText(mParameter.getParameterName()); 73 mControlValue.setText(Integer.toString(mParameter.getValue())); 91 mControlName.setText(mParameter.getParameterName().toUpperCase()); 94 mControlValue.setText(
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/ |
DateTileView.java | 90 mDateTextView.setText(mDate > 9 ? Integer.toString(mDate) : "0" + mDate); 95 mMonthTextView.setText(mMonthNames[mMonth]); 100 mMonthTextView.setText(mMonthNames[mMonth]); 104 mYearTextView.setText(Integer.toString(mYear));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/ |
VboDetailProvider.java | 75 l.setText("Size: "); 82 l.setText("Usage: "); 89 l.setText("Type: "); 96 l.setText("Format Data As: "); 138 mSizeLabel.setText(sizeProperty.getStringValue() + " bytes"); //$NON-NLS-1$ 141 mUsageLabel.setText(usageProperty.getStringValue()); 144 mTypeLabel.setText(typeProperty.getStringValue()); 157 mTextControl.setText(GLUtils.formatData(mBufferData, 162 mTextControl.setText("");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/ |
AddNativeWizardPage.java | 61 lblLibraryName.setText(Messages.AddNativeWizardPage_LibraryName); 68 lblLib.setText("lib"); //$NON-NLS-1$ 72 libraryNameText.setText(defaultLibraryName); 75 lblso.setText(".so"); //$NON-NLS-1$
|
/sdk/testapps/legacyTest/src/com/android/tests/javaprojecttest/app/ |
Main.java | 17 tv.setText("basicJar: " + BasicJar.getContent());
|
/sdk/testapps/userLibTest/src/com/android/tests/userlibtest/ |
Main.java | 17 tv.setText("BasicJar: " + BasicJar.getContent());
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppTransferActivity.java | 268 mLine1View.setText(tmp); 271 mLine2View.setText(tmp); 275 mLine3View.setText(tmp); 282 mLine5View.setText(tmp); 287 mLine1View.setText(tmp); 290 mLine2View.setText(tmp); 294 mLine3View.setText(tmp); 301 mLine5View.setText(tmp); 306 mLine1View.setText(tmp); 309 mLine2View.setText(tmp) [all...] |
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
TestActivity.java | 61 multiple.setText("ALLOW_MULTIPLE"); 64 localOnly.setText("LOCAL_ONLY"); 69 button.setText("OPEN_DOC */*"); 88 button.setText("OPEN_DOC image/*"); 107 button.setText("OPEN_DOC audio/ogg"); 126 button.setText("OPEN_DOC text/plain, application/msword"); 147 button.setText("CREATE_DOC text/plain"); 164 button.setText("CREATE_DOC image/png"); 181 button.setText("GET_CONTENT */*"); 207 mResult.setText(null) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/ |
ExportDialog.java | 102 mSeekVal.setText(mSliderLabel + mSeekBar.getProgress()); 113 mWidthText.setText("" + mOriginalBounds.width()); 114 mHeightText.setText("" + mOriginalBounds.height()); 141 mSeekVal.setText(mSliderLabel + arg1); 197 mEstimatedSize.setText(estimatedSize); 214 mWidthText.setText("" + width); 218 mWidthText.setText("" + width); 222 mHeightText.setText("" + height); 231 mHeightText.setText("" + height); 235 mHeightText.setText("" + height) [all...] |
/packages/apps/Settings/src/com/android/settings/ |
RadioInfo.java | 219 mNeighboringCids.setText("unknown"); 225 smsc.setText("refresh error"); 227 smsc.setText((String)ar.result); 234 smsc.setText("update error"); 431 radioPowerButton.setText(buttonText); 435 cellInfoListRateButton.setText("CellInfoListRate " + mCellInfoListRateHandler.getRate()); 440 dnsCheckState.setText(phone.isDnsCheckDisabled() ? 453 dBm.setText("0"); 464 dBm.setText(String.valueOf(signalDbm) + " " 476 mLocation.setText(r.getString(R.string.radioInfo_lac) + " = [all...] |