Searched refs:destroyItem (Results 1 - 9 of 9) sorted by relevance

/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...]
H A DViewPager.java418 mAdapter.destroyItem(this, ii.position, ii.object);
874 mAdapter.destroyItem(this, ii.position, ii.object);
1007 mAdapter.destroyItem(this, pos, ii.object);
1009 Log.i(TAG, "populate() - destroyItem() with pos: " + pos +
1041 mAdapter.destroyItem(this, pos, ii.object);
1043 Log.i(TAG, "populate() - destroyItem() with pos: " + pos +
/frameworks/testing/espresso/espresso-sample/src/main/java/com/google/android/apps/common/testing/ui/testapp/
H A DSimplePagerAdapter.java62 public void destroyItem(ViewGroup container, int position, Object object) { method in class:SimplePagerAdapter
/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/v13/java/android/support/v13/app/
H A DFragmentPagerAdapter.java115 public void destroyItem(ViewGroup container, int position, Object object) { method in class:FragmentPagerAdapter
H A DFragmentStatePagerAdapter.java129 public void destroyItem(ViewGroup container, int position, Object object) { method in class:FragmentStatePagerAdapter
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentPagerAdapter.java111 public void destroyItem(ViewGroup container, int position, Object object) { method in class:FragmentPagerAdapter
H A DFragmentStatePagerAdapter.java125 public void destroyItem(ViewGroup container, int position, Object object) { method in class:FragmentStatePagerAdapter

Completed in 221 milliseconds