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

1 2

  /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);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
HierarchicalFolderSelectorAdapter.java 29 import android.widget.TextView;
60 final TextView display = (TextView) view.findViewById(R.id.folder_name);
65 : truncateHierarchy(row.mPathName), TextView.BufferType.SPANNABLE);
67 display.setText(displayText, TextView.BufferType.SPANNABLE);
  /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/core/java/android/widget/
TextView.java 144 * Displays text to the user and optionally allows them to edit it. A TextView
150 * To allow users to copy some or all of the TextView's value and paste it somewhere else, set the
154 * allows users to make selection gestures in the TextView, which in turn triggers the system's
159 * See {@link android.R.styleable#TextView TextView Attributes},
231 public class TextView extends View implements ViewTreeObserver.OnPreDrawListener {
232 static final String LOG_TAG = "TextView";
277 // New state used to change background based on whether this TextView is multiline.
410 public void setErrorDrawable(Drawable dr, TextView tv) {
571 // 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...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/robolectric/lib/main/
android.jar 
  /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/20/
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 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 219 milliseconds

1 2