| /packages/providers/MediaProvider/src/com/android/providers/media/ |
| RingtonePickerActivity.java | 48 import android.widget.TextView; 421 TextView textView = (TextView) getLayoutInflater().inflate( 423 textView.setText(textResId); 424 listView.addHeaderView(textView); 722 ((TextView) view.findViewById(R.id.checked_text_view))
|
| /prebuilts/sdk/current/support/emoji/libs/ |
| android-support-emoji.jar | |
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/mtp/ |
| MtpHostTestActivity.java | 51 import android.widget.TextView; 114 private TextView mErrorText; 126 mErrorText = (TextView) findViewById(R.id.error_text); 378 final TextView textView = (TextView) view.findViewById(R.id.instructions); 379 textView.setText(messageText);
|
| /cts/tests/tests/widget/src/android/widget/cts/ |
| TabHostTest.java | 43 import android.widget.TextView; 287 TextView textView = (TextView) tabHost.getCurrentView(); 288 assertEquals(TabHostCtsActivity.INITIAL_VIEW_TEXT, textView.getText().toString()); 329 TextView child0 = (TextView) tabHost.getTabContentView().getChildAt(0); 333 TextView child2 = (TextView) tabHost.getTabContentView().getChildAt(2); 345 child0 = (TextView) tabHost.getTabContentView().getChildAt(0) [all...] |
| /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/ |
| InsertionListView.java | 42 import android.widget.TextView; 144 TextView textView = (TextView)newCell.findViewById(R.id.text_view); 145 ObjectAnimator textAlphaAnimator = ObjectAnimator.ofFloat(textView,
|
| /frameworks/support/design/tests/src/android/support/design/testutils/ |
| TestUtilsMatchers.java | 42 import android.widget.TextView; 103 return new BoundedMatcher<View, TextView>(TextView.class) { 112 public boolean matchesSafely(final TextView view) { 128 return new BoundedMatcher<View, TextView>(TextView.class) { 137 public boolean matchesSafely(final TextView view) { 170 return new BoundedMatcher<View, TextView>(TextView.class) { 179 public boolean matchesSafely(final TextView view) [all...] |
| /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/ |
| PermissionAppsFragment.java | 38 import android.widget.TextView; 144 protected void onSetEmptyText(TextView textView) { 145 textView.setText(R.string.no_apps);
|
| PermissionsFrameFragment.java | 31 import android.widget.TextView; 149 final TextView emptyView = (TextView) getView().findViewById(R.id.no_permissions); 202 * @param textView the empty text view 204 protected void onSetEmptyText(TextView textView) {
|
| /packages/apps/Stk/src/com/android/stk/ |
| StkInputActivity.java | 38 import android.widget.TextView; 40 import android.widget.TextView.BufferType; 55 private TextView mPromptView = null; 156 mPromptView = (TextView) this.findViewById(R.id.prompt); 370 TextView numOfCharsView = (TextView) findViewById(R.id.num_of_chars); 371 TextView inTypeView = (TextView) findViewById(R.id.input_type); 389 TextView textView = (TextView) this.findViewById(R.id.title_text) [all...] |
| /packages/services/Telephony/src/com/android/phone/settings/fdn/ |
| EditFdnContactScreen.java | 48 import android.widget.TextView; 442 TextView textView = (TextView) v; 443 Selection.selectAll((Spannable) textView.getText());
|
| /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
| DragLayer.java | 41 import android.widget.TextView; 184 ExtendedEditText textView = topView.getActiveTextView(); 185 if (textView != null) { 186 if (!isEventOverView(textView, ev)) { 187 textView.dispatchBackKey(); 602 if (child instanceof TextView) { 603 TextView tv = (TextView) child; [all...] |
| /packages/apps/Settings/src/com/android/settings/print/ |
| PrintServiceSettingsFragment.java | 59 import android.widget.TextView; 209 TextView textView = (TextView) emptyView.findViewById(R.id.message); 210 textView.setText(R.string.print_service_disabled); 236 TextView textView = (TextView) emptyView.findViewById(R.id.message); 237 textView.setText(R.string.print_no_printers_found); 560 TextView titleView = (TextView) convertView.findViewById(R.id.title) [all...] |
| /packages/apps/TV/src/com/android/tv/guide/ |
| ProgramTableAdapter.java | 50 import android.widget.TextView; 294 private final TextView mTitleView; 295 private final TextView mTimeView; 297 private final TextView mDescriptionView; 298 private final TextView mAspectRatioView; 299 private final TextView mResolutionView; 301 private final TextView mDvrTextIconView; 302 private final TextView mDvrStatusView; 308 private final TextView mChannelNumberView; 309 private final TextView mChannelNameView [all...] |
| /packages/apps/TV/src/com/android/tv/ui/ |
| ChannelBannerView.java | 50 import android.widget.TextView; 109 private TextView mChannelNumberTextView; 111 private TextView mProgramTextView; 113 private TextView mChannelNameTextView; 114 private TextView mProgramTimeTextView; 116 private TextView mRecordingIndicatorView; 117 private TextView mClosedCaptionTextView; 118 private TextView mAspectRatioTextView; 119 private TextView mResolutionTextView; 120 private TextView mAudioChannelTextView [all...] |
| /packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
| MaterialSearchActionView.java | 39 import android.widget.TextView; 48 View.OnClickListener, TextView.OnEditorActionListener, View.OnKeyListener { 231 public boolean onEditorAction(TextView textView, int actionId, KeyEvent keyEvent) {
|
| /packages/apps/Contacts/src/com/android/contacts/list/ |
| ContactListItemView.java | 52 import android.widget.TextView; 186 private TextView mNameTextView; 187 private TextView mPhoneticNameTextView; 188 private TextView mLabelView; 189 private TextView mDataView; 190 private TextView mSnippetView; 191 private TextView mStatusView; 244 // TODO: some TextView fields are using CharArrayBuffer while some are not. Determine which is 249 // TextView without any modification. 449 // Width each TextView is able to use [all...] |
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
| PhotoCaptureActivity.java | 43 import android.widget.TextView; 114 TextView textView = (TextView) findViewById(R.id.camera_fov_tap_to_take_photo); 115 textView.setTextColor(Color.WHITE);
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
| MockTvInputService.java | 45 import android.widget.TextView; 324 TextView textView = (TextView) view.findViewById(R.id.overlay_view_text); 325 textView.addOnLayoutChangeListener(new View.OnLayoutChangeListener() {
|
| /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/ |
| AppRestrictionEnforcerFragment.java | 45 import android.widget.TextView; 336 TextView textView = (TextView) view.findViewById(R.id.item_text); 337 textView.setText(getString(R.string.item, key, value));
|
| /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/ |
| AppRestrictionEnforcerFragment.java | 45 import android.widget.TextView; 336 TextView textView = (TextView) view.findViewById(R.id.item_text); 337 textView.setText(getString(R.string.item, key, value));
|
| /development/samples/LunarLander/src/com/example/android/lunarlander/ |
| LunarView.java | 35 import android.widget.TextView; 163 /** Message handler used by thread to interact with TextView */ 794 private TextView mStatusText; 856 public void setTextView(TextView textView) { 857 mStatusText = textView; [all...] |
| /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/ |
| AppRestrictionEnforcerFragment.java | 45 import android.widget.TextView; 336 TextView textView = (TextView) view.findViewById(R.id.item_text); 337 textView.setText(getString(R.string.item, key, value));
|
| /frameworks/base/core/java/android/widget/ |
| SpellChecker.java | 44 * Helper class for TextView. Bridge between the TextView and the Dictionary service. 69 private final TextView mTextView; 92 // Shared by all SpellParsers. Cannot be shared with TextView since it may be used 104 public SpellChecker(TextView textView) { 105 mTextView = textView; [all...] |
| /frameworks/base/core/tests/coretests/src/android/widget/ |
| RemoteViewsTest.java | 101 TextView textView = (TextView) inflated.findViewById(R.id.text); 102 assertEquals("", textView.getText()); 288 if (v1 instanceof TextView) { 289 String text = ((TextView) v1).getText().toString(); 290 assertEquals(text, ((TextView) v2).getText().toString());
|
| /frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
| AppCompatTextViewAutoSizeHelper.java | 40 import android.widget.TextView; 50 * Utility class which encapsulates the logic for the TextView auto-size text feature added to 53 * <p>A TextView can be instructed to let the size of the text expand or contract automatically to 54 * fill its layout based on the TextView's characteristics and boundaries. 66 // Ported from TextView#VERY_WIDE. Represents a maximum width in pixels the TextView takes when 90 private final TextView mTextView; 93 AppCompatTextViewAutoSizeHelper(TextView textView) { 94 mTextView = textView; [all...] |