HomeSort by relevance Sort by last modified time
    Searched refs:text1 (Results 76 - 100 of 161) sorted by null

1 2 34 5 6 7

  /cts/tests/tests/widget/src/android/widget/cts/
DialerFilterTest.java 387 final EditText text1 = new EditText(mActivity); local
388 text1.setId(com.android.internal.R.id.hint);
392 dialerFilter.addView(text1, new RelativeLayout.LayoutParams(
SimpleAdapterTest.java 47 private static final int[] VIEWS_TO = new int[] { R.id.text1 };
197 assertEquals("01", ((TextView) result.findViewById(R.id.text1)).getText().toString());
201 assertEquals("191", ((TextView) result.findViewById(R.id.text1)).getText().toString());
  /development/apps/Development/src/com/android/development/
AppHwConfigList.java 135 TextView text = (TextView)view.findViewById(android.R.id.text1);
RunningProcesses.java 126 TextView text = (TextView)view.findViewById(android.R.id.text1);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCursor.java 89 new int[] { android.R.id.text1, android.R.id.text2 }, 0);
LoaderRetained.java 94 new int[] { android.R.id.text1, android.R.id.text2 }, 0);
  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
CursorFragment.java 62 new int[] { android.R.id.text1, android.R.id.text2 }, 0);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentLayoutSupport.java 102 android.R.id.text1, Shakespeare.TITLES));
LoaderCursorSupport.java 88 new int[] { android.R.id.text1}, 0);
LoaderRetainedSupport.java 90 new int[] { android.R.id.text1}, 0);
  /development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/
MainActivity.java 199 ((TextView) rootView.findViewById(android.R.id.text1)).setText(
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
Notepadv2.java 61 // and an array of the fields we want to bind those fields to (in this case just text1)
62 int[] to = new int[]{R.id.text1};
  /development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
Notepadv3.java 61 // and an array of the fields we want to bind those fields to (in this case just text1)
62 int[] to = new int[]{R.id.text1};
  /frameworks/base/core/java/com/android/internal/widget/
TextProgressBar.java 38 * {@link android.R.id.progress} and {@link android.R.id.text1}.
51 static final int CHRONOMETER_ID = android.R.id.text1;
114 "'android.R.id.progress' and Chronometer id 'android.R.id.text1'");
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
CameraBrowser.java 81 TextView textView1 = (TextView)view.findViewById(android.R.id.text1);
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
FileList.java 177 new int[] {android.R.id.text1}));
  /packages/apps/Contacts/src/com/android/contacts/widget/
PinnedHeaderListDemoActivity.java 76 TextView text = (TextView)v.findViewById(android.R.id.text1);
  /packages/apps/Phone/src/com/android/phone/
ADNList.java 55 android.R.id.text1,
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebug.java 162 new int[]{android.R.id.text1, android.R.id.text2});
  /development/samples/BluetoothLeGatt/src/com/example/bluetooth/le/
DeviceControlActivity.java 292 new int[] { android.R.id.text1, android.R.id.text2 },
296 new int[] { android.R.id.text1, android.R.id.text2 }
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTextAreaElement07.js 106 assertEquals("nameLink","text1",vname);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTextAreaElement07.js 106 assertEquals("nameLink","text1",vname);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionarySettings.java 77 android.R.id.text1,
81 android.R.id.text1, android.R.id.text2
  /external/icu4c/test/intltest/
regcoll.cpp 1110 static const UChar text1[][CollationRegressionTest::MAX_TOKEN_LEN] = { local
1135 for (i = 0; i < sizeof(text1) / (CollationRegressionTest::MAX_TOKEN_LEN * sizeof(UChar)); i++) {
1139 len1 = calcKeyIncremental(coll, text1[i], -1, key1, sizeof(key1), status);
1141 errln(UnicodeString("Failed to get a partial collation key for ") + text1[i]);
1151 errln(UnicodeString("Failed: Identical key\n") + " text1: " + text1[i] + "\n" + " text2: " + text2[i] + "\n" + " key : " + TestUtility::hex(key1, len1));
1153 logln(UnicodeString("Keys produced -\n") + " text1: " + text1[i] + "\n" + " key1 : " + TestUtility::hex(key1, len1) + "\n" + " text2: " + text2[i] + "\n" + " key2 : "
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 207 final TextView text1 = (TextView)mRootView.findViewById(android.R.id.text1); local
208 text1.setText(getString(R.string.percentage, percentage));

Completed in 450 milliseconds

1 2 34 5 6 7