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

1 2 3 4 5 6 78 91011>>

  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
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");
  /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/UnifiedEmail/src/com/android/mail/ui/
AccountItemView.java 74 mAccountDisplayName.setText(account.getSenderName());
75 mAccountAddress.setText(account.getEmailAddress());
79 mAccountDisplayName.setText(account.getDisplayName());
80 mAccountAddress.setText(account.getEmailAddress());
83 mAccountDisplayName.setText(account.getEmailAddress());
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBIAPITest.java 42 bi1.setText(testString);
43 bi2.setText(testString);
44 biequal.setText(testString);
46 bi3.setText("hello");
81 bi1.setText("Hello there");
98 bi1.setText("Hash code");
99 bi2.setText("Hash code");
100 bi3.setText("Hash code");
117 * Tests the methods getText() and setText() of RuleBasedBreakIterator
120 logln("Testing getText setText ");
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/content/
DocumentsSample.java 68 multiple.setText("ALLOW_MULTIPLE");
71 localOnly.setText("LOCAL_ONLY");
76 button.setText("OPEN_DOC */*");
95 button.setText("OPEN_DOC image/*");
114 button.setText("OPEN_DOC audio/ogg");
133 button.setText("OPEN_DOC text/plain, application/msword");
154 button.setText("CREATE_DOC text/plain");
171 button.setText("CREATE_DOC image/png");
188 button.setText("GET_CONTENT */*");
207 button.setText("OPEN_DOC_TREE")
    [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 103 l.setText("Destination File: ");
107 mDestinationText.setText(sSaveToFolder + File.separator + DEFAULT_TRACE_FNAME);
110 browse.setText("Browse...");
115 if (path != null) mDestinationText.setText(path);
122 lblTraceDurationseconds.setText("Trace duration (seconds): ");
126 mTraceDurationText.setText(sTraceDuration);
130 lblTraceBufferSize.setText("Trace Buffer Size (kb): ");
134 mTraceBufferSizeText.setText(sTraceBufferSize);
138 lblTraceAppName.setText("Enable Application Traces from: ");
149 mTraceAppCombo.setText(sLastSelectedApp)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleScannerPowerLevelActivity.java 70 mTimerText.setText(min + ":" + sec);
76 mTimerText.setText("Time is up!");
175 mCountText.get(powerLevelBit).setText(t.toString());
178 .setText(intent.getStringExtra(BleScannerService.EXTRA_MAC_ADDRESS));
180 .setText(intent.getStringExtra(BleScannerService.EXTRA_RSSI));
182 mSetPowerText.get(powerLevelBit).setText("Valid power level");
185 .setText("Unknown BLe advertise tx power: " + powerLevel);
  /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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSDualTileLabel.java 118 public void setText(CharSequence text) {
155 mFirstLine.setText(null);
156 mSecondLine.setText(null);
164 mFirstLine.setText(mText);
165 mSecondLine.setText(null);
191 mFirstLine.setText(mText.substring(0, lastWordBoundary));
192 mSecondLine.setText(mText.substring(lastWordBoundary).trim());
  /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/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackLayout.java 282 mStateText.setText(getString(R.string.voicemail_playback_error));
314 mPositionText.setText(formatAsMinutesAndSeconds(seekBarPositionMs));
315 mTotalDurationText.setText(formatAsMinutesAndSeconds(durationMs));
316 mStateText.setText(null);
322 mStateText.setText(getString(R.string.voicemail_buffering));
328 mStateText.setText(getString(R.string.voicemail_fetching_content));
334 mStateText.setText(getString(R.string.voicemail_fetching_timout));
349 mPositionText.setText(formatAsMinutesAndSeconds(0));
350 mTotalDurationText.setText(formatAsMinutesAndSeconds(0));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
CrossProfileTestActivity.java 56 textView.setText(R.string.provisioning_byod_cross_profile_app_work);
58 textView.setText(R.string.provisioning_byod_cross_profile_app_personal);
60 textView.setText(R.string.provisioning_byod_cross_profile_app_ctsverifier);
  /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/LNotifications/Application/src/main/java/com/example/android/lnotifications/
LNotificationActivity.java 41 ActionBar.Tab tabHeadsUpNotification = actionBar.newTab().setText("Heads Up");
42 ActionBar.Tab tabVisibilityMetadata = actionBar.newTab().setText("Visibility");
43 ActionBar.Tab tabOtherMetadata = actionBar.newTab().setText("Others");
  /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/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/
DeviceDetailFragment.java 128 statusText.setText("Sending: " + uri);
149 view.setText(getResources().getString(R.string.group_owner_text)
155 view.setText("Group Owner IP - " + info.groupOwnerAddress.getHostAddress());
167 ((TextView) mContentView.findViewById(R.id.status_text)).setText(getResources()
184 view.setText(device.deviceAddress);
186 view.setText(device.toString());
196 view.setText(R.string.empty);
198 view.setText(R.string.empty);
200 view.setText(R.string.empty);
202 view.setText(R.string.empty)
    [all...]
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
LNotificationActivity.java 41 ActionBar.Tab tabHeadsUpNotification = actionBar.newTab().setText("Heads Up");
42 ActionBar.Tab tabVisibilityMetadata = actionBar.newTab().setText("Visibility");
43 ActionBar.Tab tabOtherMetadata = actionBar.newTab().setText("Others");
  /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/
RadioGroup1.java 46 newRadioButton.setText(R.string.radio_group_snack);
57 mChoice.setText(selection + mRadioGroup.getCheckedRadioButtonId());
67 mChoice.setText(selection +

Completed in 1552 milliseconds

1 2 3 4 5 6 78 91011>>