/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/fragments/ |
D | DataFragment.java | 82 holder.text2 = (TextView) convertView.findViewById(android.R.id.text2); in getView() 88 holder.text2.setText(event.text); in getView() 95 TextView text2; 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 | List3.java | 51 new int[] { android.R.id.text1, android.R.id.text2 }); in onCreate()
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
D | WiFiDirectServicesList.java | 50 ((TextView) v.findViewById(android.R.id.text2)).setText("Connecting"); in onListItemClick() 81 .findViewById(android.R.id.text2); in getView()
|
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/ |
D | ContactsListFragment.java | 704 holder.text2 = (TextView) itemLayout.findViewById(android.R.id.text2); in newView() 739 holder.text2.setVisibility(View.GONE); in bindView() 743 holder.text2.setVisibility(View.VISIBLE); in bindView() 761 holder.text2.setVisibility(View.GONE); in bindView() 843 TextView text2; field in ContactsListFragment.ContactsAdapter.ViewHolder
|
/development/samples/ApiDemos/src/com/example/android/apis/text/ |
D | Link.java | 49 TextView t2 = (TextView) findViewById(R.id.text2); in onCreate()
|
/development/samples/browseable/DataLayer/Application/src/com.example.android.wearable.datalayer/ |
D | MainActivity.java | 389 holder.text2 = (TextView) convertView.findViewById(android.R.id.text2); in getView() 395 holder.text2.setText(event.text); in getView() 401 TextView text2; field in MainActivity.DataItemAdapter.ViewHolder
|
/development/samples/browseable/DoneBar/src/com.example.android.donebar/ |
D | MainActivity.java | 87 ((TextView) convertView.findViewById(android.R.id.text2)).setText( in getView()
|
/development/samples/browseable/NavigationDrawer/src/com.example.android.navigationdrawer/ |
D | MainActivity.java | 85 ((TextView) convertView.findViewById(android.R.id.text2)).setText( 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/ApiDemos/src/com/example/android/apis/app/ |
D | LoaderCursor.java | 89 new int[] { android.R.id.text1, android.R.id.text2 }, 0); in onActivityCreated()
|
D | LoaderRetained.java | 94 new int[] { android.R.id.text1, android.R.id.text2 }, 0); in onActivityCreated()
|
/development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/ |
D | MainActivity.java | 85 final int[] toViews = new int[] { android.R.id.text1, android.R.id.text2 }; in onCreate()
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/ |
D | EntryListFragment.java | 123 android.R.id.text2};
|
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/ |
D | AttractionListFragment.java | 212 mDescriptionTextView = (TextView) view.findViewById(android.R.id.text2); in ViewHolder()
|