Home
last modified time | relevance | path

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

12

/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/fragments/
DDataFragment.java81 holder.text1 = (TextView) convertView.findViewById(android.R.id.text1); in getView()
87 holder.text1.setText(event.title); in getView()
94 TextView text1; field in DataFragment.DataItemAdapter.ViewHolder
/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()
DExpandableList2.java116 new int[] { android.R.id.text1 }, in onCreate()
118 new int[] { android.R.id.text1 }); in onCreate()
DList2.java49 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/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()
92 .findViewById(android.R.id.text1); in getView()
/development/apps/Development/src/com/android/development/
DDataList.java52 new int[] {android.R.id.text1})); in onCreate()
126 new int[] {android.R.id.text1}));
/development/samples/browseable/CustomChoiceList/src/com.example.android.customchoicelist/
DMainActivity.java63 ((TextView) convertView.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/samples/browseable/NavigationDrawer/src/com.example.android.navigationdrawer/
DPlanetAdapter.java62 TextView tv = (TextView) v.findViewById(android.R.id.text1); in onCreateViewHolder()
DMainActivity.java83 ((TextView) convertView.findViewById(android.R.id.text1)).setText( in getView()
/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/samples/browseable/DataLayer/Application/src/com.example.android.wearable.datalayer/
DMainActivity.java388 holder.text1 = (TextView) convertView.findViewById(android.R.id.text1); in getView()
394 holder.text1.setText(event.title); in getView()
400 TextView text1; field in MainActivity.DataItemAdapter.ViewHolder
/development/samples/browseable/DoneBar/src/com.example.android.donebar/
DMainActivity.java85 ((TextView) convertView.findViewById(android.R.id.text1)).setText( in getView()
/development/samples/browseable/ActionBarCompat-ListPopupMenu/src/com.example.android.actionbarcompat.listpopupmenu/
DPopupListFragment.java110 super(getActivity(), R.layout.list_item, android.R.id.text1, items); in PopupAdapter()
/development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/
DCollectionDemoActivity.java143 ((TextView) rootView.findViewById(android.R.id.text1)).setText( in onCreateView()
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/
DAppNavHomeActivity.java113 convertView.setTag(convertView.findViewById(android.R.id.text1)); in getView()
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DDeviceControlActivity.java292 new int[] { android.R.id.text1, android.R.id.text2 }, in displayGattServices()
296 new int[] { android.R.id.text1, android.R.id.text2 } in displayGattServices()
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.swiperefreshlistfragment/
DSwipeRefreshListFragmentFragment.java75 android.R.id.text1, in onViewCreated()
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.swiperefreshlayoutbasic/
DSwipeRefreshLayoutBasicFragment.java113 android.R.id.text1, in onViewCreated()
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.swiperefreshmultipleviews/
DSwipeRefreshMultipleViewsFragment.java117 android.R.id.text1); in onViewCreated()

12