Lines Matching refs:removed

751      * @param viewHolder The ViewHolder to be removed
769 * @param view The view to be removed
771 * @return true if an animating view is removed
775 final boolean removed = mChildHelper.removeViewIfHidden(view);
776 if (removed) {
785 return removed;
1993 * REMOVED: items were visible before layout and were removed by the app
2005 * REMOVED views are removed ({@link ItemAnimator#animateRemove(ViewHolder)})
2034 // Step 0: Find out where all non-removed items are, pre-layout
2050 // is expected to layout everything, even removed items (though not to add removed
2205 // We probably don't need this check anymore since these views are removed from
2544 + " is removed");
2803 * the View is representing a removed item.
3492 // if it is a removed holder, nothing to verify since we cannot ask adapter anymore
3493 // if it is not removed, verify the type and id.
3786 * <p>A view must be fully detached (removed from parent) before it may be recycled. If the
3787 * View is scrapped, it will be removed from scrap list.</p>
3861 throw new IllegalArgumentException("Tmp detached view should be removed "
3894 // even if the holder is not removed, we still call this method so that it is removed
3948 * until it is explicitly removed and recycled.</p>
4069 // > item is removed but we are in pre-layout pass
4071 // > item is removed then added to another position and we are in
4073 // >> remove removed and invalid flags, add update flag to rebind
4191 // Item for this view was removed. Dump it from the cache.
4489 * the View can be recycled. Keep in mind that the View in question is already removed from
4616 * changes have occurred. Structural changes are when items are inserted, removed or moved
4729 * has been removed from the data set. The items previously located at and after
4736 * @param position Position of the item that has now been removed
4746 * located at <code>positionStart</code> have been removed from the data set. The items
4754 * @param positionStart Previous position of the first item that was removed
4755 * @param itemCount Number of items removed from the data set
4914 * adapter will result in animations to add new or appearing items, removed or
4920 * simple fade views in and out, whether they are actuall added/removed or whether
4932 * appropriately. Also, {@link LayoutParams#isItemRemoved() removed} items will
4934 * These removed items should not be added to the child list, but should be used
4938 * information about the pre-layout removed views.</p>
4940 * <p>The second layout pass is the real layout in which only non-removed views
5164 * {@link Adapter#notifyItemRemoved(int) removed} or because it is actually not in the
5181 * {@link Adapter#notifyItemRemoved(int) removed} or because it is actually not in the
5226 // predictive layouts and adapter removed then re-added the same item.
5276 * LayoutManagers should strongly consider recycling removed views using
5288 * LayoutManagers should strongly consider recycling removed views using
5777 * When a view is detached and removed, it does not trigger a ViewGroup invalidate. This is
6290 * Called when items have been removed from the adapter.
6502 * If a View is marked as "ignored", it is not removed nor recycled.
6607 // avoid trying to create accessibility node info for removed children
7025 * This ViewHolder points at data that represents an item previously removed from the
7181 * {@link RecyclerView#NO_POSITION} if item has been removed from the adapter,
7183 * layout pass or the ViewHolder has been removed from the RecyclerView.
7314 if (isRemoved()) sb.append(" removed");
7449 * is attached to has been removed from the data set. A LayoutManager may choose to
7452 * @return true if the item the view corresponds to was removed from the data set
7491 * {@link RecyclerView#NO_POSITION} if item represented by this View has been removed or
8154 * adjustments are made for moved and removed items as well.
8441 * Called when an item is removed from the RecyclerView. Implementors can choose
8459 * @param holder The item that is being removed.
8544 * @param item The item which has been removed
8597 * @param item The item being removed