HomeSort by relevance Sort by last modified time
    Searched refs:TextView (Results 326 - 350 of 864) sorted by null

<<11121314151617181920>>

  /development/samples/Support4Demos/src/com/example/android/supportv4/accessibility/
AccessibilityManagerSupportActivity.java 28 import android.widget.TextView;
54 private TextView mAccessibilityStateView;
65 mAccessibilityStateView = (TextView) findViewById(R.id.accessibility_state);
99 * Updates the content of a TextView with description of the enabled
  /external/skia/android_sample/SampleApp/src/com/skia/sampleapp/
SampleApp.java 29 import android.widget.TextView;
33 private TextView mTitle;
68 mTitle = (TextView) findViewById(R.id.title_view);
  /frameworks/base/core/java/android/content/
SyncActivityTooManyDeletes.java 30 import android.widget.TextView;
78 TextView textView = new TextView(this);
81 textView.setText(String.format(tooManyDeletesDescFormat.toString(),
88 ll.addView(textView, lp);
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
HorizontalFocusSearch.java 22 import android.widget.TextView;
110 TextView filler = new TextView(this);
ListWithFooterViewAndNewLabels.java 28 import android.widget.TextView;
99 TextView tv = (TextView) inflater.inflate(
ListWithMailMessages.java 26 import android.widget.TextView;
135 TextView subject = (TextView) messageUi.findViewById(R.id.subject);
VerticalFocusSearch.java 23 import android.widget.TextView;
126 TextView filler = new TextView(this);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListWithOffScreenNextSelectableTest.java 24 import android.widget.TextView;
74 getActivity().getValueAtPosition(4), ((TextView) mListView.getSelectedView()).getText());
100 assertEquals(getActivity().getValueAtPosition(0),((TextView) mListView.getSelectedView()).getText());
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
ButtonsWithTallTextViewInBetweenTest.java 28 import android.widget.TextView;
35 private TextView mMiddleFiller;
36 private TextView mBottomButton;
  /frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
FixVibrateSetting.java 27 import android.widget.TextView;
34 TextView mCurrentSetting;
48 mCurrentSetting = (TextView)findViewById(R.id.current_setting);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ViewLayersActivity6.java 31 import android.widget.TextView;
78 TextView v = (TextView) super.getView(position, convertView, parent);
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
ToastTest.java 33 import android.widget.TextView;
111 TextView view = new TextView(ToastTest.this);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBtEnablingActivity.java 50 import android.widget.TextView;
97 TextView contentView = (TextView)view.findViewById(R.id.progress_info);
  /packages/apps/Browser/src/com/android/browser/
GeolocationPermissionsPrompt.java 28 import android.widget.TextView;
32 private TextView mMessage;
54 mMessage = (TextView) findViewById(R.id.message);
NavTabView.java 28 import android.widget.TextView;
35 private TextView mTitle;
60 mTitle = (TextView) findViewById(R.id.title);
  /packages/apps/Browser/src/com/android/browser/addbookmark/
FolderSpinnerAdapter.java 28 import android.widget.TextView;
90 TextView textView = (TextView) view;
92 textView.setText(mRecentFolderName);
95 textView.setText(mOtherFolderDisplayText);
97 textView.setText(labelResource);
99 textView.setGravity(Gravity.CENTER_VERTICAL);
101 textView.setCompoundDrawablesWithIntrinsicBounds(drawable, null,
  /packages/apps/Calendar/src/com/android/calendar/
ExpandableTextView.java 26 import android.widget.TextView;
30 TextView mTv;
105 mTv = (TextView) findViewById(R.id.expandable_text);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListFilterView.java 27 import android.widget.TextView;
35 private TextView mLabel;
71 mLabel = (TextView) findViewById(R.id.label);
  /packages/apps/Contacts/src/com/android/contacts/widget/
SearchEditText.java 29 import android.widget.TextView;
30 import android.widget.TextView.OnEditorActionListener;
123 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowAttachmentView.java 32 import android.widget.TextView;
45 private TextView mTextView;
58 mTextView = (TextView) findViewById(R.id.slideshow_text);
  /packages/apps/Mms/tests/src/com/android/mms/
InterceptSendSms.java 39 import android.widget.TextView;
55 private TextView mRecipientsView;
67 mRecipientsView = (TextView)activity.findViewById(R.id.recipients_editor);
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 48 import android.widget.TextView;
67 public class CryptKeeper extends Activity implements TextView.OnEditorActionListener {
148 TextView tv = (TextView) findViewById(R.id.status);
358 TextView tv = (TextView) findViewById(R.id.title);
361 tv = (TextView) findViewById(R.id.status);
388 TextView tv = (TextView) findViewById(R.id.status);
397 TextView tv = (TextView) findViewById(R.id.status)
    [all...]
  /packages/apps/Settings/src/com/android/settings/accounts/
SyncStateCheckBoxPreference.java 24 import android.widget.TextView;
80 TextView summary = (TextView) view.findViewById(android.R.id.summary);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionHelperActivity.java 30 import android.widget.TextView;
74 TextView tv = (TextView) view.findViewById(R.id.message);
  /packages/apps/Stk/src/com/android/stk/
ToneDialog.java 28 import android.widget.TextView;
74 TextView tv = (TextView) findViewById(R.id.message);

Completed in 1065 milliseconds

<<11121314151617181920>>