Lines Matching defs:width

311      * one of GridLayout's children is dependent on its width - and its width is, in turn,
318 * deriving its height for a given width, but not the other way around.
322 * the height of the intended layout greatly exceeds its width.
830 int width = getWidth();
831 graphics.drawLine(width - dx - x1, dy + y1, width - dx - x2, dy + y2, paint);
862 int width = getWidth() - getPaddingLeft() - getPaddingRight();
880 drawLine(canvas, 0, y, width - 1, y, paint);
961 measureChildWithMargins2(c, widthSpec, heightSpec, lp.width, lp.height);
974 measureChildWithMargins2(c, widthSpec, heightSpec, lp.width, viewSize);
985 /** If we have been called by {@link View#measure(int, int)}, one of width or height
991 int width, height;
995 width = horizontalAxis.getMeasure(widthSpec);
1001 width = horizontalAxis.getMeasure(widthSpec);
1007 int measuredWidth = Math.max(hPadding + width, getSuggestedMinimumWidth());
1118 int width = hAlign.getSizeInCell(c, pWidth, cellWidth - sumMarginsX);
1124 targetWidth - width - paddingRight - rightMargin - dx;
1132 width += (insets.left + insets.right);
1135 if (width != c.getMeasuredWidth() || height != c.getMeasuredHeight()) {
1136 c.measure(makeMeasureSpec(width, EXACTLY), makeMeasureSpec(height, EXACTLY));
1138 c.layout(cx, cy, cx + width, cy + height);
1759 * Because the default values of the {@link #width} and {@link #height}
1776 * <li>{@link #width} = {@link #WRAP_CONTENT}</li>
1874 int width, int height,
1877 super(width, height);
2001 this.width = attributes.getLayoutDimension(widthAttr, DEFAULT_WIDTH);
2512 * horizontal alignments this method should return the width.