Lines Matching defs:remove

914      * @param removeAndRecycleViews  If true, we'll remove and recycle all existing views. If
1022 mOnChildAttachStateListeners.remove(listener);
1302 * @param decor Decoration to remove
1307 mLayout.assertNotInLayoutOrScroll("Cannot remove item decoration during a scroll or"
1310 mItemDecorations.remove(decor);
1354 * <p>Components that add a listener should take care to remove it when finished.
1356 * to remove all attached listeners.</p>
1374 mScrollListeners.remove(listener);
1486 // if it is only an item change (no add-remove-notifyDataSetChanged) we can check if any
2376 * @param listener Listener to remove
2379 mOnItemTouchListeners.remove(listener);
3284 // remove the target view holder.
3314 // we add and remove so that any post info is merged.
4635 scrapHeap.remove(scrapHeap.size() - 1);
4645 scrapHeap.remove(index);
5164 mCachedViews.remove(cachedViewIndex);
5288 mChangedScrap.remove(holder);
5290 mAttachedScrap.remove(holder);
5349 * @param dryRun Does a dry run, finds the ViewHolder but does not remove
5399 mCachedViews.remove(i);
5425 // >> remove removed and invalid flags, add update flag to rebind
5438 mAttachedScrap.remove(i);
5452 mCachedViews.remove(i);
6611 * @param action The Runnable to remove from the message handling queue
6613 * @return true if RecyclerView could ask the Handler to remove the Runnable,
6695 * item animations are enabled. This means that add/remove operations on the
6703 * they are moved on or off the screen due to other add/remove operations.
6968 * @param child View to add and then remove with animation.
6985 * @param child View to add and then remove with animation.
7025 // So if a View re-appears in post layout pass, remove it from disappearing list.
7071 * use this method to completely remove a child view that is no longer needed.
7075 * @param child View to remove
7083 * use this method to completely remove a child view that is no longer needed.
7087 * @param index Index of the child view to remove
7101 // Only remove non-animating views
7208 * or {@link #removeDetachedView(android.view.View) fully remove} the detached view
7230 * or {@link #removeDetachedView(android.view.View) fully remove} the detached view
7295 * @param child Detached child to remove
7348 * @param child Child to remove and recycle
7359 * @param index Index of child to remove and recycle
7652 * call remove and invalidate RecyclerView to ensure UI update.
8238 * or remove views from this method.
9302 * This ViewHolder is fully managed by the LayoutManager. We do not scrap, recycle or remove
9310 * action when we need to remove it or add it back.
10465 * <p>If you implement custom components, you can use State's put/get/remove methods to pass
10594 * @param resourceId Id of the resource you want to remove. It is suggested to use R.id.* to
10597 public void remove(int resourceId) {
10601 mData.remove(resourceId);
10608 * @param resourceId Id of the resource you want to remove. It is suggested to use R.id.*
10858 * Gets the current duration for which all remove animations will run.
10860 * @return The current remove duration
10867 * Sets the duration for which all remove animations will run.
10869 * @param removeDuration The remove duration