Searched refs:TextView (Results 101 - 125 of 454) sorted by relevance

1234567891011>>

/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DEffectParameter.java21 import android.widget.TextView;
33 protected TextView mValueText;
35 public EffectParameter (int min, int max, SeekBar seekBar, TextView textView, String unit) {
H A DEnvReverbTest.java30 import android.widget.TextView;
58 TextView mSendLevelDisplay;
72 TextView textView;
78 textView = (TextView) findViewById(R.id.sessionText);
91 mSendLevelDisplay = (TextView)findViewById(R.id.sendLevelValue);
114 textView = (TextView)findViewById(R.id.rvbParam1Value);
120 textView = (TextView)findViewById(R.id.rvbParam2Value);
126 textView = (TextView)findViewById(R.id.rvbParam3Value);
132 textView = (TextView)findViewById(R.id.rvbParam4Value);
138 textView = (TextView)findViewByI
[all...]
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
H A DLayoutInsetsTest.java11 import android.widget.TextView;
32 TextView tv = new TextView(context);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DClipRegion2Activity.java25 import android.widget.TextView;
35 final TextView text = new TextView(this);
H A DClipRegion3Activity.java25 import android.widget.TextView;
35 final TextView text = new TextView(this);
H A DViewFlipperActivity.java26 import android.widget.TextView;
44 ((TextView) view.findViewById(R.id.widget_text)).setText("This is a long line of text, "
50 ((TextView) view.findViewById(R.id.widget_text)).setText("Another very long line of text, "
H A DViewLayersActivity3.java28 import android.widget.TextView;
55 TextView v = (TextView) super.getView(position, convertView, parent);
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerListHelper.java23 import android.widget.TextView;
68 final TextView v = (TextView) view
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/java/com/android/layoutlib/test/myapplication/
H A DArraysCheckWidget.java7 import android.widget.TextView;
36 TextView textView = new TextView(context);
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/multiconfig/
H A DLandscapeConfigTest.java27 import android.widget.TextView;
39 assertPublicField(TextView.class, "objectInLandTextView");
40 assertPublicField(TextView.class, "objectInDefaultTextView");
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAbstractDetailsDescriptionPresenter.java24 import android.widget.TextView;
40 private final TextView mTitle;
41 private final TextView mSubtitle;
42 private final TextView mBody;
58 mTitle = (TextView) view.findViewById(R.id.lb_details_description_title);
59 mSubtitle = (TextView) view.findViewById(R.id.lb_details_description_subtitle);
60 mBody = (TextView) view.findViewById(R.id.lb_details_description_body);
131 public TextView getTitle() {
135 public TextView getSubtitle() {
139 public TextView getBod
[all...]
H A DGuidanceStylist.java28 import android.widget.TextView;
137 private TextView mTitleView;
138 private TextView mDescriptionView;
139 private TextView mBreadcrumbView;
156 mTitleView = (TextView) guidanceView.findViewById(R.id.guidance_title);
157 mBreadcrumbView = (TextView) guidanceView.findViewById(R.id.guidance_breadcrumb);
158 mDescriptionView = (TextView) guidanceView.findViewById(R.id.guidance_description);
194 public TextView getTitleView() {
202 public TextView getDescriptionView() {
210 public TextView getBreadcrumbVie
[all...]
/frameworks/support/v17/preference-leanback/src/android/support/v17/preference/
H A DLeanbackPreferenceFragment.java24 import android.widget.TextView;
53 final TextView decorTitle = (TextView) view.findViewById(R.id.decor_title);
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DTextViewBindingAdapterTest.java33 import android.widget.TextView;
44 TextView view = mBinder.numericText;
69 TextView view = mBinder.textDrawableNormal;
94 TextView view = mBinder.textDrawableStartEnd;
110 TextView view = mBinder.textView;
181 private static boolean isAutoTextEnabled(TextView view) {
193 private static TextKeyListener.Capitalize getCapitalization(TextView view) {
211 private static int getMaxLength(TextView view) {
223 TextView view = mBinder.textAllCaps;
241 TextView vie
[all...]
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DListViewAddRemoveNoTransition.java26 import android.widget.TextView;
58 TextView v = (TextView) listview.getChildAt(i);
69 TextView v = (TextView) listview.getChildAt(i);
H A DContactsExpansion.java30 import android.widget.TextView;
69 ((TextView)contactItem.findViewById(R.id.contact_name)).setText(contactsData[dataIndex++]);
70 ((TextView)contactItem.findViewById(R.id.contact_street)).
72 ((TextView)contactItem.findViewById(R.id.contact_city)).setText(contactsData[dataIndex++]);
73 ((TextView)contactItem.findViewById(R.id.contact_phone)).setText(contactsData[dataIndex++]);
74 ((TextView)contactItem.findViewById(R.id.contact_email)).setText(contactsData[dataIndex++]);
/frameworks/base/core/tests/coretests/src/android/view/
H A DVisibilityTest.java26 import android.widget.TextView;
35 private TextView mRefUp;
36 private TextView mRefDown;
37 private TextView mVictim;
51 mRefUp = (TextView) a.findViewById(R.id.refUp);
52 mRefDown = (TextView) a.findViewById(R.id.refDown);
53 mVictim = (TextView) a.findViewById(R.id.victim);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenFooter.java27 import android.widget.TextView;
44 private TextView mSummaryLine1;
45 private TextView mSummaryLine2;
46 private TextView mEndNowButton;
64 mSummaryLine1 = (TextView) findViewById(R.id.volume_zen_summary_line_1);
65 mSummaryLine2 = (TextView) findViewById(R.id.volume_zen_summary_line_2);
66 mEndNowButton = (TextView) findViewById(R.id.volume_zen_end_now);
/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
H A DLowStorageTest.java31 import android.widget.TextView;
55 TextView startSizeTextView = (TextView) findViewById(R.id.totalsize);
124 TextView freeSizeTextView = (TextView) findViewById(R.id.freesize);
126 TextView statusTextView = (TextView) findViewById(R.id.status);
/frameworks/base/tests/UsageStatsTest/src/com/android/tests/usagestats/
H A DUsageLogActivity.java29 import android.widget.TextView;
129 holder.config = (TextView) convertView.findViewById(android.R.id.text1);
133 holder.packageName = (TextView) convertView.findViewById(android.R.id.text1);
134 holder.state = (TextView) convertView.findViewById(android.R.id.text2);
177 public TextView packageName;
178 public TextView state;
179 public TextView config;
/frameworks/base/core/java/android/text/method/
H A DLinkMovementMethod.java27 import android.widget.TextView;
44 protected boolean handleMovementKey(TextView widget, Spannable buffer, int keyCode,
61 protected boolean up(TextView widget, Spannable buffer) {
70 protected boolean down(TextView widget, Spannable buffer) {
79 protected boolean left(TextView widget, Spannable buffer) {
88 protected boolean right(TextView widget, Spannable buffer) {
96 private boolean action(int what, TextView widget, Spannable buffer) {
194 public boolean onTouchEvent(TextView widget, Spannable buffer,
234 public void initialize(TextView widget, Spannable text) {
240 public void onTakeFocus(TextView vie
[all...]
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DLevelsV4.java30 import android.widget.TextView;
92 public boolean onBar1Setup(SeekBar b, TextView t) {
97 public boolean onBar2Setup(SeekBar b, TextView t) {
103 public boolean onBar3Setup(SeekBar b, TextView t) {
109 public boolean onBar4Setup(SeekBar b, TextView t) {
115 public boolean onBar5Setup(SeekBar b, TextView t) {
H A DVignette.java24 import android.widget.TextView;
44 public boolean onBar1Setup(SeekBar b, TextView t) {
50 public boolean onBar2Setup(SeekBar b, TextView t) {
56 public boolean onBar3Setup(SeekBar b, TextView t) {
62 public boolean onBar4Setup(SeekBar b, TextView t) {
68 public boolean onBar5Setup(SeekBar b, TextView t) {
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DLevelsV4.java24 import android.widget.TextView;
86 public boolean onBar1Setup(SeekBar b, TextView t) {
91 public boolean onBar2Setup(SeekBar b, TextView t) {
97 public boolean onBar3Setup(SeekBar b, TextView t) {
103 public boolean onBar4Setup(SeekBar b, TextView t) {
109 public boolean onBar5Setup(SeekBar b, TextView t) {
H A DVignette.java20 import android.widget.TextView;
40 public boolean onBar1Setup(SeekBar b, TextView t) {
46 public boolean onBar2Setup(SeekBar b, TextView t) {
52 public boolean onBar3Setup(SeekBar b, TextView t) {
58 public boolean onBar4Setup(SeekBar b, TextView t) {
64 public boolean onBar5Setup(SeekBar b, TextView t) {

Completed in 610 milliseconds

1234567891011>>