Searched refs:TextView (Results 351 - 375 of 454) sorted by relevance

<<111213141516171819

/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java46 import android.widget.TextView;
282 final TextView myUrlBar = (TextView) findViewById(R.id.url_bar);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRecentsCreateFragment.java46 import android.widget.TextView;
219 final TextView title = (TextView) convertView.findViewById(android.R.id.title);
H A DDirectoryFragment.java84 import android.widget.TextView;
790 final TextView title = (TextView) convertView.findViewById(android.R.id.title);
891 final TextView title = (TextView) convertView.findViewById(android.R.id.title);
894 final TextView summary = (TextView) convertView.findViewById(android.R.id.summary);
895 final TextView date = (TextView) convertView.findViewById(R.id.date);
896 final TextView siz
[all...]
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
H A DDpiTestActivity.java29 import android.widget.TextView;
153 TextView label = new TextView(this);
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DTestInteractionActivity.java29 import android.widget.TextView;
42 TextView mLog;
69 mLog = (TextView)findViewById(R.id.log);
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneFilterTypeAdapter.java29 import android.widget.TextView;
53 TextView strTextView;
57 vh.strTextView = (TextView) v.findViewById(R.id.value);
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
H A DScriptGroupTestActivity.java32 import android.widget.TextView;
62 private TextView mBenchmarkResult;
208 mBenchmarkResult = (TextView) findViewById(R.id.benchmarkText);
/frameworks/base/core/java/android/widget/
H A DTabHost.java577 final TextView tv = (TextView) tabIndicator.findViewById(R.id.title);
611 final TextView tv = (TextView) tabIndicator.findViewById(R.id.title);
H A DSpellChecker.java44 * 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) {
H A DEditor.java101 import android.widget.TextView.Drawables;
102 import android.widget.TextView.OnEditorActionListener;
117 * Helper class used by TextView to handle editable text views.
196 * This flag is set if the TextView tries to display an error before it
219 // Global listener that detects changes in the global position of the TextView
226 // Set when this TextView gained focus with some text selected. Will start selection mode.
249 private TextView mTextView;
266 Editor(TextView textView) {
430 final TextView err = (TextView) inflate
[all...]
H A DDatePickerCalendarDelegate.java73 private TextView mHeaderYear;
74 private TextView mHeaderMonthDay;
123 mHeaderYear = (TextView) header.findViewById(R.id.date_picker_header_year);
125 mHeaderMonthDay = (TextView) header.findViewById(R.id.date_picker_header_date);
294 final TextView headerYear = mHeaderYear;
/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalActions.java77 import android.widget.TextView;
774 TextView messageView = (TextView) v.findViewById(R.id.message);
776 TextView statusView = (TextView) v.findViewById(R.id.status);
871 TextView messageView = (TextView) v.findViewById(R.id.message);
872 TextView statusView = (TextView) v.findViewById(R.id.status);
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java38 import android.widget.TextView;
104 protected TextView mEmptyText;
239 mEmptyText = (TextView) view.findViewById(R.id.empty_text);
577 public TextView getEmptyText() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java51 import android.widget.TextView;
101 private TextView mZenIntroductionMessage;
103 private TextView mZenIntroductionCustomize;
105 private TextView mZenAlarmWarning;
168 mZenIntroductionMessage = (TextView) findViewById(R.id.zen_introduction_message);
177 mZenIntroductionCustomize = (TextView) findViewById(R.id.zen_introduction_customize);
190 mZenAlarmWarning = (TextView) findViewById(R.id.zen_alarm_warning);
635 tag.line1 = (TextView) row.findViewById(android.R.id.text1);
639 tag.line2 = (TextView) row.findViewById(android.R.id.text2);
837 TextView line
[all...]
/frameworks/base/core/java/android/webkit/
H A DJsDialogHelper.java29 import android.widget.TextView;
122 ((TextView) view.findViewById(com.android.internal.R.id.message)).setText(mMessage);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuItemView.java30 import android.widget.TextView;
36 public final class IconMenuItemView extends TextView implements MenuView.ItemView {
193 * depends on this TextView's line bounds, which is only available
275 * the TextView's gravity).
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
H A DMainActivity.java21 import android.widget.TextView;
41 ((TextView) findViewById(R.id.label_nb)).setText("Here's the count " + value);
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DListenerBindingObject.java43 import android.widget.TextView;
149 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActivityChooserView.java43 import android.widget.TextView;
727 TextView titleView = (TextView) convertView.findViewById(R.id.title);
743 TextView titleView = (TextView) convertView.findViewById(R.id.title);
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreference.java37 import android.widget.TextView;
474 final TextView titleView = (TextView) holder.findViewById(android.R.id.title);
485 final TextView summaryView = (TextView) holder.findViewById(android.R.id.summary);
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
H A DGridWidgetTest.java27 import android.widget.TextView;
1633 assertEquals("Line 2", ((TextView) mGridView.findFocus()).getText().toString());
1714 Selection.setSelection((Spannable)(((TextView) mGridView.getChildAt(0))
1716 Selection.setSelection((Spannable)(((TextView) mGridView.getChildAt(1))
1725 Selection.setSelection((Spannable)(((TextView) mGridView.getChildAt(0))
1727 Selection.setSelection((Spannable)(((TextView) mGridView.getChildAt(1))
1739 assertEquals(((TextView) mGridView.getChildAt(0)).getSelectionStart(), 1);
1740 assertEquals(((TextView) mGridView.getChildAt(0)).getSelectionEnd(), 2);
1741 assertEquals(((TextView) mGridView.getChildAt(1)).getSelectionStart(), 1);
1742 assertEquals(((TextView) mGridVie
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTileView.java37 import android.widget.TextView;
62 private TextView mLabel;
161 mLabel = new TextView(mContext);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewHeader.java44 import android.widget.TextView;
64 TextView mActivityDescription;
132 mActivityDescription = (TextView) findViewById(R.id.activity_description);
/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayWindow.java36 import android.widget.TextView;
81 private TextView mTitleTextView;
208 mTitleTextView = (TextView)mWindowContent.findViewById(
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DIPControls.java34 import android.widget.TextView;
55 private TextView mResultView;
161 mResultView = (TextView) findViewById(R.id.results);

Completed in 1428 milliseconds

<<111213141516171819