Lines Matching refs:update

212      * update themselves directly. This will cause a full re-layout but when it happens via the
2919 * attempt to update adapter contents will result in an exception because adapter contents
3387 + " ID. This might happen due to inconsistent Adapter update events or"
4829 * @param view The view to update.
4965 // update position
5028 // do not update unless we absolutely have to.
5240 * The caller must call {@link #clearScrap()} when it's done to update the recycler's
5425 // >> remove removed and invalid flags, add update flag to rebind
5718 * update the contents of the {@link ViewHolder#itemView} to reflect the item at the given
5740 * should update the contents of the {@link ViewHolder#itemView} to reflect the item at
5756 * update using the payload info. If the payload is empty, Adapter must run a full bind.
5765 * update.
5786 * This method internally calls {@link #onBindViewHolder(ViewHolder, int)} to update the
6083 * @param payload Optional parameter, use null to identify a "full" update
6131 * @param payload Optional parameter, use null to identify a "full" update
7652 * call remove and invalidate RecyclerView to ensure UI update.
9144 * you update to a new version of the support library.
9614 // Initial state, no update being called.
9620 // a full update has been called.
9669 if (needsUpdate()) sb.append(" update");
10155 * <p>SmoothScroller should check dx, dy and if scroll should be changed, update the
10162 * update this object.
10168 * will receive and it should update the provided {@link Action} to define the scroll
10172 * @param action Action instance that you should update to define final scroll action
10238 * Note that calling this method takes priority over other update methods such as
10239 * {@link #update(int, int, int, Interpolator)}, {@link #setX(float)},
10345 public void update(int dx, int dy, int duration, Interpolator interpolator) {