HomeSort by relevance Sort by last modified time
    Searched refs:setText (Results 201 - 225 of 2233) sorted by null

1 2 3 4 5 6 7 891011>>

  /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 ~96% 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...]
  /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.");
  /development/samples/Support7Demos/src/com/example/android/supportv7/view/
GridLayout3.java 78 c.setText("Email setup");
84 c.setText("You can configure email in a few simple steps:");
89 c.setText("Email address:");
100 c.setText("Password:");
111 c.setText("Manual setup");
116 c.setText("Next");
  /external/chromium_org/third_party/skia/src/views/animated/
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)
178 this->setText(text);
  /external/skia/src/views/animated/
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)
178 this->setText(text);
  /frameworks/base/core/java/com/android/internal/app/
RestrictionsPinActivity.java 113 mPinErrorMessage.setText(String.format(formatString, seconds));
115 mPinErrorMessage.setText(R.string.restr_pin_try_later);
119 mPinText.setText("");
123 mPinErrorMessage.setText(R.string.restr_pin_incorrect);
136 mPinErrorMessage.setText(R.string.restr_pin_incorrect);
139 mPinText.setText("");
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestGridLayoutCodeLtr.java 88 c.setText("Email setup");
94 c.setText("You can configure email in just a few steps:");
99 c.setText("Email address:");
110 c.setText("Password:");
125 c.setText("Manual setup");
130 c.setText("Next");
BiDiTestGridLayoutCodeRtl.java 88 c.setText("Email setup");
94 c.setText("You can configure email in just a few steps:");
99 c.setText("Email address:");
110 c.setText("Password:");
125 c.setText("Manual setup");
130 c.setText("Next");
  /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("");
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test1DetailFragment.java 52 ((EditText) rootView.findViewById(R.id.test1TextField)).setText(mItem.mName);
56 mEditText.setText("");
63 mEditText.setText("");
  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
ContentFragment.java 67 title.setText("Title: " + args.getCharSequence(KEY_TITLE));
71 indicatorColorView.setText("Indicator: #" + Integer.toHexString(indicatorColor));
76 dividerColorView.setText("Divider: #" + Integer.toHexString(dividerColor));
  /developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
ContentFragment.java 67 title.setText("Title: " + args.getCharSequence(KEY_TITLE));
71 indicatorColorView.setText("Indicator: #" + Integer.toHexString(indicatorColor));
76 dividerColorView.setText("Divider: #" + Integer.toHexString(dividerColor));
  /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...]
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/
ContentFragment.java 67 title.setText("Title: " + args.getCharSequence(KEY_TITLE));
71 indicatorColorView.setText("Indicator: #" + Integer.toHexString(indicatorColor));
76 dividerColorView.setText("Divider: #" + Integer.toHexString(dividerColor));
  /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/ui/android/java/src/org/chromium/ui/base/
Clipboard.java 99 * {@link android.text.ClipboardManager#setText(CharSequence)}, setting the
106 public void setText(final String label, final String text) {
112 * {@link android.text.ClipboardManager#setText(CharSequence)}, setting the
119 public void setText(final String text) {
120 setText(null, text);
  /packages/apps/Calendar/src/com/android/calendar/
EmailAddressAdapter.java 58 text1.setText(displayName);
59 text2.setText(emailAddress);
67 text1.setText(text);
  /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));

Completed in 629 milliseconds

1 2 3 4 5 6 7 891011>>