Searched refs:TextView (Results 176 - 200 of 288) sorted by relevance

1234567891011>>

/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
H A DOneEditTextActivityNotSelected.java30 import android.widget.TextView;
H A DOneEditTextActivitySelected.java29 import android.widget.TextView;
/frameworks/base/core/tests/coretests/src/android/util/
H A DListScenario.java30 import android.widget.TextView;
47 private TextView mHeaderTextView;
323 TextView header = mHeadersFocusable ?
325 new TextView(this);
331 TextView header = new TextView(this);
375 mHeaderTextView = new TextView(this);
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientAlternatesAdapter.java30 import android.widget.TextView;
262 TextView display = (TextView) view.findViewById(android.R.id.title);
276 TextView destination = (TextView) view.findViewById(android.R.id.text1);
279 TextView destinationType = (TextView) view.findViewById(android.R.id.text2);
/frameworks/base/core/java/android/text/util/
H A DLinkify.java27 import android.widget.TextView;
247 * Scans the text of the provided TextView and turns all occurrences of
249 * are found the movement method for the TextView is set to
252 public static final boolean addLinks(TextView text, int mask) {
280 private static final void addLinkMovementMethod(TextView t) {
291 * Applies a regex to the text of a TextView turning the matches into
296 * @param text TextView whose text is to be marked-up with links
302 public static final void addLinks(TextView text, Pattern pattern, String scheme) {
307 * Applies a regex to the text of a TextView turning the matches into
312 * @param text TextView whos
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbStorageActivity.java47 import android.widget.TextView;
67 private TextView mBanner;
68 private TextView mMessage;
125 mBanner = (TextView) findViewById(com.android.internal.R.id.banner);
126 mMessage = (TextView) findViewById(com.android.internal.R.id.message);
/frameworks/base/core/java/android/widget/
H A DAccessibilityIterators.java119 private TextView mView;
130 public void initialize(TextView view) {
H A DSimpleExpandableListAdapter.java247 TextView v = (TextView)view.findViewById(to[i]);
H A DDigitalClock.java37 public class DigitalClock extends TextView {
H A DEditText.java32 * This is supposed to be a *very* thin veneer over TextView.
33 * Do not make any changes here that do anything that a TextView
38 * EditText is a thin veneer over TextView that configures itself
47 * {@link android.R.styleable#TextView TextView Attributes},
50 public class EditText extends TextView {
H A DToast.java243 TextView tv = (TextView)v.findViewById(com.android.internal.R.id.message);
284 TextView tv = (TextView) mNextView.findViewById(com.android.internal.R.id.message);
H A DArrayAdapter.java35 * a single TextView. If you want to use a more complex layout, use the constructors that
36 * also takes a field id. That field id should reference a TextView in the larger layout
39 * <p>However the TextView is referenced, it will be filled with the toString() of each object in
75 * If the inflated resource is not a TextView, {@link #mFieldId} is used to find
76 * a TextView inside the inflated views hierarchy. This field must contain the
100 * @param textViewResourceId The resource ID for a layout file containing a TextView to use when
113 * @param textViewResourceId The id of the TextView within the layout resource to be populated
123 * @param textViewResourceId The resource ID for a layout file containing a TextView to use when
137 * @param textViewResourceId The id of the TextView within the layout resource to be populated
148 * @param textViewResourceId The resource ID for a layout file containing a TextView t
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DHeavyWeightSwitcherActivity.java37 import android.widget.TextView;
95 ((TextView)findViewById(id)).setText(text);
/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewPerformanceTest.java29 import android.widget.TextView;
105 private class PerformanceTextView extends TextView {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java39 import android.widget.TextView;
51 public class Clock extends TextView {
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardPINView.java26 import android.widget.TextView.OnEditorActionListener;
/frameworks/ex/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java38 import android.widget.TextView;
100 private TextView mEmptyText;
198 mEmptyText = (TextView) view.findViewById(R.id.empty_text);
433 public TextView getEmptyText() {
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java38 import android.widget.TextView;
100 private TextView mEmptyText;
205 mEmptyText = (TextView) view.findViewById(R.id.empty_text);
434 public TextView getEmptyText() {
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DPresetReverbTest.java30 import android.widget.TextView;
95 TextView textView = (TextView)findViewById(R.id.presetrvbParam1Value);
173 public PresetParam(PresetReverb presetrvb, short min, short max, SeekBar seekBar, TextView textView) {
H A DVisualizerTest.java37 import android.widget.TextView;
71 TextView textView;
245 TextView textView = (TextView)findViewById(viewId);
/frameworks/base/core/java/android/accounts/
H A DChooseAccountActivity.java33 import android.widget.TextView;
152 TextView text;
173 holder.text = (TextView) convertView.findViewById(R.id.account_row_text);
H A DChooseAccountTypeActivity.java33 import android.widget.TextView;
168 TextView text;
190 holder.text = (TextView) convertView.findViewById(R.id.account_row_text);
/frameworks/base/core/java/android/app/
H A DListFragment.java28 import android.widget.TextView;
73 * &lt;TextView android:id=&quot;@id/android:empty&quot;
109 * &lt;TextView android:id=&quot;@+id/text1&quot;
115 * &lt;TextView android:id=&quot;@+id/text2&quot;
123 * You must identify the data bound to each TextView object in this layout. The
167 TextView mStandardEmptyView;
285 * The default content for a ListFragment has a TextView that can
391 mStandardEmptyView = (TextView)root.findViewById(
/frameworks/base/core/java/android/preference/
H A DDialogPreference.java36 import android.widget.TextView;
361 if (dialogMessageView instanceof TextView) {
362 ((TextView) dialogMessageView).setText(message);
/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java34 import android.widget.TextView;
40 private TextView mMatches;
57 mMatches = (TextView) mCustomView.findViewById(

Completed in 421 milliseconds

1234567891011>>