HomeSort by relevance Sort by last modified time
    Searched refs:TextView (Results 426 - 450 of 1355) sorted by null

<<11121314151617181920>>

  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
EffectsTest.java 30 import android.widget.TextView;
181 TextView tv = new TextView(mContext);
185 tv = new TextView(mContext);
189 tv = new TextView(mContext);
193 tv = new TextView(mContext);
197 tv = new TextView(mContext);
201 tv = new TextView(mContext);
  /frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
ManageDialog.java 34 import android.widget.TextView;
50 private TextView mDuration;
51 private TextView mDataTransmitted;
52 private TextView mDataReceived;
82 ((TextView) view.findViewById(R.id.session)).setText(mConfig.session);
84 mDuration = (TextView) view.findViewById(R.id.duration);
85 mDataTransmitted = (TextView) view.findViewById(R.id.data_transmitted);
86 mDataReceived = (TextView) view.findViewById(R.id.data_received);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
StackActivity.java 28 import android.widget.TextView;
53 ((TextView) item.findViewById(R.id.mini_text)).setText("" + position);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
CompatTextView.java 26 import android.widget.TextView;
33 public class CompatTextView extends TextView {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/format/
SpannedTestUtils.java 25 import android.widget.TextView;
38 * @param textView the text view from which to get the text
40 public static void checkHtmlText(String expectedHtmlText, TextView textView) {
41 String actualHtmlText = Html.toHtml((Spanned) textView.getText());
TextHighlighter.java 24 import android.widget.TextView;
51 public void setPrefixText(TextView view, String text, String prefix) {
  /packages/apps/Gallery/src/com/android/camera/
ActionMenuButton.java 27 import android.widget.TextView;
30 * TextView that draws a bubble behind the text. We cannot use a
32 * and TextView's clip is too aggressive.
34 public class ActionMenuButton extends TextView {
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewIcon.java 22 import android.widget.TextView;
28 public class PagedViewIcon extends TextView {
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
InLineSettingItem.java 26 import android.widget.TextView;
54 ((TextView) findViewById(R.id.title)).setText(preference.getTitle());
  /packages/apps/Stk/src/com/android/stk/
StkMenuAdapter.java 27 import android.widget.TextView;
55 ((TextView) convertView.findViewById(R.id.text)).setText(item.text);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
FolderSpanTextView.java 24 import android.widget.TextView;
29 * A TextView that knows the widest that any of its containing
30 * {@link FolderSpan}s can be. They cannot exceed the TextView line width, or
33 public class FolderSpanTextView extends TextView implements FolderSpan.FolderSpanDimensions {
  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsMessagingDemo.java 40 import android.widget.TextView;
61 ((TextView) findViewById(R.id.sms_recipient)).setText(getIntent().getExtras()
63 ((TextView) findViewById(R.id.sms_content)).requestFocus();
92 final TextView statusView = (TextView) SmsMessagingDemo.this.findViewById(R.id.sms_status);
  /development/samples/Obb/src/com/example/android/obbapp/
ObbMountActivity.java 28 import android.widget.TextView;
43 private TextView mStatus;
44 private TextView mPath;
61 mStatus = (TextView) findViewById(R.id.status);
62 mPath = (TextView) findViewById(R.id.path);
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiChatFragment.java 13 import android.widget.TextView;
26 private TextView chatLine;
35 chatLine = (TextView) view.findViewById(R.id.txtChatLine);
92 TextView nameText = (TextView) v
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
CustomArrayAdapter.java 37 import android.widget.TextView;
81 TextView titleView = (TextView)convertView.findViewById(R.id.title_view);
82 TextView textView = (TextView)convertView.findViewById(R.id.text_view);
87 textView.setText(object.getText());
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
ResourceLoaderTest.java 6 import android.widget.TextView;
72 TextView textView = (TextView) view.findViewById(android.R.id.text1);
73 assertThat(textView.getText().toString(), equalTo("land"));
90 TextView textView = (TextView) view.findViewById(android.R.id.text1);
91 assertThat(textView.getText().toString(), equalTo("default"));
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
AbsSpinnerTest.java 13 import android.widget.TextView;
105 assertThat(((TextView) spinner.getSelectedView()).getText().toString(),
114 assertThat(((TextView) spinner.getSelectedView()).getText().toString(),
124 TextView textView = new TextView(getContext());
125 textView.setText(getItem(position));
126 return textView;
TabSpecTest.java 10 import android.widget.TextView;
74 TextView tv = new TextView(null);
81 TextView textView = (TextView) shadowFoo.getContentView();
84 assertThat(textView.getText().toString(), equalTo("The Text of Foo"));
  /frameworks/base/core/java/com/android/internal/app/
RestrictionsPinActivity.java 30 import android.widget.TextView;
31 import android.widget.TextView.OnEditorActionListener;
46 protected TextView mPinErrorMessage;
67 mPinErrorMessage = (TextView) ap.mView.findViewById(R.id.pin_error_message);
158 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
  /frameworks/base/core/tests/coretests/src/android/view/
VisibilityCallbackTest.java 25 import android.widget.TextView;
33 private TextView mRefUp;
34 private TextView mRefDown;
50 mRefUp = (TextView) a.findViewById(R.id.refUp);
51 mRefDown = (TextView) a.findViewById(R.id.refDown);
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
CameraBrowser.java 32 import android.widget.TextView;
81 TextView textView1 = (TextView)view.findViewById(android.R.id.text1);
82 TextView textView2 = (TextView)view.findViewById(android.R.id.text2);
  /frameworks/base/tests/SerialChat/src/com/android/serialchat/
SerialChat.java 32 import android.widget.TextView;
37 public class SerialChat extends Activity implements Runnable, TextView.OnEditorActionListener {
41 private TextView mLog;
57 mLog = (TextView)findViewById(R.id.log);
105 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
  /packages/apps/Browser/src/com/android/browser/
BookmarkItem.java 28 import android.widget.TextView;
37 protected TextView mTextView;
38 protected TextView mUrlText;
56 mTextView = (TextView) findViewById(R.id.title);
57 mUrlText = (TextView) findViewById(R.id.url);
  /packages/apps/Camera/src/com/android/camera/
OnScreenHint.java 26 import android.widget.TextView;
110 TextView tv = (TextView) v.findViewById(R.id.message);
128 TextView tv = (TextView) mNextView.findViewById(R.id.message);
  /packages/apps/Camera2/src/com/android/camera/
OnScreenHint.java 26 import android.widget.TextView;
112 TextView tv = (TextView) v.findViewById(R.id.message);
130 TextView tv = (TextView) mNextView.findViewById(R.id.message);

Completed in 1425 milliseconds

<<11121314151617181920>>