HomeSort by relevance Sort by last modified time
    Searched refs:TextView (Results 51 - 75 of 2223) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
AddressView.java 9 import android.widget.TextView;
12 private TextView mNameView;
13 private TextView mStreetView;
14 private TextView mCityStateZipView;
15 private TextView mCountryView;
22 mNameView = (TextView) view.findViewById(R.id.name);
23 mStreetView = (TextView) view.findViewById(R.id.street);
24 mCityStateZipView = (TextView) view.findViewById(R.id.cityStateZip);
25 mCountryView = (TextView) view.findViewById(R.id.country);
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
NoIdTest.java 20 import android.widget.TextView;
52 TextView view = (TextView) linearLayout.getChildAt(0);
63 TextView view = (TextView) linearLayout.getChildAt(1);
70 TextView view = (TextView) linearLayout.getChildAt(2);
78 TextView view = (TextView) linearLayout.getChildAt(3);
85 assertEquals("hello", mBinder.textView.getText().toString())
    [all...]
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/accessibility/
AccessibilityRoleDescriptionSupportActivity.java 26 import android.widget.TextView;
45 TextView firstTextView = (TextView) findViewById(R.id.text_view_1);
50 TextView heading1 = (TextView) findViewById(R.id.text_heading_1);
55 TextView heading2 = (TextView) findViewById(R.id.text_heading_2);
60 TextView heading3 = (TextView) findViewById(R.id.text_heading_3);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ReportViewerActivity.java 22 import android.widget.TextView;
37 TextView reportText = (TextView) findViewById(R.id.report_text);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleScannerPowerLevelActivity.java 35 import android.widget.TextView;
42 private Map<Integer, TextView> mMacText;
43 private Map<Integer, TextView> mCountText;
44 private Map<Integer, TextView> mRssiText;
45 private Map<Integer, TextView> mSetPowerText;
49 private TextView mTimerText;
64 mTimerText = (TextView)findViewById(R.id.ble_timer);
80 mRssiText = new HashMap<Integer, TextView>();
81 mCountText = new HashMap<Integer, TextView>();
83 mMacText = new HashMap<Integer, TextView>();
    [all...]
  /developers/build/prebuilts/gradle/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/
AnalogAndCardBoundsWatchFaceConfigActivity.java 23 import android.widget.TextView;
34 TextView label = (TextView) findViewById(R.id.label);
OpenGLWatchFaceConfigActivity.java 23 import android.widget.TextView;
39 TextView label = (TextView) findViewById(R.id.label);
  /developers/samples/android/wearable/wear/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/
AnalogAndCardBoundsWatchFaceConfigActivity.java 23 import android.widget.TextView;
34 TextView label = (TextView) findViewById(R.id.label);
OpenGLWatchFaceConfigActivity.java 23 import android.widget.TextView;
39 TextView label = (TextView) findViewById(R.id.label);
  /development/samples/ApiDemos/src/com/example/android/apis/content/
StyledText.java 25 import android.widget.TextView;
47 TextView tv = (TextView)findViewById(R.id.text);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/activities/
InviteContactActivity.java 22 import android.widget.TextView;
31 private TextView mUriTextView;
38 mUriTextView = (TextView) findViewById(R.id.invite_contact_uri);
ViewGroupActivity.java 22 import android.widget.TextView;
31 private TextView mUriTextView;
38 mUriTextView = (TextView) findViewById(R.id.view_group_uri);
  /development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
AnalogAndCardBoundsWatchFaceConfigActivity.java 23 import android.widget.TextView;
34 TextView label = (TextView) findViewById(R.id.label);
OpenGLWatchFaceConfigActivity.java 23 import android.widget.TextView;
39 TextView label = (TextView) findViewById(R.id.label);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
CountingAdapter.java 6 import android.widget.TextView;
37 TextView textView = new TextView(null);
38 textView.setText("Item " + position);
39 return textView;
  /frameworks/base/core/java/com/android/internal/widget/
TextViewInputDisabler.java 21 import android.widget.TextView;
24 * Helper class to disable input on a TextView. The input is disabled by swapping in an InputFilter
26 * TextView.
29 private TextView mTextView;
41 public TextViewInputDisabler(TextView textView) {
42 mTextView = textView;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
TitleBar.java 24 import android.widget.TextView;
28 private TextView mTextView;
43 protected TextView getStyleableTextView() {
  /frameworks/data-binding/integration-tests/IndependentLibrary/app/src/androidTest/java/android/databinding/test/independentlibrary/
LibraryActivityTest.java 21 import android.widget.TextView;
34 TextView textView = (TextView) activity.findViewById(R.id.fooTextView);
37 assertEquals(expected, textView.getText().toString());
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
MyMediaRouteControllerDialog.java 25 import android.widget.TextView;
39 TextView view = new TextView(getContext());
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
AbstractSettingPopup.java 23 import android.widget.TextView;
30 protected TextView mTitle;
40 mTitle = (TextView) findViewById(R.id.title);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
WallOfTextPreference.java 23 import android.widget.TextView;
35 final TextView summary = (TextView) view.findViewById(android.R.id.summary);
  /packages/apps/Tag/src/com/android/apps/tag/record/
UnknownRecord.java 25 import android.widget.TextView;
31 TextView text = (TextView) inflater.inflate(R.layout.tag_text, parent, false);
  /packages/experimental/PrintService/src/foo/bar/printservice/
InfoActivity.java 21 import android.widget.TextView;
35 TextView text = (TextView) findViewById(R.id.info);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
TextViewCompatUtils.java 20 import android.widget.TextView;
25 // Note that TextView.setCompoundDrawablesRelativeWithIntrinsicBounds(Drawable,Drawable,
28 CompatUtils.getMethod(TextView.class, "setCompoundDrawablesRelativeWithIntrinsicBounds",
35 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(final TextView textView,
38 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, end, bottom);
41 CompatUtils.invoke(textView, null, METHOD_setCompoundDrawablesRelativeWithIntrinsicBounds,
  /sdk/testapps/legacyTest/src/com/android/tests/javaprojecttest/app/
Main.java 5 import android.widget.TextView;
16 TextView tv = (TextView) findViewById(R.id.basicJar);

Completed in 2129 milliseconds

1 23 4 5 6 7 8 91011>>