HomeSort by relevance Sort by last modified time
    Searched refs:setText (Results 176 - 200 of 1743) sorted by null

1 2 3 4 5 6 78 91011>>

  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/wizards/elements/
SdkTargetSelector.java 196 nameColumn.setText(AndroidNLS.UI_SdkTargetSelector_SdkTargetNameColumn);
198 vendorColumn.setText(AndroidNLS.UI_SdkTargetSelector_VendorNameColumn);
200 apiColumn.setText(AndroidNLS.UI_SdkTargetSelector_APILevelColumn);
202 sdkColumn.setText(AndroidNLS.UI_SdkTargetSelector_SDKVersionColumn);
282 item.setText(0, target.getName());
283 item.setText(1, target.getVendor());
284 item.setText(2, target.getVersion().getApiString());
285 item.setText(3, target.getVersionName());
298 item.setText(0, AndroidNLS.UI_SdkTargetSelector_EmptyValue);
299 item.setText(1, AndroidNLS.UI_SdkTargetSelector_NoTargetAvailable)
    [all...]
LocationGroup.java 78 createNewProjectRadio.setText(AndroidNLS.UI_LocationGroup_NewProjectRadioLabel);
82 createSampleRadio.setText(AndroidNLS.UI_LocationGroup_NewFromSampleRadioLabel);
87 .setText(AndroidNLS.UI_LocationGroup_NewFromExistentProjectRadioLabel);
91 useDefaultLocation.setText(AndroidNLS.UI_LocationGroup_UseDefaultLocationCheckLabel);
100 locationLabel.setText(AndroidNLS.UI_LocationGroup_LocationLabel);
106 projectPath.setText(ResourcesPlugin.getWorkspace().getRoot().getLocation().toOSString());
121 browseButton.setText(AndroidNLS.UI_General_BrowseButtonLabel);
145 projectPath.setText(customLocation);
194 projectPath.setText(""); //$NON-NLS-1$
199 projectPath.setText(path)
    [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...]
EmailAddressAdapter.java 58 text1.setText(displayName);
59 text2.setText(emailAddress);
67 text1.setText(text);
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPattern.java 186 mHeaderTextView.setText(mHeaderText);
188 mHeaderTextView.setText(R.string.lockpattern_need_to_unlock);
191 mFooterTextView.setText(mFooterText);
193 mFooterTextView.setText(R.string.lockpattern_need_to_unlock_footer);
201 mHeaderTextView.setText(mHeaderWrongText);
203 mHeaderTextView.setText(R.string.lockpattern_need_to_unlock_wrong);
206 mFooterTextView.setText(mFooterWrongText);
208 mFooterTextView.setText(R.string.lockpattern_need_to_unlock_wrong_footer);
293 mHeaderTextView.setText(R.string.lockpattern_too_many_failed_confirmation_attempts_header);
295 mFooterTextView.setText(getString
    [all...]
RadioInfo.java 229 mNeighboringCids.setText("unknown");
235 smsc.setText("refresh error");
237 smsc.setText((String)ar.result);
244 smsc.setText("update error");
437 radioPowerButton.setText(buttonText);
441 dnsCheckState.setText(phone.isDnsCheckDisabled() ?
454 dBm.setText("0");
465 dBm.setText(String.valueOf(signalDbm) + " "
477 mLocation.setText(r.getString(R.string.radioInfo_lac) + " = "
489 mLocation.setText("BID =
    [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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizardPage.java 75 overviewLabel.setText("To develop for Android, you need an Android SDK, and at least one version of the Android APIs to compile against. You may also want additional versions of Android to test with.");
83 mInstallNewRadio.setText("Install new SDK");
95 mInstallLatestCheckbox.setText("Install the latest available version of Android APIs (supports all the latest features)");
102 mInstallCommonCheckbox.setText("Install Android 2.2, a version which is supported by ~93% phones and tablets");
108 addHintLabel.setText(" (You can add additional platforms using the SDK Manager.)");
112 targetLabel.setText("Target Location:");
117 mNewDirText.setText(defaultPath);
122 mNewDirButton.setText("Browse...");
130 mUseExistingRadio.setText("Use existing SDKs");
135 installationLabel.setText("Existing Location:")
    [all...]
UsagePermissionPage.java 70 label.setText(SdkStatsPermissionDialog.BODY_TEXT);
75 questionLabel.setText("Send usage statistics to Google?");
78 mYesRadio.setText("Yes");
82 mNoRadio.setText("No");
89 laterLabel.setText("If you later decide to change this setting, you can do so in the " +
94 mLink.setText(SdkStatsPermissionDialog.PRIVACY_POLICY_LINK_TEXT);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCreationPage.java 75 new Label(composite, SWT.NONE).setText("Alias:");
79 new Label(composite, SWT.NONE).setText("Password:");
84 new Label(composite, SWT.NONE).setText("Confirm:");
89 new Label(composite, SWT.NONE).setText("Validity (years):");
110 new Label(composite, SWT.NONE).setText("First and Last Name:");
114 new Label(composite, SWT.NONE).setText("Organizational Unit:");
118 new Label(composite, SWT.NONE).setText("Organization:");
122 new Label(composite, SWT.NONE).setText("City or Locality:");
126 new Label(composite, SWT.NONE).setText("State or Province:");
130 new Label(composite, SWT.NONE).setText("Country Code (XX):")
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
SdkTargetSelector.java 113 column0.setText("Target Name");
115 column1.setText("Vendor");
117 column2.setText("Platform");
119 column3.setText("API Level");
354 item.setText(0, target.getName());
355 item.setText(1, target.getVendor());
356 item.setText(2, target.getVersionName());
357 item.setText(3, target.getVersion().getApiString());
363 item.setText(0, "--");
364 item.setText(1, "No target available")
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
MessengerServiceActivities.java 49 mCallbackText.setText("Received from service: " + msg.arg1);
74 mCallbackText.setText("Attached.");
104 mCallbackText.setText("Disconnected.");
119 mCallbackText.setText("Binding.");
141 mCallbackText.setText("Unbinding.");
163 mCallbackText.setText("Not attached.");
  /external/skia/src/views/
SkStaticTextView.cpp 98 void SkStaticTextView::setText(const SkString& text)
100 this->setText(text.c_str(), text.size());
103 void SkStaticTextView::setText(const char text[])
107 this->setText(text, strlen(text));
110 void SkStaticTextView::setText(const char text[], size_t len)
175 this->setText(text);
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestGridLayoutCodeLtr.java 74 c.setText("Email setup");
80 c.setText("You can configure email in just a few steps:");
85 c.setText("Email address:");
96 c.setText("Password:");
111 c.setText("Manual setup");
116 c.setText("Next");
BiDiTestGridLayoutCodeRtl.java 74 c.setText("Email setup");
80 c.setText("You can configure email in just a few steps:");
85 c.setText("Email address:");
96 c.setText("Password:");
111 c.setText("Manual setup");
116 c.setText("Next");
  /packages/apps/Mms/src/com/android/mms/ui/
SlideListItemView.java 77 mAttachmentName.setText(name);
80 mAttachmentName.setText("");
105 public void setText(String name, String text) {
106 mTextPreview.setText(text);
116 mAttachmentName.setText(name);
119 mAttachmentName.setText("");
  /sdk/ddms/app/src/com/android/ddms/
AboutDialog.java 65 shell.setText("About...");
128 label.setText("Dalvik Debug Monitor Revision " + Main.sRevision);
130 label.setText("Dalvik Debug Monitor");
134 label.setText("Copyright 2007-2012, The Android Open Source Project");
136 label.setText("All Rights Reserved.");
143 ok.setText("OK");
  /sdk/sdkstats/src/com/android/sdkstats/
SdkStatsPermissionDialog.java 111 title.setText(HEADER_TEXT);
117 notice.setText(NOTICE_TEXT);
125 bodyText.setText(BODY_TEXT);
128 privacyLink.setText(PRIVACY_POLICY_LINK_TEXT);
138 checkbox.setText(CHECKBOX_TEXT);
152 footer.setText(FOOTER_TEXT);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Hover.java 80 mMessageTextView.setText(Hover.this.getResources().getString(
85 mMessageTextView.setText(Hover.this.getResources().getString(
90 mMessageTextView.setText(Hover.this.getResources().getString(
RadioGroup1.java 46 newRadioButton.setText(R.string.radio_group_snack);
57 mChoice.setText(selection + mRadioGroup.getCheckedRadioButtonId());
67 mChoice.setText(selection +
  /development/samples/SkeletonApp/src/com/example/android/skeletonapp/
SkeletonActivity.java 60 mEditor.setText(getText(R.string.main_label));
111 mEditor.setText("");
132 mEditor.setText("");
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceDetailFragment.java 127 statusText.setText("Sending: " + uri);
148 view.setText(getResources().getString(R.string.group_owner_text)
154 view.setText("Group Owner IP - " + info.groupOwnerAddress.getHostAddress());
166 ((TextView) mContentView.findViewById(R.id.status_text)).setText(getResources()
183 view.setText(device.deviceAddress);
185 view.setText(device.toString());
195 view.setText(R.string.empty);
197 view.setText(R.string.empty);
199 view.setText(R.string.empty);
201 view.setText(R.string.empty)
    [all...]
  /packages/apps/Calculator/src/com/android/calculator2/
HistoryAdapter.java 75 expr.setText(entry.getBase());
79 result.setText("= " + res);
81 result.setText("");
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastListItem.java 72 mChannelView.setText(CellBroadcastResources.getDialogTitleResource(message));
73 mDateView.setText(message.getDateString(getContext()));
74 mMessageView.setText(formatMessage(message));
  /packages/apps/Email/src/com/android/email/
EmailAddressAdapter.java 59 text1.setText(displayName);
60 text2.setText(emailAddress);
68 text1.setText(text);

Completed in 510 milliseconds

1 2 3 4 5 6 78 91011>>