Home | History | Annotate | Download | only in widget

Lines Matching defs:measure

184      * On M+, an unspecified measure spec may include a hint which we can use. On older platforms,
422 * measure/layout.
1287 // this is just a defensive measure for faulty item animators.
2840 + "be run during a measure & layout pass where you cannot change the"
3296 // which also has non-exact width & height, we have to re-measure.
3332 // because getViewForPosition() will crash when LM uses a child to measure.
3371 // layout's w/h are updated during measure/layout steps.
3866 * This step might be run multiple times if necessary (e.g. measure).
4433 * {@link LayoutManager#onItemsChanged(RecyclerView)} during measure/layout.
7395 * These measure specs might be the measure specs that were passed into RecyclerView's
7396 * onMeasure method OR fake measure specs created by the RecyclerView.
7400 * Also, to be able to use the hint in unspecified measure specs, RecyclerView checks the
7459 * Called after a layout is calculated during a measure pass when using auto-measure.
7631 * <li>When {@link RecyclerView#onMeasure(int, int)} is called, if the provided measure
7653 * where if it is vertical and has 3 columns but only 2 items, it should still measure its
7661 * <li>When measure is complete and RecyclerView's
7663 * whether it already did layout calculations during the measure pass and if so, it re-uses
7665 * if the last measure spec was different from the final dimensions or adapter contents
7666 * have changed between the measure call and the layout call.</li>
8634 * @return Width measure spec mode
8651 * @return Height measure spec mode
8948 * Measure a child view using standard measurement policy, taking the padding
8954 * @param child Child view to measure
8971 child.measure(widthSpec, heightSpec);
8993 * measure this View or not.
9046 * Measure a child view using standard measurement policy, taking the padding
9053 * @param child Child view to measure
9073 child.measure(widthSpec, heightSpec);
9389 * measure child methods is called. If you need to measure the child with custom specs via
9390 * {@link View#measure(int, int)}, you can use this method to get decorations.
9925 * Measure the attached RecyclerView. Implementations must call
9930 * measure cases including when the RecyclerView's layout_width or layout_height have been
12177 * {@code true} only if the LayoutManager opted into the auto measure API and RecyclerView