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

/frameworks/base/core/java/com/android/internal/widget/
H A DPagerAdapter.java36 * <li>{@link #destroyItem(android.view.ViewGroup, int, Object)}</li>
54 * and/or {@link #destroyItem(android.view.ViewGroup, int, Object)} will follow, and the end
60 * the keys passed to {@link #destroyItem(android.view.ViewGroup, int, Object) destroyItem}
67 * {@link #destroyItem(android.view.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(android.view.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.java394 mAdapter.destroyItem(this, ii.position, ii.object);
845 mAdapter.destroyItem(this, ii.position, ii.object);
978 mAdapter.destroyItem(this, pos, ii.object);
980 Log.i(TAG, "populate() - destroyItem() with pos: " + pos +
1012 mAdapter.destroyItem(this, pos, ii.object);
1014 Log.i(TAG, "populate() - destroyItem() with pos: " + pos +
/frameworks/support/core-ui/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
124 public void destroyItem(ViewGroup container, int position, Object object) { method in class:PagerAdapter
125 destroyItem((View) container, position, object);
192 * @deprecated Use {@link #destroyItem(ViewGroup, int, Object)}
195 public void destroyItem(View container, int position, Object object) { method in class:PagerAdapter
196 throw new UnsupportedOperationException("Required method destroyItem wa
[all...]
H A DViewPager.java515 mAdapter.destroyItem(this, ii.position, ii.object);
1075 mAdapter.destroyItem(this, ii.position, ii.object);
1206 mAdapter.destroyItem(this, pos, ii.object);
1208 Log.i(TAG, "populate() - destroyItem() with pos: " + pos
1240 mAdapter.destroyItem(this, pos, ii.object);
1242 Log.i(TAG, "populate() - destroyItem() with pos: " + pos
/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/fragment/java/android/support/v4/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/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/view/
H A DViewPagerActivity.java80 public void destroyItem(ViewGroup container, int position, Object object) { method in class:ViewPagerActivity.ColorPagerAdapter
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/view/
H A DViewPagerActivity.java80 public void destroyItem(ViewGroup container, int position, Object object) { method in class:ViewPagerActivity.ColorPagerAdapter
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentPagerAdapter.java119 public void destroyItem(ViewGroup container, int position, Object object) { method in class:FragmentPagerAdapter
H A DFragmentStatePagerAdapter.java133 public void destroyItem(ViewGroup container, int position, Object object) { method in class:FragmentStatePagerAdapter
/frameworks/support/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DTabLayoutPreselectedUsage.java173 public void destroyItem(ViewGroup container, int position, Object object) { method in class:TabLayoutPreselectedUsage.CheesePagerAdapter
H A DTabLayoutUsage.java192 public void destroyItem(ViewGroup container, int position, Object object) { method in class:TabLayoutUsage.CheesePagerAdapter
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DTabLayoutPreselectedUsage.java173 public void destroyItem(ViewGroup container, int position, Object object) { method in class:TabLayoutPreselectedUsage.CheesePagerAdapter
H A DTabLayoutUsage.java192 public void destroyItem(ViewGroup container, int position, Object object) { method in class:TabLayoutUsage.CheesePagerAdapter
/frameworks/base/core/java/android/widget/
H A DDayPickerPagerAdapter.java272 public void destroyItem(ViewGroup container, int position, Object object) { method in class:DayPickerPagerAdapter
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPagedTileLayout.java301 public void destroyItem(ViewGroup container, int position, Object object) {
/frameworks/support/design/tests/src/android/support/design/widget/
H A DTabLayoutWithViewPagerTest.java109 public void destroyItem(ViewGroup container, int position, Object object) { method in class:TabLayoutWithViewPagerTest.BasePagerAdapter
/frameworks/support/core-ui/tests/java/android/support/v4/view/
H A DBaseViewPagerTest.java144 public void destroyItem(ViewGroup container, int position, Object object) { method in class:BaseViewPagerTest.BasePagerAdapter

Completed in 1598 milliseconds