| /frameworks/base/core/java/android/webkit/ |
| WebTextView.java | 61 import android.widget.TextView; 100 // True if the most recent drag event has caused either the TextView to 125 // FIXME: This can be replaced with TextView.NO_FILTERS if that 138 private boolean mAutoFillable; // Is this textview part of an autofillable form? 397 * However, the TextView can arbitrarily change the selection (i.e. 399 * in sync with the TextView via onSelectionChanged. If we also 781 // If the page scrolled, or the TextView scrolled, we do not [all...] |
| /frameworks/base/core/java/android/widget/ |
| CalendarView.java | 224 private TextView mMonthName; 399 mMonthName = (TextView) content.findViewById(com.android.internal.R.id.month_name); 724 TextView label = (TextView) mDayNamesHeader.getChildAt(0); 731 label = (TextView) mDayNamesHeader.getChildAt(i); [all...] |
| AutoCompleteTextView.java | 67 * AutoCompleteTextView textView = (AutoCompleteTextView) 69 * textView.setAdapter(adapter); 98 private TextView mHintView; 160 // this TextView, as a default anchoring point. 227 final TextView hintView = (TextView) LayoutInflater.from(getContext()).inflate( [all...] |
| MediaController.java | 80 private TextView mEndTime, mCurrentTime; 283 mEndTime = (TextView) v.findViewById(com.android.internal.R.id.time); 284 mCurrentTime = (TextView) v.findViewById(com.android.internal.R.id.time_current);
|
| SpellChecker.java | 40 * Helper class for TextView. Bridge between the TextView and the Dictionnary service. 59 private final TextView mTextView; 79 // Shared by all SpellParsers. Cannot be shared with TextView since it may be used 87 public SpellChecker(TextView textView) { 88 mTextView = textView;
|
| TimePicker.java | 88 private final TextView mDivider; 164 mDivider = (TextView) findViewById(R.id.divider);
|
| /frameworks/base/core/java/com/android/internal/app/ |
| AlertController.java | 55 import android.widget.TextView; 109 private TextView mTitleView; 111 private TextView mMessageView; 452 mTitleView = (TextView) mWindow.findViewById(R.id.alertTitle); 493 mMessageView = (TextView) mWindow.findViewById(R.id.message); [all...] |
| /packages/apps/Browser/src/com/android/browser/preferences/ |
| WebsiteSettingsFragment.java | 44 import android.widget.TextView; 456 final TextView title; 457 final TextView subtitle; 469 title = (TextView) view.findViewById(R.id.title); 470 subtitle = (TextView) view.findViewById(R.id.subtitle);
|
| /packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
| QuickContactActivity.java | 74 import android.widget.TextView; 320 if (view instanceof TextView) { 322 ((TextView)view).setText(value); 341 if (view instanceof TextView) { 342 ((TextView)view).setText(value);
|
| /packages/apps/Gallery/src/com/android/camera/ |
| MenuHelper.java | 45 import android.widget.TextView; 189 ((TextView) d.findViewById(valueId)).setText(text); 385 TextView textView = (TextView) d.findViewById( 387 textView.setText(image.getTitle()); 393 ((TextView) d [all...] |
| /packages/apps/Music/src/com/android/music/ |
| AlbumBrowserActivity.java | 63 import android.widget.TextView; 511 TextView line1; 512 TextView line2; 579 vh.line1 = (TextView) v.findViewById(R.id.line1); 580 vh.line2 = (TextView) v.findViewById(R.id.line2);
|
| /packages/apps/Settings/src/com/android/settings/ |
| AccessibilitySettings.java | 63 import android.widget.TextView; 406 TextView summaryView = (TextView) view.findViewById(R.id.summary); [all...] |
| /cts/tests/tests/text/src/android/text/method/cts/ |
| DigitsKeyListenerTest.java | 36 import android.widget.TextView; 46 private TextView mTextView; 58 mTextView = (TextView) mActivity.findViewById(R.id.keylistener_textview); 356 * 2. Press '1' key and check if the content of TextView becomes "1" 358 * 4. Press '2' key and check if the content of TextView becomes "12" 392 * 1. Press '-' key and check if the content of TextView becomes "-" 393 * 2. Press '1' key and check if the content of TextView becomes "-1" 395 * 4. Press '2' key and check if the content of TextView becomes "-12" 435 * 1. Press '-' key and check if the content of TextView becomes "" 436 * 2. Press '1' key and check if the content of TextView becomes "1 [all...] |
| /development/samples/Home/src/com/example/android/home/ |
| Home.java | 57 import android.widget.TextView; 668 final TextView textView = (TextView) convertView.findViewById(R.id.label); 669 textView.setCompoundDrawablesWithIntrinsicBounds(null, icon, null, null); 670 textView.setText(info.title);
|
| /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 */ 782 private TextView mStatusText; 844 public void setTextView(TextView textView) { 845 mStatusText = textView; [all...] |
| /frameworks/base/core/java/android/app/ |
| SearchDialog.java | 52 import android.widget.TextView; 77 private TextView mBadgeLabel; 186 mBadgeLabel = (TextView) mSearchView.findViewById(com.android.internal.R.id.search_badge);
|
| /packages/apps/Browser/src/com/android/browser/ |
| TabBar.java | 45 import android.widget.TextView; 249 TextView mTitle; 276 mTitle = (TextView) mTabContent.findViewById(R.id.title);
|
| /packages/apps/Browser/src/com/android/browser/view/ |
| BookmarkExpandableView.java | 34 import android.widget.TextView; 484 TextView name = (TextView) view.findViewById(R.id.group_name);
|
| /packages/apps/Contacts/src/com/android/contacts/list/ |
| ContactEntryListFragment.java | 61 import android.widget.TextView; 891 TextView empty = (TextView) getEmptyView().findViewById(R.id.emptyText);
|
| /packages/apps/Email/src/com/android/email/activity/setup/ |
| AccountSetupBasics.java | 41 import android.widget.TextView; 114 private TextView mWelcomeView; 219 mWelcomeView = (TextView) UiUtilities.getView(this, R.id.instructions);
|
| /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
| SearchActivityView.java | 47 import android.widget.TextView; 48 import android.widget.TextView.OnEditorActionListener; 556 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
|
| /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
| AudioTrackLinearLayout.java | 37 import android.widget.TextView; 106 final TextView titleView = (TextView)titleBarView.findViewById(R.id.action_bar_title);
|
| /cts/tests/tests/widget/src/android/widget/cts/ |
| SlidingDrawerTest.java | 40 import android.widget.TextView; 120 assertTrue(content instanceof TextView);
|
| /development/samples/ApiDemos/src/com/example/android/apis/app/ |
| LoaderCustom.java | 57 import android.widget.TextView; 393 ((TextView)view.findViewById(R.id.text)).setText(item.getLabel());
|
| /development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
| LoaderCustomSupport.java | 52 import android.widget.TextView; 398 ((TextView)view.findViewById(R.id.text)).setText(item.getLabel());
|