HomeSort by relevance Sort by last modified time
    Searched full:settext (Results 176 - 200 of 2290) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
LevelsV4.java 88 t.setText("Saturation");
94 t.setText("In Black");
100 t.setText("Out Black");
106 t.setText("Out White");
112 t.setText("Out White");
Vignette.java 41 t.setText("Scale");
47 t.setText("Shade");
53 t.setText("Slope");
59 t.setText("Shift center X");
65 t.setText("Shift center Y");
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
LevelsV4.java 94 t.setText("Saturation");
100 t.setText("In Black");
106 t.setText("Out Black");
112 t.setText("Out White");
118 t.setText("Out White");
Vignette.java 45 t.setText("Scale");
51 t.setText("Shade");
57 t.setText("Slope");
63 t.setText("Shift center X");
69 t.setText("Shift center Y");
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
FramedTextButton.java 56 public void setText(String text) {
64 setText(getContext().getString(R.string.curves_channel_rgb));
68 setText(getContext().getString(R.string.curves_channel_red));
72 setText(getContext().getString(R.string.curves_channel_green));
76 setText(getContext().getString(R.string.curves_channel_blue));
  /packages/apps/LegacyCamera/src/com/android/camera/
RotateDialogController.java 115 mRotateDialogTitle.setText(title);
118 mRotateDialogText.setText(msg);
121 mRotateDialogButton1.setText(button1Text);
133 mRotateDialogButton2.setText(button2Text);
151 mRotateDialogText.setText(msg);
  /packages/apps/Mms/src/com/android/mms/ui/
AudioAttachmentView.java 121 mNameView.setText(name);
122 mAlbumView.setText((String) extras.get("album"));
123 mArtistView.setText((String) extras.get("artist"));
141 public void setText(String name, String text) {
192 mErrorMsgView.setText(msg);
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPattern.java 192 mHeaderTextView.setText(mHeaderText);
194 mHeaderTextView.setText(R.string.lockpattern_need_to_unlock);
197 mFooterTextView.setText(mFooterText);
199 mFooterTextView.setText(R.string.lockpattern_need_to_unlock_footer);
207 mHeaderTextView.setText(mHeaderWrongText);
209 mHeaderTextView.setText(R.string.lockpattern_need_to_unlock_wrong);
212 mFooterTextView.setText(mFooterWrongText);
214 mFooterTextView.setText(R.string.lockpattern_need_to_unlock_wrong_footer);
299 mHeaderTextView.setText(R.string.lockpattern_too_many_failed_confirmation_attempts_header);
301 mFooterTextView.setText(getString
    [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 ~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...]
  /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/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV2.java 86 l.setText("Destination File: ");
90 mDestinationText.setText(sSaveToFolder + File.separator + DEFAULT_TRACE_FNAME);
93 browse.setText("Browse...");
98 if (path != null) mDestinationText.setText(path);
105 lblTraceDurationseconds.setText("Trace duration (seconds): ");
109 mTraceDurationText.setText(sTraceDuration);
113 lblTraceBufferSize.setText("Trace Buffer Size (kb): ");
117 mTraceBufferSizeText.setText(sTraceBufferSize);
121 lblTraceAppName.setText("Enable Application Traces from: ");
132 mTraceAppCombo.setText(sLastSelectedApp)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextSwitcherTest.java 63 tv1.setText(viewText1);
64 tv2.setText(viewText2);
75 textSwitcher.setText(changedText);
81 textSwitcher.setText(changedText);
87 textSwitcher.setText(null);
103 tv1.setText(viewText1);
104 tv2.setText(viewText2);
  /external/chromium_org/ui/views/examples/
textfield_example.cc 41 read_only_->SetText(ASCIIToUTF16("read only"));
106 name_->SetText(empty);
107 password_->SetText(empty);
108 read_only_->SetText(empty);
114 name_->SetText(ASCIIToUTF16("[set]"));
115 password_->SetText(ASCIIToUTF16("[set]"));
116 read_only_->SetText(ASCIIToUTF16("[set]"));
  /libcore/luni/src/test/java/libcore/java/text/
BreakIteratorTest.java 59 it.setText(new String(cs));
74 it.setText(s);
78 it.setText(s);
107 it.setText("hello");
131 it.setText("hello");
155 it.setText("hello");
187 it.setText("some example text");
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
AccountFilterUtil.java 73 headerTextView.setText(R.string.list_filter_phones);
77 headerTextView.setText(context.getString(
81 headerTextView.setText(R.string.listCustomView);
89 headerTextView.setText(R.string.list_filter_all_accounts);
93 headerTextView.setText(context.getString(
97 headerTextView.setText(R.string.listCustomView);
100 headerTextView.setText(R.string.listSingleContact);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourcePage.java 73 nameLabel.setText("New Name:");
79 xmlLabel.setText("XML:");
84 javaLabel.setText("Java:");
92 mUpdateReferences.setText("Update References");
106 textField.setText(newName);
158 mXmlLabel.setText(xml);
159 mJavaLabel.setText(java);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTraceCollectorDialog.java 85 controlGroup.setText("Trace Options");
122 sourceButton.setText(getToggleActionText(sourceButton.getSelection()));
135 statusGroup.setText("Trace Status");
156 b.setText(getToggleActionText(selection));
168 l.setText(text);
208 mFramesCollectedLabel.setText(frameCount);
209 mTraceFileSizeLabel.setText(frameSize);
  /development/samples/training/device-management-policy/src/com/example/training/deviceadmin/
PolicySetupActivity.java 147 mPasswordLengthInputField.setText(String.valueOf(mPolicy.getPasswordLength()));
149 mPasswordLengthInputField.setText("");
153 mPasswordMinUppercaseInputField.setText(
156 mPasswordMinUppercaseInputField.setText("");
168 passwordQualityView.setText(
170 passwordLengthView.setText(String.valueOf(mPolicy.getPasswordLength()));
175 ((TextView) findViewById(R.id.policy_password_uppercase)).setText(
251 setupMessage.setText(messageResId);
253 actionBtn.setText(buttonTextResId);
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java 134 mAccountTypeTextView.setText(R.string.local_profile_title);
137 mAccountTypeTextView.setText(mContext.getString(R.string.external_profile_title,
139 mAccountNameTextView.setText(mAccountName);
148 mAccountNameTextView.setText(
154 mAccountTypeTextView.setText(mContext.getString(R.string.account_type_format,
180 mName.setText(primary != null ? primary.getAsString(StructuredName.DISPLAY_NAME) :
261 titleView.setText(titleText);
269 dataView.setText(data);
275 typeView.setText(type);
  /external/chromium_org/ui/gfx/
render_text_unittest.cc 102 render_text->SetText(WideToUTF16(cases[i]));
118 render_text->SetText(WideToUTF16(cases[i]));
130 render_text->SetText(ASCIIToUTF16("012345678"));
178 render_text->SetText(ASCIIToUTF16("0123456"));
181 render_text->SetText(ASCIIToUTF16("01234"));
186 render_text->SetText(ASCIIToUTF16("012345678"));
193 render_text->SetText(ASCIIToUTF16("012345678"));
245 render_text->SetText(text);
275 render_text->SetText(seuss);
287 render_text->SetText(invalid_surrogates)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleNotifyCharacteristicActivity.java 51 if (mEnable) ((Button) v).setText(getString(R.string.ble_stop_notification));
52 else ((Button) v).setText(getString(R.string.ble_begin_notification));
89 ((TextView) findViewById(R.id.ble_notify_text)).setText(value);
  /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/SlidingTabsColorsSample/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/SlidingTabsColorsSample/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/
RadioGroup1.java 46 newRadioButton.setText(R.string.radio_group_snack);
57 mChoice.setText(selection + mRadioGroup.getCheckedRadioButtonId());
67 mChoice.setText(selection +

Completed in 843 milliseconds

1 2 3 4 5 6 78 91011>>