Lines Matching defs:clear

183      * to request focus on a new child, which will clear the focus on the old (detached) child as a
942 * {@link ViewHolder} and does not clear the RecycledViewPool.
992 // we should clear it here before adapters are swapped to ensure correct callbacks.
993 mRecycler.clear();
1047 * @param listener Listener to register, or null to clear
1106 mOnChildAttachStateListeners.clear();
1136 mRecycler.clear();
1144 mRecycler.clear();
1268 // only clear request eaten flag if we removed the view.
1310 * @param extension ViewCacheExtension to be used or null if you want to clear the existing one.
1450 * @param listener Listener to set or null to clear
1467 * @param listener listener to set or null to clear
1479 * @param listener listener to set or null to clear
1492 mScrollListeners.clear();
2479 mPendingAccessibilityImportanceChange.clear();
2710 mVelocityTracker.clear();
2878 mVelocityTracker.clear();
3020 mState.mInPreLayout = false; // clear
3434 mViewInfoStore.clear();
3612 mRecycler.mChangedScrap.clear();
3625 mViewInfoStore.clear();
4967 public void clear() {
4970 data.mScrapHeap.clear();
5066 * RecycledViewPool will clear its cache if it has only one adapter attached and the new
5080 clear();
5128 return; // match found, don't need to clear
5191 public void clear() {
5192 mAttachedScrap.clear();
5644 mCachedViews.clear();
5848 mAttachedScrap.clear();
5850 mChangedScrap.clear();
6013 clear();
6431 * due to its transient state. Upon receiving this callback, Adapter can clear the
6617 * ViewHolder. A notifyItemRangeChanged() with null payload will clear all existing
6664 * ViewHolder. A notifyItemRangeChanged() with null payload will clear all existing
7326 * LayoutManager should clear all of its View references as another LayoutManager might be
9009 * The LayoutManager may use this opportunity to clear caches and configure state such
9299 * If you want to clean cached views as well, you should call {@link Recycler#clear()} too.
9440 * not run any animations but will still clear this flag after the layout is complete.
10276 mPayloads.clear();
10446 mPendingAccessibilityImportanceChange.clear();
10681 // clear references to avoid any potential leak by a custom smooth scroller
11232 mData.clear();
12109 mFinishedListeners.clear();