Home
last modified time | relevance | path

Searched refs:newView (Results 1 – 8 of 8) sorted by relevance

/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DLayoutChangesActivity.java81 final ViewGroup newView = (ViewGroup) LayoutInflater.from(this).inflate( in addItem() local
85 ((TextView) newView.findViewById(android.R.id.text1)).setText( in addItem()
89 newView.findViewById(R.id.delete_button).setOnClickListener(new View.OnClickListener() { in addItem()
95 mContainerView.removeView(newView); in addItem()
106 mContainerView.addView(newView, 0); in addItem()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DQuickContactsDemo.java88 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in QuickContactsDemo.ContactListItemAdapter
89 View view = super.newView(context, cursor, parent); in newView()
DRedirectMain.java46 Button newButton = (Button)findViewById(R.id.newView); in onCreate()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DAutoComplete4.java63 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in AutoComplete4.ContactListAdapter
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/
DAttractionsGridPagerAdapter.java276 void add(View newView) { in add() argument
277 hideViews.add(newView); in add()
/development/samples/ApiDemos/src/com/example/android/apis/content/
DChangedContacts.java284 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in ChangedContacts.DeleteAdapter
314 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in ChangedContacts.ChangeAdapter
/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoThumbnailFragment.java407 public View newView(Context context, Cursor cursor, ViewGroup viewGroup) { in newView() method in PhotoThumbnailFragment.GridViewAdapter
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactsListFragment.java694 public View newView(Context context, Cursor cursor, ViewGroup viewGroup) { in newView() method in ContactsListFragment.ContactsAdapter