Home | History | Annotate | Download | only in widget

Lines Matching defs:destroyItem

36  * <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) {
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) {
192 throw new UnsupportedOperationException("Required method destroyItem was not overridden");