Searched refs:lineWidth (Results 1 – 3 of 3) sorted by relevance
50 private int lineWidth = 2; // thickness of 3D line around button field in ImageButton62 padWidth = lineWidth + 2; in ImageButton()66 super.setPadWidth(w + lineWidth); in setPadWidth()70 return (super.getPadWidth() - lineWidth); in getPadWidth()75 lineWidth = w; in setLineWidth()80 return (lineWidth); in getLineWidth()138 for (int i = 0; i < lineWidth; i++) { in paint()
402 int lineWidth = Math.max(10, viewSize.width/6); in updateHScrollbar() local403 int pageSize = Math.max(lineWidth, viewSize.width - lineWidth); in updateHScrollbar()407 hbar.setLineIncrement(lineWidth); in updateHScrollbar()
49 protected int fontHeight, lineWidth, lineHeight; field in TextView538 g.fillRect(xoff, yoff, lineWidth, lineHeight); in drawLine()621 lineWidth = Math.max(minWidth, size.width-bd); in cacheLineWidth()