Searched refs:TextView (Results 251 - 275 of 288) sorted by relevance

<<1112

/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java49 import android.widget.TextView;
251 TextView title;
252 TextView summary;
272 holder.title = (TextView) view.findViewById(com.android.internal.R.id.title);
273 holder.summary = (TextView) view.findViewById(com.android.internal.R.id.summary);
/frameworks/base/core/java/android/widget/
H A DCalendarView.java230 private TextView mMonthName;
401 mMonthName = (TextView) content.findViewById(com.android.internal.R.id.month_name);
1038 TextView label = (TextView) mDayNamesHeader.getChildAt(0);
1045 label = (TextView) mDayNamesHeader.getChildAt(i);
H A DAutoCompleteTextView.java98 private TextView mHintView;
160 // this TextView, as a default anchoring point.
229 final TextView hintView = (TextView) LayoutInflater.from(getContext()).inflate(
1197 * This interface is used to make sure that the text entered in this TextView complies to
H A DMediaController.java82 private TextView mEndTime, mCurrentTime;
285 mEndTime = (TextView) v.findViewById(com.android.internal.R.id.time);
286 mCurrentTime = (TextView) v.findViewById(com.android.internal.R.id.time_current);
H A DTimePicker.java89 private final TextView mDivider;
165 mDivider = (TextView) findViewById(R.id.divider);
H A DCheckedTextView.java33 * An extension to TextView that supports the {@link android.widget.Checkable} interface.
41 public class CheckedTextView extends TextView implements Checkable {
H A DTextClock.java82 public class TextClock extends TextView {
H A DTextView.java139 * Displays text to the user and optionally allows them to edit it. A TextView
147 * See {@link android.R.styleable#TextView TextView Attributes},
216 public class TextView extends View implements ViewTreeObserver.OnPreDrawListener { class in inherits:View,ViewTreeObserver.OnPreDrawListener
217 static final String LOG_TAG = "TextView";
262 // New state used to change background based on whether this TextView is multiline.
395 // they are defined by the TextView's style and are theme-dependent.
441 boolean onEditorAction(TextView v, int actionId, KeyEvent event);
444 public TextView(Context context) { method in class:TextView
448 public TextView(Contex method in class:TextView
453 public TextView(Context context, AttributeSet attrs, int defStyle) { method in class:TextView
[all...]
H A DDatePicker.java717 TextView input = (TextView) spinner.findViewById(R.id.numberpicker_input);
H A DListPopupWindow.java1198 if (view instanceof TextView) {
1199 ((TextView) view).setHorizontallyScrolling(true);
H A DSpellChecker.java44 * Helper class for TextView. Bridge between the TextView and the Dictionnary 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) {
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java55 import android.widget.TextView;
109 private TextView mTitleView;
111 private TextView mMessageView;
464 mTitleView = (TextView) mWindow.findViewById(R.id.alertTitle);
505 mMessageView = (TextView) mWindow.findViewById(R.id.message);
H A DResolverActivity.java51 import android.widget.TextView;
646 TextView text = (TextView)view.findViewById(com.android.internal.R.id.text1);
647 TextView text2 = (TextView)view.findViewById(com.android.internal.R.id.text2);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java58 import android.widget.TextView;
115 TextView labelView;
116 TextView descriptionView;
152 holder.labelView = (TextView) convertView.findViewById(R.id.app_label);
154 holder.descriptionView = (TextView) convertView.findViewById(R.id.app_description);
/frameworks/base/core/java/android/app/
H A DSearchDialog.java52 import android.widget.TextView;
77 private TextView mBadgeLabel;
186 mBadgeLabel = (TextView) mSearchView.findViewById(com.android.internal.R.id.search_badge);
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java49 import android.widget.TextView;
588 TextView tv = new TextView(mContext);
/frameworks/base/core/java/android/text/style/
H A DSuggestionSpan.java29 import android.widget.TextView;
44 * @see TextView#isSuggestionsEnabled()
75 * TODO: Needs to check the validity and add a feature that TextView will change
99 * @param flags Additional flags indicating how this span is handled in TextView
108 * @param flags Additional flags indicating how this span is handled in TextView
119 * @param flags Additional flags indicating how this span is handled in TextView
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardSimPukView.java31 import android.widget.TextView.OnEditorActionListener;
/frameworks/ex/common/java/com/android/common/contacts/
H A DDataUsageStatUpdater.java33 import android.widget.TextView;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java75 import android.widget.TextView;
191 TextView mNotificationPanelDebugText;
208 private TextView mCarrierLabel;
211 private TextView mEmergencyCallLabel;
392 mNotificationPanelDebugText = (TextView) mNotificationPanel.findViewById(R.id.header_debug_info);
506 mEmergencyCallLabel = (TextView)mStatusBarWindow.findViewById(R.id.emergency_calls_only);
519 mCarrierLabel = (TextView)mStatusBarWindow.findViewById(R.id.carrier_label);
2337 if (mClearButton instanceof TextView) {
2338 ((TextView)mClearButton).setText(context.getText(R.string.status_bar_clear_all_button));
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java87 import android.widget.TextView;
633 * InsertImage to TextView by using URI
635 * @param uri URI of the iamge inserted to TextView.
642 * InsertImage to TextView by using resource ID
644 * @param resId Resource ID of the iamge inserted to TextView.
760 * @param sizedisplayints List of int of size displayed in TextView.
2356 onKeyDown(TextView widget, Spannable buffer, int keyCode, KeyEvent event) {
2369 private int getEndPos(TextView widget) {
2379 protected boolean up(TextView widget, Spannable buffer) {
2401 protected boolean down(TextView widge
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java39 import android.widget.TextView;
176 private final TextView text;
198 // Create hint TextView
199 text = new TextView(parent.getContext());
H A DActionBarView.java65 import android.widget.TextView;
100 private TextView mTitleView;
101 private TextView mSubtitleView;
774 mTitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_title);
775 mSubtitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_subtitle);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java58 import android.widget.TextView;
254 (TextView)mNotificationPanel.findViewById(R.id.battery_text));
273 (TextView)mNotificationPanel.findViewById(R.id.wifi_text));
278 (TextView)mNotificationPanel.findViewById(R.id.mobile_text));
280 (TextView)mBarContents.findViewById(R.id.network_text));
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java80 import android.widget.TextView;
99 TextView.OnEditorActionListener {
152 private TextView mMoreItem;
272 public boolean onEditorAction(TextView view, int action, KeyEvent keyEvent) {
342 * Convenience method: Append the specified text slice to the TextView's
688 mMoreItem = (TextView) LayoutInflater.from(getContext()).inflate(R.layout.more_item, null);
708 /* package */ void setMoreItem(TextView moreItem) {

Completed in 1342 milliseconds

<<1112