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

1 2

  /frameworks/base/tools/aapt2/integration-tests/NamespaceTest/LibTwo/src/com/android/aapt/namespace/libtwo/
TextView.java 22 public class TextView extends android.widget.TextView {
26 public TextView(Context context) {
30 public TextView(Context context, AttributeSet attrs) {
34 public TextView(Context context, AttributeSet attrs, int defStyleAttr) {
38 public TextView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
41 final TypedArray ta = context.getTheme().obtainStyledAttributes(attrs, R.styleable.TextView,
  /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/DocumentsUI/src/com/android/documentsui/dirlist/
GridDirectoryHolder.java 28 import android.widget.TextView;
34 final TextView mTitle;
42 mTitle = (TextView) itemView.findViewById(android.R.id.title);
88 TextView.BufferType.SPANNABLE);
  /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);
  /frameworks/base/apct-tests/perftests/core/src/android/widget/
EditTextLongTextPerfTest.java 98 editText.setText(sb.toString(), TextView.BufferType.EDITABLE);
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
GuidedActionEditText.java 27 import android.widget.TextView;
104 info.setClassName(isFocused() ? EditText.class.getName() : TextView.class.getName());
115 // Make the TextView focusable during editing, avoid the TextView gets accessibility focus
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
FragmentReceiveResultSupport.java 30 import android.widget.TextView;
63 private TextView mResults;
110 // Retrieve the TextView widget that will display results.
111 mResults = (TextView)v.findViewById(R.id.results);
114 mResults.setText(mResults.getText(), TextView.BufferType.EDITABLE);
  /external/robolectric/v1/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>"));
  /external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
ShadowingTest.java 148 static class TextView {
159 @Implements(TextView.class)
  /frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
SoundTriggerTestActivity.java 49 import android.widget.TextView;
67 private TextView mDebugView = null;
88 mDebugView.setText(mDebugView.getText(), TextView.BufferType.EDITABLE);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 36 import android.widget.TextView;
68 private TextView mProfileLabel;
103 mProfileLabel = (TextView) mRootView.findViewById(R.id.profiles_label);
105 deviceName.setText(mCachedDevice.getName(), TextView.BufferType.EDITABLE);
  /cts/tests/tests/transition/src/android/transition/cts/
TransitionTest.java 61 import android.widget.TextView;
151 mTransition.addTarget(TextView.class);
155 assertTrue(mTargets.get(0) instanceof TextView);
162 mTransition.addTarget(TextView.class);
171 assertTrue(mTargets.get(0) instanceof TextView);
384 mTransition.excludeTarget(TextView.class, true);
390 mTransition.excludeTarget(TextView.class, false); // remove it
  /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
CitySelectionActivity.java 36 import android.widget.TextView;
352 final TextView index = (TextView) view.findViewById(R.id.index);
353 final TextView name = (TextView) view.findViewById(R.id.city_name);
354 final TextView time = (TextView) view.findViewById(R.id.city_time);
365 holder.name.setText(city.getName(), TextView.BufferType.SPANNABLE);
602 private final TextView index;
603 private final TextView name
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 53 import android.widget.TextView;
201 TextView.preloadFontCache();
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 211 * &lt;TextView
228 * final TextView helloTextView = (TextView) findViewById(R.id.text_view_id);
234 * To customize the appearance of TextView, see <a href="https://developer.android.com/guide/topics/ui/themes.html">Styles and Themes</a>.
239 * See {@link android.R.styleable#TextView TextView Attributes},
322 public class TextView extends View implements ViewTreeObserver.OnPreDrawListener {
323 static final String LOG_TAG = "TextView";
382 // New state used to change background based on whether this TextView is multiline.
557 public void setErrorDrawable(Drawable dr, TextView tv)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 149 import android.widget.TextView;
150 import android.widget.TextView.BufferType;
171 * Test {@link TextView}.
178 private TextView mTextView;
179 private TextView mSecondTextView;
213 * Promotes the TextView to editable and places focus in it to allow simulated typing. Used in
246 new TextView(mActivity);
247 new TextView(mActivity, null);
248 new TextView(mActivity, null, android.R.attr.textViewStyle);
249 new TextView(mActivity, null, 0, android.R.style.Widget_DeviceDefault_TextView)
    [all...]
  /external/robolectric/v1/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 

Completed in 948 milliseconds

1 2