Searched
full:settext (Results
251 -
275 of
2628) sorted by null
<<11121314151617181920>>
/sdk/testapps/libsTest/lib1/src/com/android/tests/libstest/lib1/ |
Lib1.java | 16 tv.setText(Lib1.getContent());
|
/sdk/testapps/libsTest/lib2/src/com/android/tests/libstest/lib2/ |
Lib2.java | 16 tv.setText(getContent());
|
/cts/tests/tests/view/src/android/view/cts/ |
View_UsingViewsTest.java | 169 v.setText("Test setDuplicateParentStateEnabled"); 279 mSymbolTextView.setText(ARGENTINA_SYMBOL); 372 mEditText.setText("Germany"); 383 mEditText.setText(ARGENTINA); 393 mEditText.setText(AMERICA); 403 mEditText.setText(CHINA); 413 mEditText.setText("Unknown"); 465 mSymbolTextView.setText(ARGENTINA_SYMBOL); 468 mSymbolTextView.setText(AMERICA_SYMBOL); 471 mSymbolTextView.setText(CHINA_SYMBOL) [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
BaseContentFragment.java | 177 setText(view, R.id.title, mTitle); 178 setText(view, R.id.breadcrumb, mBreadcrumb); 179 setText(view, R.id.description, mDescription); 274 setText(parent, textViewResourceId, text); 282 public void setText(View parent, int textViewResourceId, String text) { 285 textView.setText(text); 301 public void setText(int textViewResourceId, String text) { 303 setText(mFragment.getView(), textViewResourceId, text); 309 setText(mFragment.getView(), R.id.title, text); 315 setText(mFragment.getView(), R.id.breadcrumb, text) [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/ |
ThroughputEmulatorActivity.java | 54 mTextView.setText("PASS. Total duration: " + Long.toString(duration) + " ms " + 58 mTextView.setText("FAIL. Total duration: " + Long.toString(duration) + " ms " +
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ExpandableListWithHeaders.java | 46 header.setText("Header View"); 52 footer.setText("Footer View");
|
/development/apps/Development/src/com/android/development/ |
LogTextBox.java | 69 public void setText(CharSequence text, BufferType type) { 70 super.setText(text, BufferType.EDITABLE);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ActionBarNavigation.java | 45 text.setText("This was launched from ApiDemos"); 47 text.setText("This was created from up navigation");
|
IncomingMessageView.java | 47 ((TextView)findViewById(R.id.from)).setText( 49 ((TextView)findViewById(R.id.message)).setText(
|
/development/samples/ApiDemos/src/com/example/android/apis/nfc/ |
ForegroundNdefPush.java | 50 mText.setText("Tap another Android phone with NFC to push a URL"); 52 mText.setText("This phone is not NFC enabled.");
|
/development/samples/ApiDemos/src/com/example/android/apis/text/ |
LogTextBox.java | 61 public void setText(CharSequence text, BufferType type) { 62 super.setText(text, BufferType.EDITABLE);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
TableLayout8.java | 58 label.setText(R.string.table_layout_8_quit); 62 shortcut.setText(R.string.table_layout_8_ctrlq);
|
/development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/util/ |
Utils.java | 47 viewMethods.setText(sbMethods.toString()); 56 viewStatus.setText(sbStatus.toString());
|
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/ |
NoteEdit.java | 51 mTitleText.setText(title); 54 mBodyText.setText(body);
|
/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/ |
NoteEdit.java | 51 mTitleText.setText(title); 54 mBodyText.setText(body);
|
/external/chromium_org/third_party/webrtc/examples/android/opensl_loopback/src/org/webrtc/app/ |
OpenSlDemo.java | 60 btStartStopCall.setText(R.string.startCall); 64 btStartStopCall.setText(R.string.stopCall);
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListItemISVAndButton.java | 61 topButton.setText("button " + position + ")"); 68 filler.setText("filler");
|
ListItemsExpandOnSelection.java | 45 result.setText(getValueAtPosition(position)); 56 ((ExpandWhenSelectedView)convertView).setText(getValueAtPosition(position));
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
ListRowHoverCardView.java | 55 mTitleView.setText(text); 68 mDescriptionView.setText(text);
|
/packages/apps/Browser/src/com/android/browser/preferences/ |
SeekBarSummaryPreference.java | 58 mSummaryView.setText(mSummary); 75 mSummaryView.setText(mSummary);
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
RawContactReadOnlyEditorView.java | 120 mAccountHeaderTypeTextView.setText(R.string.local_profile_title); 123 mAccountHeaderTypeTextView.setText(mContext.getString(R.string.external_profile_title, 125 mAccountHeaderNameTextView.setText(mAccountName); 134 mAccountHeaderNameTextView.setText( 140 mAccountHeaderTypeTextView.setText(mContext.getString(R.string.account_type_format, 163 mName.setText(primary != null ? primary.getAsString(StructuredName.DISPLAY_NAME) : 246 dataView.setText(data); 252 typeView.setText(type);
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AuthenticationView.java | 121 mPasswordEdit.setText(password); 156 mPasswordEdit.setText(hostAuth.mPassword); 162 mOAuthLabel.setText(getContext().getString(R.string.signed_in_with_service_label, 174 mAuthenticationHeader.setText(R.string.authentication_label); 203 mAuthenticationHeader.setText(R.string.account_setup_incoming_password_label); 239 mPasswordEdit.setText(password); 244 mOAuthLabel.setText(getContext().getString(R.string.signed_in_with_service_label, 255 mPasswordEdit.setText(null);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
DialogActivity.java | 44 mTitleView.setText(titleRes); 48 mTitleView.setText(title);
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
FileItemInfoLayout.java | 56 mFileNameView.setText(fileName.substring(sLengthExternalStorageDirPrefix)); 60 mFileSizeView.setText(filesize);
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiConfigInfo.java | 55 mConfigList.setText(configList); 57 mConfigList.setText(R.string.wifi_state_disabled);
|
Completed in 806 milliseconds
<<11121314151617181920>>