OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:settext
(Results
176 - 200
of
2628
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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());
/packages/apps/Settings/src/com/android/settings/
ConfirmLockPattern.java
194
mHeaderTextView.
setText
(mHeaderText);
196
mHeaderTextView.
setText
(R.string.lockpattern_need_to_unlock);
199
mFooterTextView.
setText
(mFooterText);
201
mFooterTextView.
setText
(R.string.lockpattern_need_to_unlock_footer);
209
mHeaderTextView.
setText
(mHeaderWrongText);
211
mHeaderTextView.
setText
(R.string.lockpattern_need_to_unlock_wrong);
214
mFooterTextView.
setText
(mFooterWrongText);
216
mFooterTextView.
setText
(R.string.lockpattern_need_to_unlock_wrong_footer);
305
mHeaderTextView.
setText
(R.string.lockpattern_too_many_failed_confirmation_attempts_header);
307
mFooterTextView.
setText
(getString
[
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
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/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/chromium_org/ui/views/examples/
textfield_example.cc
45
read_only_->
SetText
(ASCIIToUTF16("read only"));
110
name_->
SetText
(empty);
111
password_->
SetText
(empty);
112
read_only_->
SetText
(empty);
118
name_->
SetText
(ASCIIToUTF16("[set]"));
119
password_->
SetText
(ASCIIToUTF16("[set]"));
120
read_only_->
SetText
(ASCIIToUTF16("[set]"));
/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());
/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);
/external/chromium_org/chrome/browser/ui/views/
signed_certificate_timestamp_info_view.cc
123
status_value_field_->
SetText
(
125
origin_value_field_->
SetText
(
127
version_value_field_->
SetText
(
129
log_description_value_field_->
SetText
(base::UTF8ToUTF16(sct.log_description));
130
timestamp_value_field_->
SetText
(
133
hash_algorithm_value_field_->
SetText
(l10n_util::GetStringUTF16(
135
signature_algorithm_value_field_->
SetText
(l10n_util::GetStringUTF16(
140
log_id_value_field_->
SetText
(
144
signature_data_value_field_->
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/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/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 2725 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>