Searched defs:destroyItem (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentStatePagerAdapter.java129 public void destroyItem(ViewGroup container, int position, Object object) { method in class:FragmentStatePagerAdapter
H A DFragmentPagerAdapter.java115 public void destroyItem(ViewGroup container, int position, Object object) { method in class:FragmentPagerAdapter
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentStatePagerAdapter.java125 public void destroyItem(ViewGroup container, int position, Object object) { method in class:FragmentStatePagerAdapter
H A DFragmentPagerAdapter.java111 public void destroyItem(ViewGroup container, int position, Object object) { method in class:FragmentPagerAdapter
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DBaseCursorPagerAdapter.java110 public void destroyItem(View container, int position, Object object) { method in class:BaseCursorPagerAdapter
113 super.destroyItem(container, position, object);
H A DBaseFragmentPagerAdapter.java39 * <li>In method {@link #destroyItem(View, int, Object)}, the fragment is detached and
104 public void destroyItem(View container, int position, Object object) { method in class:BaseFragmentPagerAdapter
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerAdapter.java36 * <li>{@link #destroyItem(ViewGroup, int, Object)}</li>
54 * and/or {@link #destroyItem(ViewGroup, int, Object)} will follow, and the end
60 * the keys passed to {@link #destroyItem(ViewGroup, int, Object) destroyItem}
67 * {@link #destroyItem(ViewGroup, int, Object)} implementation would remove the
123 public void destroyItem(ViewGroup container, int position, Object object) { method in class:PagerAdapter
124 destroyItem((View) container, position, object);
189 * @deprecated Use {@link #destroyItem(ViewGroup, int, Object)}
191 public void destroyItem(View container, int position, Object object) { method in class:PagerAdapter
192 throw new UnsupportedOperationException("Required method destroyItem wa
[all...]

Completed in 120 milliseconds