| /development/samples/browseable/RecyclerView/src/com.example.android.recyclerview/ |
| CustomAdapter.java | 25 import android.widget.TextView; 40 private final TextView textView; 51 textView = (TextView) v.findViewById(R.id.textView); 54 public TextView getTextView() { 55 return textView;
|
| /frameworks/base/core/tests/coretests/src/android/view/ |
| PopupWindowVisibility.java | 62 AutoCompleteTextView textView = (AutoCompleteTextView) findViewById(R.id.auto); 63 textView.setAdapter(autoAdapter);
|
| /frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
| ScrollViewButtonsAndLabels.java | 25 import android.widget.TextView; 80 TextView textView = new TextView(this); 81 textView.setText("Text View " + i); 82 mLinearLayout.addView(textView, p);
|
| /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
| LoginActivityFromResources.java | 24 import android.widget.TextView; 67 TextView textView = (TextView) view; 68 CharSequence text = textView.getText();
|
| /packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
| PhoneNumberFormatter.java | 22 import android.widget.TextView; 31 * Load {@link TextWatcherLoadAsyncTask} in a worker thread and set it to a {@link TextView}. 36 private final TextView mTextView; 40 String countryCode, TextView textView, boolean formatAfterWatcherSet) { 42 mTextView = textView; 68 * Delay-set {@link PhoneNumberFormattingTextWatcher} to a {@link TextView}. 71 TextView textView) { 72 setPhoneNumberFormattingTextWatcher(context, textView, [all...] |
| /packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/ |
| CopyContactDetailDialog.java | 25 import android.widget.TextView; 58 TextView textView = (TextView) inflater.inflate(R.layout.copy_contact_dialog_view, null, 60 textView.setText(mContactDetail); 63 textView.setContentDescription(vocalizedDisplayName); 64 return textView;
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
| aboutDialog.py | 8 from idlelib import textView 129 textView.view_text(self, title, text) 133 textView.view_file(self, title, fn, encoding)
|
| /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
| aboutDialog.py | 8 from idlelib import textView 129 textView.view_text(self, title, text) 133 textView.view_file(self, title, fn, encoding)
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
| aboutDialog.py | 8 from idlelib import textView 129 textView.view_text(self, title, text) 133 textView.view_file(self, title, fn, encoding)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
| aboutDialog.py | 8 from idlelib import textView 129 textView.view_text(self, title, text) 133 textView.view_file(self, title, fn, encoding)
|
| /frameworks/base/core/tests/coretests/src/android/widget/ |
| TextViewActivityTest.java | 61 * Tests the TextView widget from an Activity 78 onView(withId(R.id.textview)).perform(click()); 79 onView(withId(R.id.textview)).perform(typeTextIntoFocusedView(helloWorld)); 81 onView(withId(R.id.textview)).check(matches(withText(helloWorld))); 87 onView(withId(R.id.textview)).perform(click()); 88 onView(withId(R.id.textview)).perform(typeTextIntoFocusedView(helloWorld)); 89 onView(withId(R.id.textview)).perform(clickOnTextAtIndex(helloWorld.indexOf("world"))); 92 onView(withId(R.id.textview)).perform(pressKey(KeyEvent.KEYCODE_FORWARD_DEL)); 93 onView(withId(R.id.textview)).check(matches(withText("Hello orld!"))); 101 onView(withId(R.id.textview)).perform(click()) [all...] |
| /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/ |
| SlidingTabLayout.java | 30 import android.widget.TextView; 146 * @param textViewId id of the {@link TextView} in the inflated view 171 protected TextView createDefaultTabView(Context context) { 172 TextView textView = new TextView(context); 173 textView.setGravity(Gravity.CENTER); 174 textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, TAB_VIEW_TEXT_SIZE_SP); 175 textView.setTypeface(Typeface.DEFAULT_BOLD); 183 textView.setBackgroundResource(outValue.resourceId) [all...] |
| /developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/common/view/ |
| SlidingTabLayout.java | 30 import android.widget.TextView; 146 * @param textViewId id of the {@link TextView} in the inflated view 171 protected TextView createDefaultTabView(Context context) { 172 TextView textView = new TextView(context); 173 textView.setGravity(Gravity.CENTER); 174 textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, TAB_VIEW_TEXT_SIZE_SP); 175 textView.setTypeface(Typeface.DEFAULT_BOLD); 183 textView.setBackgroundResource(outValue.resourceId) [all...] |
| /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/common/view/ |
| SlidingTabLayout.java | 30 import android.widget.TextView; 146 * @param textViewId id of the {@link TextView} in the inflated view 171 protected TextView createDefaultTabView(Context context) { 172 TextView textView = new TextView(context); 173 textView.setGravity(Gravity.CENTER); 174 textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, TAB_VIEW_TEXT_SIZE_SP); 175 textView.setTypeface(Typeface.DEFAULT_BOLD); 183 textView.setBackgroundResource(outValue.resourceId) [all...] |
| /developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/view/ |
| SlidingTabLayout.java | 30 import android.widget.TextView; 146 * @param textViewId id of the {@link TextView} in the inflated view 171 protected TextView createDefaultTabView(Context context) { 172 TextView textView = new TextView(context); 173 textView.setGravity(Gravity.CENTER); 174 textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, TAB_VIEW_TEXT_SIZE_SP); 175 textView.setTypeface(Typeface.DEFAULT_BOLD); 183 textView.setBackgroundResource(outValue.resourceId) [all...] |
| /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/common/view/ |
| SlidingTabLayout.java | 30 import android.widget.TextView; 146 * @param textViewId id of the {@link TextView} in the inflated view 171 protected TextView createDefaultTabView(Context context) { 172 TextView textView = new TextView(context); 173 textView.setGravity(Gravity.CENTER); 174 textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, TAB_VIEW_TEXT_SIZE_SP); 175 textView.setTypeface(Typeface.DEFAULT_BOLD); 183 textView.setBackgroundResource(outValue.resourceId) [all...] |
| /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/common/view/ |
| SlidingTabLayout.java | 30 import android.widget.TextView; 146 * @param textViewId id of the {@link TextView} in the inflated view 171 protected TextView createDefaultTabView(Context context) { 172 TextView textView = new TextView(context); 173 textView.setGravity(Gravity.CENTER); 174 textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, TAB_VIEW_TEXT_SIZE_SP); 175 textView.setTypeface(Typeface.DEFAULT_BOLD); 183 textView.setBackgroundResource(outValue.resourceId) [all...] |
| /developers/samples/android/common/src/java/com/example/android/common/view/ |
| SlidingTabLayout.java | 30 import android.widget.TextView; 146 * @param textViewId id of the {@link TextView} in the inflated view 171 protected TextView createDefaultTabView(Context context) { 172 TextView textView = new TextView(context); 173 textView.setGravity(Gravity.CENTER); 174 textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, TAB_VIEW_TEXT_SIZE_SP); 175 textView.setTypeface(Typeface.DEFAULT_BOLD); 183 textView.setBackgroundResource(outValue.resourceId) [all...] |
| /development/samples/Home/src/com/example/android/home/ |
| ApplicationsStackLayout.java | 29 import android.widget.TextView; 305 TextView textView = (TextView) inflater.inflate(R.layout.favorite, group, false); 308 textView.setCompoundDrawables(null, info.icon, null, null); 309 textView.setText(info.title); 311 textView.setTag(info.intent); 312 textView.setOnClickListener(this); 314 return textView;
|
| /development/samples/browseable/BasicTransition/src/com.example.android.common/view/ |
| SlidingTabLayout.java | 30 import android.widget.TextView; 146 * @param textViewId id of the {@link TextView} in the inflated view 171 protected TextView createDefaultTabView(Context context) { 172 TextView textView = new TextView(context); 173 textView.setGravity(Gravity.CENTER); 174 textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, TAB_VIEW_TEXT_SIZE_SP); 175 textView.setTypeface(Typeface.DEFAULT_BOLD); 183 textView.setBackgroundResource(outValue.resourceId) [all...] |
| /development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/ |
| SlidingTabLayout.java | 30 import android.widget.TextView; 146 * @param textViewId id of the {@link TextView} in the inflated view 171 protected TextView createDefaultTabView(Context context) { 172 TextView textView = new TextView(context); 173 textView.setGravity(Gravity.CENTER); 174 textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, TAB_VIEW_TEXT_SIZE_SP); 175 textView.setTypeface(Typeface.DEFAULT_BOLD); 183 textView.setBackgroundResource(outValue.resourceId) [all...] |
| /development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/ |
| SlidingTabLayout.java | 30 import android.widget.TextView; 146 * @param textViewId id of the {@link TextView} in the inflated view 171 protected TextView createDefaultTabView(Context context) { 172 TextView textView = new TextView(context); 173 textView.setGravity(Gravity.CENTER); 174 textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, TAB_VIEW_TEXT_SIZE_SP); 175 textView.setTypeface(Typeface.DEFAULT_BOLD); 183 textView.setBackgroundResource(outValue.resourceId) [all...] |
| /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/ |
| SlidingTabLayout.java | 30 import android.widget.TextView; 146 * @param textViewId id of the {@link TextView} in the inflated view 171 protected TextView createDefaultTabView(Context context) { 172 TextView textView = new TextView(context); 173 textView.setGravity(Gravity.CENTER); 174 textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, TAB_VIEW_TEXT_SIZE_SP); 175 textView.setTypeface(Typeface.DEFAULT_BOLD); 183 textView.setBackgroundResource(outValue.resourceId) [all...] |
| /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/ |
| SlidingTabLayout.java | 30 import android.widget.TextView; 146 * @param textViewId id of the {@link TextView} in the inflated view 171 protected TextView createDefaultTabView(Context context) { 172 TextView textView = new TextView(context); 173 textView.setGravity(Gravity.CENTER); 174 textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, TAB_VIEW_TEXT_SIZE_SP); 175 textView.setTypeface(Typeface.DEFAULT_BOLD); 183 textView.setBackgroundResource(outValue.resourceId) [all...] |
| /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/ |
| SlidingTabLayout.java | 30 import android.widget.TextView; 146 * @param textViewId id of the {@link TextView} in the inflated view 171 protected TextView createDefaultTabView(Context context) { 172 TextView textView = new TextView(context); 173 textView.setGravity(Gravity.CENTER); 174 textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, TAB_VIEW_TEXT_SIZE_SP); 175 textView.setTypeface(Typeface.DEFAULT_BOLD); 183 textView.setBackgroundResource(outValue.resourceId) [all...] |