HomeSort by relevance Sort by last modified time
    Searched refs:TextView (Results 851 - 875 of 1057) sorted by null

<<31323334353637383940>>

  /frameworks/base/tests/SslLoad/src/com/android/sslload/
SslLoad.java 36 import android.widget.TextView;
  /packages/apps/Email/src/com/android/email/activity/
ActionBarController.java 36 import android.widget.TextView;
77 private final TextView mAccountSpinnerLine1View;
78 private final TextView mAccountSpinnerLine2View;
79 private final TextView mAccountSpinnerCountView;
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java 34 import android.widget.TextView;
118 TextView tabView;
121 tabView = (TextView) mLayoutInflater.inflate(R.layout.tab_widget_indicator, tabs, false);
126 tabView = (TextView) mLayoutInflater.inflate(R.layout.tab_widget_indicator, tabs, false);
BubbleTextView.java 29 import android.widget.TextView;
32 * TextView that draws a bubble behind the text. We cannot use a LineBackgroundSpan
33 * because we want to make the bubble taller than the text and TextView's clip is
36 public class BubbleTextView extends TextView {
  /packages/apps/Settings/src/com/android/settings/
DreamSettings.java 49 import android.widget.TextView;
126 TextView emptyView = (TextView) getView().findViewById(android.R.id.empty);
300 ((TextView) row.findViewById(android.R.id.title)).setText(dreamInfo.caption);
Settings.java 63 import android.widget.TextView;
588 TextView title;
589 TextView summary;
655 view = new TextView(getContext(), null,
657 holder.title = (TextView) view;
664 holder.title = (TextView)
666 holder.summary = (TextView)
676 holder.title = (TextView)
678 holder.summary = (TextView)
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 53 import android.widget.TextView;
93 TextView textView;
127 textView = (TextView) inflate.inflate(R.layout.bubble_text, null);
128 textView.setBackgroundDrawable(bubbleBackground);
129 textView.setText(text);
131 textView.setGravity(Gravity.CENTER_VERTICAL | Gravity.LEFT);
133 window.setContentView(textView);
139 private int chooseSize(PopupWindow pop, View parentView, CharSequence text, TextView tv)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java 40 import android.widget.TextView;
88 TextView contentView = new TextView(mActivity);
159 View view = new TextView(mActivity);
383 mPopupWindow = new PopupWindow(new TextView(mActivity));
662 mPopupWindow = new PopupWindow(new TextView(mActivity));
701 mPopupWindow = new PopupWindow(new TextView(mActivity));
781 TextView popupView = new TextView(mActivity);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 57 import android.widget.TextView;
182 private TextView mGroupNameView;
402 mGroupNameView = (TextView) editorView.findViewById(R.id.group_name);
413 TextView accountTypeTextView = (TextView) editorView.findViewById(R.id.account_type);
414 TextView accountNameTextView = (TextView) editorView.findViewById(R.id.account_name);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
CustomContactListFilterActivity.java 54 import android.widget.TextView;
578 final TextView text1 = (TextView)convertView.findViewById(android.R.id.text1);
579 final TextView text2 = (TextView)convertView.findViewById(android.R.id.text2);
601 final TextView text1 = (TextView)convertView.findViewById(android.R.id.text1);
602 final TextView text2 = (TextView)convertView.findViewById(android.R.id.text2);
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListItem.java 58 import android.widget.TextView;
97 private TextView mBodyTextView;
99 private TextView mDownloadingLabel;
103 private TextView mDateView;
137 mBodyTextView = (TextView) findViewById(R.id.text_view);
138 mDateView = (TextView) findViewById(R.id.date_view);
508 mDownloadingLabel = (TextView) findViewById(R.id.label_downloading);
638 TextView tv = (TextView) v;
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/
ActivityMusic.java 57 import android.widget.TextView;
442 ((TextView) findViewById(R.id.noEffectsTextView)).setVisibility(View.VISIBLE);
611 ((TextView) findViewById(R.id.vIStrengthText)).setEnabled(
616 ((TextView) findViewById(R.id.bBStrengthText)).setEnabled(mIsHeadsetOn);
648 ((TextView) eqcontainer.findViewById(EQViewElementIds[band][0])).setText(
665 TextView tv = (TextView) findViewById(R.id.maxLevelText);
667 tv = (TextView) findViewById(R.id.centerLevelText);
669 tv = (TextView) findViewById(R.id.minLevelText);
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningServiceDetails.java 36 import android.widget.TextView;
77 TextView mServicesHeader;
78 TextView mProcessesHeader;
225 mServicesHeader = (TextView)mInflater.inflate(R.layout.separator_label,
235 mProcessesHeader = (TextView)mInflater.inflate(R.layout.separator_label,
275 TextView description = (TextView)root.findViewById(R.id.comp_description);
341 TextView description = (TextView)root.findViewById(R.id.comp_description);
  /cts/tests/src/android/app/cts/
InstrumentationTestActivity.java 31 import android.widget.TextView;
67 class MockTextView extends TextView {
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
TitlesFragment.java 37 import android.widget.TextView;
116 final String title = (String) ((TextView) v).getText();
  /frameworks/base/core/java/android/widget/
DateTimeView.java 31 import android.widget.TextView;
53 public class DateTimeView extends TextView {
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItemView.java 31 import android.widget.TextView;
37 public class ActionMenuItemView extends TextView
281 // TextView won't center compound drawables in both dimensions without
IconMenuItemView.java 30 import android.widget.TextView;
36 public final class IconMenuItemView extends TextView implements MenuView.ItemView {
190 * depends on this TextView's line bounds, which is only available
272 * the TextView's gravity).
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
CarrierText.java 22 import android.widget.TextView;
29 public class CarrierText extends TextView {
KeyguardMessageArea.java 31 import android.widget.TextView;
40 class KeyguardMessageArea extends TextView {
  /packages/apps/Browser/src/com/android/browser/
NavScreen.java 37 import android.widget.TextView;
62 TextView mTitle;
  /packages/apps/Contacts/src/com/android/contacts/
PhoneCallDetailsHelper.java 30 import android.widget.TextView;
131 public void setCallDetailsHeader(TextView nameView, PhoneCallDetails details) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 38 import android.widget.TextView;
95 // A helper class to increase control over the TextView
96 public static class MyTextView extends TextView {
105 // This method is necessary because TextView is asking this method for the language
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebugActivity.java 31 import android.widget.TextView;
50 private TextView mTextView;
  /development/apps/Development/src/com/android/development/
Connectivity.java 56 import android.widget.TextView;
87 private TextView mDCCycleCountView;
94 private TextView mSCCycleCountView;
209 mDCCycleCountView = (TextView)findViewById(R.id.dc_wifi_cycles_done);
218 mSCCycleCountView = (TextView)findViewById(R.id.sc_wifi_cycles_done);

Completed in 868 milliseconds

<<31323334353637383940>>