Home
last modified time | relevance | path

Searched refs:text1 (Results 1 – 25 of 39) sorted by relevance

12

/development/samples/ApiDemos/src/com/example/android/apis/view/
DExpandableList3.java67 new int[] { android.R.id.text1, android.R.id.text2 }, in onCreate()
71 new int[] { android.R.id.text1, android.R.id.text2 } in onCreate()
DList2.java49 new int[] {android.R.id.text1}); in onCreate()
DExpandableList2.java116 new int[] { android.R.id.text1 }, in onCreate()
118 new int[] { android.R.id.text1 }); in onCreate()
DGallery2.java51 new int[] { android.R.id.text1 }); in onCreate()
DList3.java51 new int[] { android.R.id.text1, android.R.id.text2 }); in onCreate()
DList7.java75 new int[] {android.R.id.text1}); in onCreate()
/development/apps/Development/src/com/android/development/
DDataList.java52 new int[] {android.R.id.text1})); in onCreate()
126 new int[] {android.R.id.text1}));
DRunningProcesses.java126 TextView text = (TextView)view.findViewById(android.R.id.text1); in bindView()
DAppHwConfigList.java135 TextView text = (TextView)view.findViewById(android.R.id.text1); in bindView()
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
DWiFiDirectServicesList.java40 android.R.layout.simple_list_item_2, android.R.id.text1, in onActivityCreated()
75 .findViewById(android.R.id.text1); in getView()
DWiFiChatFragment.java37 adapter = new ChatMessageAdapter(getActivity(), android.R.id.text1, in onCreateView()
93 .findViewById(android.R.id.text1); in getView()
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DScreenSlidePageFragment.java72 ((TextView) rootView.findViewById(android.R.id.text1)).setText( in onCreateView()
DMainActivity.java73 android.R.id.text1, in onCreate()
DLayoutChangesActivity.java85 ((TextView) newView.findViewById(android.R.id.text1)).setText( in addItem()
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
DNotepadv1.java71 int[] to = new int[] { R.id.text1 }; in fillData()
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactsListFragment.java703 holder.text1 = (TextView) itemLayout.findViewById(android.R.id.text1); in newView()
735 holder.text1.setText(displayName); in bindView()
758 holder.text1.setText(highlightedName); in bindView()
842 TextView text1; field in ContactsListFragment.ContactsAdapter.ViewHolder
/development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
DNotepadv2.java60 int[] to = new int[]{R.id.text1}; in fillData()
/development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/
DCollectionDemoActivity.java143 ((TextView) rootView.findViewById(android.R.id.text1)).setText( in onCreateView()
DMainActivity.java199 ((TextView) rootView.findViewById(android.R.id.text1)).setText( in onCreateView()
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
DNotepadv3.java60 int[] to = new int[]{R.id.text1}; in fillData()
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/
DAppNavHomeActivity.java113 convertView.setTag(convertView.findViewById(android.R.id.text1)); in getView()
/development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
DAppNavHomeActivity.java113 convertView.setTag(convertView.findViewById(android.R.id.text1)); in getView()
/development/samples/Support13Demos/src/com/example/android/supportv13/app/
DCursorFragment.java62 new int[] { android.R.id.text1, android.R.id.text2 }, 0); in onActivityCreated()
/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
DNotepadv3.java62 int[] to = new int[]{R.id.text1}; in fillData()
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
DNotepadv2.java62 int[] to = new int[]{R.id.text1}; in fillData()

12