HomeSort by relevance Sort by last modified time
    Searched defs:TextView (Results 1 - 19 of 19) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/app/
ReceiveResult.java 30 import android.widget.TextView;
87 // Retrieve the TextView widget that will display results.
88 mResults = (TextView)findViewById(R.id.results);
91 mResults.setText(mResults.getText(), TextView.BufferType.EDITABLE);
151 private TextView mResults;
FragmentReceiveResult.java 33 import android.widget.TextView;
59 private TextView mResults;
85 // Retrieve the TextView widget that will display results.
86 mResults = (TextView)v.findViewById(R.id.results);
89 mResults.setText(mResults.getText(), TextView.BufferType.EDITABLE);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentReceiveResultSupport.java 35 import android.widget.TextView;
61 private TextView mResults;
87 // Retrieve the TextView widget that will display results.
88 mResults = (TextView)v.findViewById(R.id.results);
91 mResults.setText(mResults.getText(), TextView.BufferType.EDITABLE);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslatorTest.java 9 import android.widget.TextView;
133 TextView.getTextColors(null, null);
138 TextView.getTextColors(null, null);
143 assertThat(e.getMessage(), equalTo("expected to perform direct call on <class android.view.View> but got <class android.widget.TextView>"));
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardTransportControlView.java 45 import android.widget.TextView;
65 private TextView mTrackTitle;
198 mTrackTitle = (TextView) findViewById(R.id.title);
293 mTrackTitle.setText(sb.toString(), TextView.BufferType.SPANNABLE);
  /frameworks/base/core/java/com/android/internal/widget/
TransportControlView.java 50 import android.widget.TextView;
69 private TextView mTrackTitle;
209 mTrackTitle = (TextView) findViewById(R.id.title);
301 mTrackTitle.setText(sb.toString(), TextView.BufferType.SPANNABLE);
  /frameworks/base/core/java/android/widget/
TextView.java 142 * Displays text to the user and optionally allows them to edit it. A TextView
148 * To allow users to copy some or all of the TextView's value and paste it somewhere else, set the
152 * allows users to make selection gestures in the TextView, which in turn triggers the system's
157 * See {@link android.R.styleable#TextView TextView Attributes},
226 public class TextView extends View implements ViewTreeObserver.OnPreDrawListener {
227 static final String LOG_TAG = "TextView";
272 // New state used to change background based on whether this TextView is multiline.
398 public void setErrorDrawable(Drawable dr, TextView tv) {
560 // they are defined by the TextView's style and are theme-dependent
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 92 import android.widget.TextView;
93 import android.widget.TextView.BufferType;
94 import android.widget.TextView.OnEditorActionListener;
99 * Test {@link TextView}.
103 private TextView mTextView;
132 new TextView(mActivity);
134 new TextView(mActivity, null);
136 new TextView(mActivity, null, 0);
141 TextView tv = findTextView(R.id.textview_text);
152 mTextView = new TextView(mActivity)
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 644 milliseconds