/development/samples/ApiDemos/src/com/example/android/apis/view/ |
SeekBar1.java | 25 import android.widget.TextView; 36 TextView mProgressText; 37 TextView mTrackingText; 47 mProgressText = (TextView) findViewById(R.id.progress); 48 mTrackingText = (TextView) findViewById(R.id.tracking);
|
TableLayout8.java | 25 import android.widget.TextView; 57 TextView label = new TextView(this); 61 TextView shortcut = new TextView(this);
|
/development/samples/browseable/NavigationDrawer/src/com.example.android.navigationdrawer/ |
PlanetAdapter.java | 25 import android.widget.TextView; 45 public final TextView mTextView; 47 public ViewHolder(TextView v) { 62 TextView tv = (TextView) v.findViewById(android.R.id.text1);
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
DemoKitPhone.java | 8 import android.widget.TextView; 13 TextView mInputLabel; 14 TextView mOutputLabel; 40 mInputLabel = (TextView) findViewById(R.id.inputLabel); 41 mOutputLabel = (TextView) findViewById(R.id.outputLabel);
|
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
EffectParameter.java | 21 import android.widget.TextView; 33 protected TextView mValueText; 35 public EffectParameter (int min, int max, SeekBar seekBar, TextView textView, String unit) { 39 mValueText = textView;
|
VirtualizerTest.java | 30 import android.widget.TextView; 69 TextView textView; 85 textView = (TextView)findViewById(R.id.virtStrengthMin); 86 textView.setText("0"); 87 textView = (TextView)findViewById(R.id.virtStrengthMax); 88 textView.setText("1000"); 90 textView = (TextView)findViewById(R.id.virtStrengthValue) [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
TextViewTarget.java | 20 import android.widget.TextView; 30 private TextView mTextView = null; 38 if (view instanceof TextView) { 39 mTextView = (TextView)view; 41 throw new IllegalArgumentException("View must be a TextView!");
|
/frameworks/base/tests/TransitionTests/res/layout/ |
contact_collapsed.xml | 24 <TextView 33 <TextView 37 <TextView 41 <TextView 45 <TextView
|
/frameworks/data-binding/integration-tests/TestApp/app/src/main/res/layout/ |
basic_dependant_binding.xml | 24 <TextView 29 <TextView 34 <TextView 39 <TextView 45 <TextView
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
WpsPinFragment.java | 24 import android.widget.TextView; 46 final TextView titleView = (TextView) view.findViewById(R.id.title); 49 final TextView descriptionView = (TextView) view.findViewById(R.id.description);
|
/packages/apps/UnifiedEmail/src/com/android/mail/drawer/ |
HeaderDrawerItem.java | 21 import android.widget.TextView; 55 final TextView textView = (TextView) headerView.findViewById(R.id.header_text); 56 textView.setText(mResource);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/refactoring/usecompound/ |
compound_all-expected-5.xml | 19 <TextView 25 <TextView 33 </TextView> 48 <TextView 62 <TextView
|
compound_all-expected-6.xml | 19 <TextView 33 <TextView 45 <TextView 53 </TextView> 63 <TextView
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/ |
ViewLoaderTest.java | 70 TextView textView = (TextView) view.findViewById(android.R.id.text1); 71 assertThat(textView.getText().toString(), equalTo("default")); 78 TextView textView = (TextView) view.findViewById(android.R.id.text1); 79 assertThat(textView.getText().toString(), equalTo("xlarge")); 86 TextView textView = (TextView) view.findViewById(android.R.id.text1) [all...] |
/frameworks/base/docs/html/sdk/api_diff/23/changes/ |
android.widget.TextView.html | 10 android.widget.TextView 74 Class android.widget.<A HREF="../../../../reference/android/widget/TextView.html" target="_top"><font size="+2"><code>TextView</code></font></A> 86 <A NAME="android.widget.TextView.getBreakStrategy_added()"></A> 87 <nobr><code>int</code> <A HREF="../../../../reference/android/widget/TextView.html#getBreakStrategy()" target="_top"><code>getBreakStrategy</code></A>()</nobr> 93 <A NAME="android.widget.TextView.getCompoundDrawableTintList_added()"></A> 94 <nobr><code>ColorStateList</code> <A HREF="../../../../reference/android/widget/TextView.html#getCompoundDrawableTintList()" target="_top"><code>getCompoundDrawableTintList</code></A>()</nobr> 100 <A NAME="android.widget.TextView.getCompoundDrawableTintMode_added()"></A> 101 <nobr><code>Mode</code> <A HREF="../../../../reference/android/widget/TextView.html#getCompoundDrawableTintMode()" target="_top"><code>getCompoundDrawableTintMode</code></A>()</nobr> 107 <A NAME="android.widget.TextView.getCustomInsertionActionModeCallback_added()"></A [all...] |
/development/apps/Development/res/layout/ |
permission_details.xml | 31 <TextView android:id="@+id/perm_name_label" 36 <TextView android:id="@+id/perm_name" 45 <TextView android:id="@+id/perm_desc_label" 50 <TextView android:id="@+id/perm_desc" 59 <TextView android:id="@+id/perm_group_label" 64 <TextView android:id="@+id/perm_group" 73 <TextView android:id="@+id/perm_protection_label" 78 <TextView android:id="@+id/perm_protection" 87 <TextView android:id="@+id/perm_source_label" 92 <TextView android:id="@+id/perm_source [all...] |
/development/samples/Support7Demos/src/com/example/android/supportv7/app/ |
ToolbarFragmentPagerMenu.java | 37 import android.widget.TextView; 107 TextView textView = new TextView(container.getContext()); 109 textView.setText(getClass().getSimpleName()); 110 textView.setGravity(Gravity.CENTER); 111 textView.setLayoutParams(new ViewGroup.LayoutParams( 114 return textView; 149 TextView textView = new TextView(container.getContext()) [all...] |
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/ |
ObjectViewer.java | 35 import android.widget.TextView; 120 TextView view = (TextView)findViewById(R.id.name); 123 view = (TextView)findViewById(R.id.format); 125 view = (TextView)findViewById(R.id.size); 127 view = (TextView)findViewById(R.id.thumb_width); 129 view = (TextView)findViewById(R.id.thumb_height); 131 view = (TextView)findViewById(R.id.thumb_size); 133 view = (TextView)findViewById(R.id.width); 135 view = (TextView)findViewById(R.id.height) [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
SimpleAdapterTest.java | 34 import android.widget.TextView; 150 assertTrue(result instanceof TextView); 151 assertEquals("01", ((TextView) result).getText().toString()); 154 assertTrue(result instanceof TextView); 155 assertEquals("191", ((TextView) result).getText().toString()); 159 TextView convertView = (TextView) result; 161 assertEquals("01", ((TextView) result).getText().toString()); 166 assertEquals("101", ((TextView) result).getText().toString()); 181 assertEquals("01", ((TextView) result).getText().toString()) [all...] |
/frameworks/base/core/res/res/layout/ |
ssl_certificate.xml | 50 <TextView 62 <TextView 70 <TextView 79 <TextView 87 <TextView 96 <TextView 104 <TextView 113 <TextView 121 <TextView 130 <TextView [all...] |
/development/apps/Development/src/com/android/development/ |
PackageSummary.java | 39 import android.widget.TextView; 44 private TextView mPackage; 46 private TextView mClass; 47 private TextView mLabel; 54 private TextView mTask; 55 private TextView mVersion; 56 private TextView mProcess; 57 private TextView mUid; 58 private TextView mSource; 59 private TextView mData [all...] |
/frameworks/base/docs/html/guide/topics/ui/layout/ |
grid.jd | 16 <li>{@link android.widget.TextView}</li> 33 composed of a variety of View objects, like ImageView or TextView objects. 48 <TextView 51 <TextView 58 <TextView 61 <TextView 90 <TextView 94 <TextView 101 <TextView 105 <TextView [all...] |
/frameworks/base/tests/BiDiTests/res/layout/ |
textview_alignment_ltr.xml | 28 <TextView android:text="(unspecified)" 35 <TextView android:layout_height="wrap_content" 43 <TextView android:layout_height="wrap_content" 54 <TextView android:text="gravity (default)" 61 <TextView android:layout_height="wrap_content" 70 <TextView android:layout_height="wrap_content" 82 <TextView android:text="gravity left" 89 <TextView android:layout_height="wrap_content" 99 <TextView android:layout_height="wrap_content" 112 <TextView android:text="gravity right [all...] |
textview_alignment_rtl.xml | 28 <TextView android:text="(unspecified)" 35 <TextView android:layout_height="wrap_content" 43 <TextView android:layout_height="wrap_content" 54 <TextView android:text="gravity (default)" 61 <TextView android:layout_height="wrap_content" 70 <TextView android:layout_height="wrap_content" 82 <TextView android:text="gravity left" 89 <TextView android:layout_height="wrap_content" 99 <TextView android:layout_height="wrap_content" 112 <TextView android:text="gravity right [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
AudioRoutingNotificationsActivity.java | 39 import android.widget.TextView; 83 TextView textView = 84 (TextView)findViewById(R.id.audio_routingnotification_audioTrack_change); 90 textView.setText(msg + " - " + 99 TextView textView = 100 (TextView)findViewById(R.id.audio_routingnotification_audioRecord_change); 106 textView.setText(msg + " - " +
|