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

1 2 3 45 6 7

  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 287 final String text1 = mText1; local
300 drawText(canvas, text1, TEXT1_Y
  /packages/apps/Phone/src/com/android/phone/
SimContacts.java 243 new String[] { "name" }, new int[] { android.R.id.text1 });
331 TextView textView = (TextView) itemInfo.targetView.findViewById(android.R.id.text1);
RespondViaSmsManager.java 176 android.R.id.text1,
471 com.android.internal.R.id.text1);
    [all...]
  /packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutDialogFragment.java 257 CheckedTextView headline = (CheckedTextView) view.findViewById(android.R.id.text1);
272 TextView headline = (TextView) view.findViewById(android.R.id.text1);
  /external/icu4c/test/intltest/
regextst.cpp 4926 UText text1 = UTEXT_INITIALIZER; local
4974 UChar text1[80]; local
5015 UChar text1[80]; local
5062 UChar text1[80]; local
    [all...]
rbbiapts.cpp 261 CharacterIterator* text1= new StringCharacterIterator(str1); local
262 CharacterIterator* text1Clone = text1->clone();
292 rb->adoptText(text1);
293 if(rb->getText() != *text1)
    [all...]
  /development/apps/Development/src/com/android/development/
InstrumentationList.java 98 TextView text = (TextView)view.findViewById(android.R.id.text1);
  /development/samples/ApiDemos/src/com/example/android/apis/
ApiDemos.java 51 new int[] { android.R.id.text1 }));
  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 124 int[] viewIDs = { android.R.id.text1 };
  /development/samples/Support13Demos/src/com/example/android/supportv13/
Support13Demos.java 51 new int[] { android.R.id.text1 }));
  /development/samples/Support4Demos/src/com/example/android/supportv4/
Support4Demos.java 51 new int[] { android.R.id.text1 }));
  /development/samples/Support7Demos/src/com/example/android/supportv7/
Support7Demos.java 51 new int[] { android.R.id.text1 }));
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 876 mContext, dialog.mMultiChoiceItemLayout, R.id.text1, mItems) {
    [all...]
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestActivity.java 84 new int[]{android.R.id.text1});
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
HwTests.java 54 new int[] { android.R.id.text1 }));
  /packages/apps/Browser/src/com/android/browser/
ErrorConsoleView.java 305 TextView headline = (TextView) view.findViewById(android.R.id.text1);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PopupList.java 201 TextView text = (TextView) convertView.findViewById(android.R.id.text1);
  /packages/apps/Tag/canon/src/com/android/apps/tagcanon/
TagCanon.java 134 android.R.layout.simple_list_item_1, android.R.id.text1);
  /pdk/apps/HelloPDK/src/com/example/android/helloPDK/
MainActivity.java 54 new int[] { android.R.id.text1 }));
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityView.java 448 String text1 = cursor.getSuggestionText1(); local
449 completions.add(new CompletionInfo(i, i, text1));
  /packages/apps/Settings/src/com/android/settings/
UserDictionarySettings.java 157 new int[] { android.R.id.text1, android.R.id.text2 }, this);
ZonePicker.java 97 final int[] to = new int[] {android.R.id.text1, android.R.id.text2};
  /external/tinyxml/
xmltest.cpp 653 TiXmlElement text1( "text" );
654 parse1 >> text1; local
657 text1.FirstChild()->Value(),
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderThrottle.java 409 new int[] { android.R.id.text1 }, 0);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderThrottleSupport.java 410 new int[] { android.R.id.text1 }, 0);

Completed in 8439 milliseconds

1 2 3 45 6 7