Lines Matching defs:out

886         // bail out if layout is frozen
902 // bail out if layout is frozen
1123 * purely for the purpose of being animated out of view. They are drawn as a regular
3042 * The overall approach figures out what items exist before/after layout and
3174 // Step 0: Find out where all non-removed items are, pre-layout
3282 // Step 3: Find out where things are now, and process change animations.
3299 // Since a view that is marked as disappearing is likely to be going out of
3388 + " if the LayoutManager lays out the same View multiple times."
3995 * <code>position</code> is not laid out, it <em>will not</em> create a new one.
4022 * <code>position</code> is not laid out, it <em>will not</em> create a new one.
4071 // when we are dealing with already laid out views. Also, for the public method, it is more
4072 // reasonable to return null if position is not laid out.
4082 * <code>id</code> is not laid out, it <em>will not</em> create a new one.
4155 * {@link LayoutManager} measures or lays out the view and is a good time to perform these
4752 * Clear scrap views out of this recycler. Detached views contained within a
5436 // but this would force layout manager to lay it out which would be bad.
5873 * fallen out of visibility or a set of cached views represented by views still
6030 * and relaid out.</p>
6052 * reflection of the data at <code>position</code> is out of date and should be updated.
6068 * reflection of the data at <code>position</code> is out of date and should be updated.
6097 * any reflection of the data in the given position range is out of date and should
6115 * reflection of the data in the given position range is out of date and should be updated.
6557 * views that are moving onto or off of the screen are simply faded in/out. If
6665 * call {@link RecyclerView#requestLayout()} to ensure that it is re-laid out when
6691 * Lay out all relevant child views from the given adapter.
6702 * simply fade views in and out, whether they are actually added/removed or whether
6713 * items will remember their pre-layout positions to allow them to be laid out
6961 * visible portion of the container but is being laid out in order to inform RecyclerView
6962 * in how to animate the item out of view.
6978 * visible portion of the container but is being laid out in order to inform RecyclerView
6979 * in how to animate the item out of view.
7180 * laid out
7948 * Lay out the given child view within the RecyclerView using coordinates that
7968 * @param child Child to lay out
7984 * Lay out the given child view within the RecyclerView using coordinates that
8003 * @param child Child to lay out
8030 * @param out The rectangle into which the output will be written.
8032 public void getTransformedBoundingBox(View child, boolean includeDecorInsets, Rect out) {
8035 out.set(-insets.left, -insets.top,
8038 out.set(0, 0, child.getWidth(), child.getHeight());
8045 tempRectF.set(out);
8047 out.set(
8055 out.offset(child.getLeft(), child.getTop());
8284 // visible, limit the scroll such that start won't go out of bounds.
8295 // we should scroll to make bottom visible, make sure top does not go out of bounds.
8755 * @param info The info to fill out about the item
9495 * If a ViewHolder was laid out in the previous onLayout call, old position will keep its
10167 * Called when the target position is laid out. This is the last callback SmoothScroller
10505 * Number of items that were NOT laid out but has been deleted from the adapter after the
10663 * Returns the total number of items that can be laid out. Note that this number is not
10791 * This ViewHolder was not laid out but has been added to the layout in pre-layout state
10991 * LayoutManager lays out a new disappearing view that holds the updated information.
10992 * Built-in LayoutManagers try to avoid laying out updated versions of disappearing views.
10995 * location for the View by laying it out in that location. When that happens,
11121 * LayoutManager lays out a new disappearing view that holds the updated information.
11122 * Built-in LayoutManagers try to avoid laying out updated versions of disappearing views.