Lines Matching refs:bound

1277      * @return The currently bound LayoutManager
4094 // differentiated from views bound to previous data set - both in children, and cache
4955 * constructed by {@link GapWorker} prefetch from being bound to a lower priority prefetch.
5265 * @param holder Holder to be bound.
5266 * @param offsetPosition Position of item to be bound.
5267 * @param position Pre-layout position of item to be bound.
5398 * ViewHolder is aquired and must be bound but not enough time remains, an unbound holder is
5536 boolean bound = false;
5542 throw new IllegalStateException("Removed holder should be bound and it should"
5546 bound = tryBindViewHolderByDeadline(holder, offsetPosition, position, deadlineNs);
5561 rvLayoutParams.mPendingInvalidate = fromScrapOrHiddenOrCache && bound;
5765 * Pass false to dispatchRecycled for views that have not been bound.
6212 * @return A View that is bound to the given position or NULL if there is no View to re-use
6243 * @param parent The ViewGroup into which the new View will be added after it is bound to
6292 * the ViewHolder is currently bound to old data and Adapter may run an efficient partial
6416 * bound to it such as large bitmaps, this may be a good place to release those
7196 * bound, if there is sufficient time available, in advance of being needed by a
7226 * bound, if there is sufficient time available, in advance of being needed by a
7305 * @param view The RecyclerView this LayoutManager is bound to
7339 * @param view The RecyclerView this LayoutManager is bound to
8165 * Returns true if the RecyclerView this LayoutManager is bound to has focus.
8175 * Returns true if the RecyclerView this LayoutManager is bound to has or contains focus.
8201 * Returns the number of items in the adapter bound to the parent RecyclerView.
8209 * @return The number of items in the bound adapter
9008 * Called if the RecyclerView this LayoutManager is bound to has a different adapter set.
9928 * This ViewHolder has been bound to a position; mPosition, mItemId and mItemViewType
10044 * Is set when VH is bound from the adapter and cleaned right before it is sent to
10468 // Flag is set to true if the view is bound while it is detached from RV.
11519 * not bound to {@link Adapter#notifyItemMoved(int, int)}. It might be set in response to