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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridSimple.java 23 import android.widget.TextView;
52 ((TextView) view).setTextSize(16.0f);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListSimple.java 24 import android.widget.TextView;
48 ((TextView) view).setTextSize(16.0f);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListWithOnItemSelectedActionTest.java 22 import android.widget.TextView;
40 return ((TextView) mListView.getSelectedView()).getText().toString();
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
ConfirmationActivity.java 5 import android.widget.TextView;
16 ((TextView)findViewById(R.id.text)).setText(getTextExtra(EXTRA_TEXT, "text"));
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
PhoneSystemBar.java 28 import android.widget.TextView;
51 protected TextView getStyleableTextView() {
TabletSystemBar.java 27 import android.widget.TextView;
51 protected TextView getStyleableTextView() {
  /packages/apps/Contacts/src/com/android/contacts/format/
PrefixHighlighter.java 21 import android.widget.TextView;
42 public void setText(TextView view, String text, char[] prefix) {
  /packages/apps/DeskClock/src/com/android/deskclock/
AndroidClockTextView.java 23 import android.widget.TextView;
28 public class AndroidClockTextView extends TextView {
  /packages/apps/Launcher2/src/com/android/launcher2/
AccessibleTabView.java 22 import android.widget.TextView;
27 public class AccessibleTabView extends TextView {
HolographicPagedViewIcon.java 23 import android.widget.TextView;
31 public class HolographicPagedViewIcon extends TextView {
  /packages/apps/VideoEditor/src/com/android/videoeditor/
OverlayTitleEditor.java 29 import android.widget.TextView;
49 private TextView mTitleView, mSubtitleView;
89 mTitleView = (TextView) findViewById(R.id.overlay_title);
92 mSubtitleView = (TextView) findViewById(R.id.overlay_subtitle);
164 final TextView titleView = (TextView) findViewById(R.id.overlay_title);
165 final TextView subTitleView = (TextView) findViewById(R.id.overlay_subtitle);
  /frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
BackupRestoreConfirmation.java 35 import android.widget.TextView;
71 TextView mStatusView;
72 TextView mCurPassword;
73 TextView mEncPassword;
174 mStatusView = (TextView) findViewById(R.id.package_name);
178 mCurPassword = (TextView) findViewById(R.id.password);
179 mEncPassword = (TextView) findViewById(R.id.enc_password);
180 TextView curPwDesc = (TextView) findViewById(R.id.password_desc);
187 TextView pwPrompt = (TextView) findViewById(R.id.password_desc)
    [all...]
  /frameworks/base/services/java/com/android/server/am/
LaunchWarningWindow.java 27 import android.widget.TextView;
47 TextView text = (TextView)findViewById(R.id.replace_message);
52 text = (TextView)findViewById(R.id.original_message);
  /packages/apps/Contacts/tests/src/com/android/contacts/format/
PrefixHighligherTest.java 20 import android.widget.TextView;
35 private TextView mView;
41 mView = new TextView(getContext());
44 mView.setText("", TextView.BufferType.SPANNABLE);
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 53 import android.widget.TextView;
100 private TextView mDeviceId; //DeviceId is the IMEI in GSM and the MEID in CDMA
101 private TextView number;
102 private TextView callState;
103 private TextView operatorName;
104 private TextView roamingState;
105 private TextView gsmState;
106 private TextView gprsState;
107 private TextView network;
108 private TextView dBm
    [all...]
  /cts/tests/src/android/widget/cts/
ViewGroupStubActivity.java 23 import android.widget.TextView;
39 TextView textView = (TextView)findViewById(com.android.cts.stub.R.id.viewgrouptest_stub);
40 textView.setText("test");
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTestActivity.java 29 import android.widget.TextView;
47 TextView textView = (TextView) View
49 textView.setText((String) getItem(position));
50 return textView;
  /cts/tests/tests/holo/src/android/holo/cts/
DisplayInfoActivity.java 26 import android.widget.TextView;
40 TextView text = (TextView) findViewById(R.id.text);
  /cts/tests/tests/telephony/src/android/telephony/cts/
PhoneNumberFormattingTextWatcherTest.java 26 import android.widget.TextView;
54 TextView text = new TextView(getContext());
  /development/apps/Development/src/com/android/development/
ConfigurationViewer.java 24 import android.widget.TextView;
37 TextView tv = (TextView)findViewById(R.id.text);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LauncherShortcuts.java 23 import android.widget.TextView;
82 TextView intentInfo = (TextView) findViewById(R.id.txt_shortcut_intent);
PersistentState.java 28 import android.widget.TextView;
85 ((TextView)findViewById(R.id.msg)).setText(R.string.persistent_msg);
102 mSaved.setText(restoredText, TextView.BufferType.EDITABLE);
RedirectGetter.java 27 import android.widget.TextView;
36 private TextView mText;
50 mText = (TextView)findViewById(R.id.text);
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Audio.java 23 import android.widget.TextView;
40 private TextView tx;
45 tx = new TextView(this);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DateWidgets2.java 22 import android.widget.TextView;
29 private TextView mTimeDisplay;
42 mTimeDisplay = (TextView) findViewById(R.id.dateDisplay);

Completed in 2086 milliseconds

1 2 3 4 56 7 8 91011>>