HomeSort by relevance Sort by last modified time
    Searched refs:text1 (Results 126 - 150 of 165) sorted by null

1 2 3 4 56 7

  /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);
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouterActivity.java 101 android.R.layout.simple_list_item_single_choice, android.R.id.text1);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAlertDialog.java 207 adapter = new ArrayAdapter<CharSequence>(context, R.layout.simple_list_item_checked, R.id.text1, items);
  /packages/apps/Dialer/src/com/android/dialer/interactions/
PhoneNumberInteraction.java 164 final TextView typeView = (TextView) view.findViewById(android.R.id.text1);
  /packages/apps/Email/src/com/android/email/activity/
ShortcutPickerFragment.java 73 android.R.id.text1,
MessageCompose.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
CdmaSmsTest.java 917 String text1 = "123456789012345678901234567890123456789012345678901234567890" + local
    [all...]
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 230 mHintResource, null).findViewById(com.android.internal.R.id.text1);
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java 452 TextView destination = (TextView) view.findViewById(android.R.id.text1);
BaseRecipientAdapter.java     [all...]
  /packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java 160 TextView tv1 = (TextView) view.findViewById(android.R.id.text1);
AddBookmarkPage.java 543 TextView tv = (TextView) view.findViewById(android.R.id.text1);
576 ((TextView) view.findViewById(android.R.id.text1)).setText(
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 2238 final TextView text1 = (TextView)resultView.findViewById(android.R.id.text1); local
    [all...]
  /packages/apps/Music/src/com/android/music/
PlaylistBrowserActivity.java 155 new int[] { android.R.id.text1 });
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 1573 final TextView text1 = (TextView) convertView.findViewById(android.R.id.text1); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java 467 android.R.id.text1, objects);
  /external/webkit/Source/WebCore/editing/
CompositeEditCommand.cpp 295 void CompositeEditCommand::joinTextNodes(PassRefPtr<Text> text1, PassRefPtr<Text> text2)
297 applyCommandToComposite(JoinTextNodesCommand::create(text1, text2));
    [all...]
  /external/icu4c/test/intltest/
itrbnf.cpp 84 UChar text1[] = { local
113 UnicodeString expected(text1);
    [all...]
numfmtst.cpp 6412 UnicodeString text1, text2; local
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
AlertDialog_BuilderTest.java 517 android.R.layout.select_dialog_singlechoice, android.R.id.text1, items), 0,
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 636 TextView text = (TextView)view.findViewById(com.android.internal.R.id.text1);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 187 R.layout.wifi_setup_custom_list_item_1, android.R.id.text1,
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java 680 views.label = (TextView) v.findViewById(android.R.id.text1);

Completed in 2453 milliseconds

1 2 3 4 56 7