/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/fragments/ |
D | DataFragment.java | 81 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/ |
D | ExpandableList3.java | 67 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()
|
D | ExpandableList2.java | 116 new int[] { android.R.id.text1 }, in onCreate() 118 new int[] { android.R.id.text1 }); in onCreate()
|
D | List2.java | 49 new int[] {android.R.id.text1}); in onCreate()
|
D | List3.java | 51 new int[] { android.R.id.text1, android.R.id.text2 }); in onCreate()
|
D | List7.java | 75 new int[] {android.R.id.text1}); in onCreate()
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
D | WiFiDirectServicesList.java | 40 android.R.layout.simple_list_item_2, android.R.id.text1, in onActivityCreated() 75 .findViewById(android.R.id.text1); in getView()
|
D | WiFiChatFragment.java | 37 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/ |
D | DataList.java | 52 new int[] {android.R.id.text1})); in onCreate() 126 new int[] {android.R.id.text1}));
|
/development/samples/browseable/CustomChoiceList/src/com.example.android.customchoicelist/ |
D | MainActivity.java | 63 ((TextView) convertView.findViewById(android.R.id.text1)) in getView()
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
D | ScreenSlidePageFragment.java | 72 ((TextView) rootView.findViewById(android.R.id.text1)).setText( in onCreateView()
|
D | MainActivity.java | 73 android.R.id.text1, in onCreate()
|
D | LayoutChangesActivity.java | 85 ((TextView) newView.findViewById(android.R.id.text1)).setText( in addItem()
|
/development/samples/browseable/NavigationDrawer/src/com.example.android.navigationdrawer/ |
D | PlanetAdapter.java | 62 TextView tv = (TextView) v.findViewById(android.R.id.text1); in onCreateViewHolder()
|
D | MainActivity.java | 83 ((TextView) convertView.findViewById(android.R.id.text1)).setText( in getView()
|
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/ |
D | ContactsListFragment.java | 703 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/ |
D | MainActivity.java | 388 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/ |
D | MainActivity.java | 85 ((TextView) convertView.findViewById(android.R.id.text1)).setText( in getView()
|
/development/samples/browseable/ActionBarCompat-ListPopupMenu/src/com.example.android.actionbarcompat.listpopupmenu/ |
D | PopupListFragment.java | 110 super(getActivity(), R.layout.list_item, android.R.id.text1, items); in PopupAdapter()
|
/development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/ |
D | CollectionDemoActivity.java | 143 ((TextView) rootView.findViewById(android.R.id.text1)).setText( in onCreateView()
|
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/ |
D | AppNavHomeActivity.java | 113 convertView.setTag(convertView.findViewById(android.R.id.text1)); in getView()
|
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/ |
D | DeviceControlActivity.java | 292 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/ |
D | SwipeRefreshListFragmentFragment.java | 75 android.R.id.text1, in onViewCreated()
|
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.swiperefreshlayoutbasic/ |
D | SwipeRefreshLayoutBasicFragment.java | 113 android.R.id.text1, in onViewCreated()
|
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.swiperefreshmultipleviews/ |
D | SwipeRefreshMultipleViewsFragment.java | 117 android.R.id.text1); in onViewCreated()
|