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

1 2 3 4 5 6 78 91011>>

  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoy.java 93 mButton.setText("PLAY!");
96 mTextView.setText(R.string.helpText);
111 mTextView.setText(R.string.helpText);
113 mButton.setText("PLAY!");
118 mButton.setText("PLAY!");
  /external/opencv3/platforms/android/service/engine/src/org/opencv/engine/manager/
ManagerActivity.java 54 aboutText.setText("About (" + packageName + ")");
58 extraText.setText(
73 mVersionText.setText("not avaliable");
76 mVersionText.setText("available");
103 mVersionText.setText("Path: "
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
LevelsV4.java 94 t.setText("Saturation");
100 t.setText("In Black");
106 t.setText("Out Black");
112 t.setText("In 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");
  /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("In 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 88 t.setText("Saturation");
94 t.setText("In Black");
100 t.setText("Out Black");
106 t.setText("In 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");
  /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());
  /frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/view/inputmethod/
CommitContentSupport.java 129 mMimeTypes.setText("");
130 mContentUri.setText("");
131 mLabel.setText("");
132 mLinkUri.setText("");
133 mFlags.setText("");
159 mMimeTypes.setText(
161 mContentUri.setText(inputContentInfo.getContentUri().toString());
162 mLabel.setText(inputContentInfo.getDescription().getLabel());
164 mLinkUri.setText(linkUri != null ? linkUri.toString() : "null");
165 mFlags.setText(flagsToString(flags))
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 323 smsc.setText("refresh error");
325 smsc.setText((String)ar.result);
332 smsc.setText("update error");
451 mPingHostnameV4.setText(mPingHostnameResultV4);
452 mPingHostnameV6.setText(mPingHostnameResultV6);
453 mHttpClientTest.setText(mHttpClientTestResult);
504 mPingHostnameV4.setText(mPingHostnameResultV4);
505 mPingHostnameV6.setText(mPingHostnameResultV6);
506 mHttpClientTest.setText(mHttpClientTestResult);
568 dnsCheckState.setText(phone.isDnsCheckDisabled()
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBIAPITest.java 46 bi1.setText(testString);
47 bi2.setText(testString);
48 biequal.setText(testString);
50 bi3.setText("hello");
85 bi1.setText("Hello there");
102 bi1.setText("Hash code");
103 bi2.setText("Hash code");
104 bi3.setText("Hash code");
121 * Tests the methods getText() and setText() of RuleBasedBreakIterator
124 logln("Testing getText setText ");
    [all...]
  /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);
  /external/autotest/frontend/client/src/autotest/tko/
FilterStringViewer.java 69 view.setText(VIEW_FILTER_STRING);
74 view.setText(HIDE_FILTER_STRING);
81 public void setText(String text) {
82 queries.setText(text);
122 queries.setText(args.get(prefix + "_viewerText"));
145 edit.setText(EDIT_FILTER_STRING);
152 edit.setText(UNEDIT_FILTER_STRING);
  /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);
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/camera/
CameraTestFragment.java 70 mTvCap.setText(String.valueOf(cap));
83 mTvRvcCrop.setText(rect.toString());
85 mTvRvcCrop.setText("null");
99 mTvRvcPos.setText(String.valueOf(rect));
101 mTvRvcPos.setText("null");
115 mTvCameraState.setText(state.toString());
117 mTvCameraState.setText("null");

Completed in 1609 milliseconds

1 2 3 4 5 6 78 91011>>