Home | History | Annotate | Download | only in util

Lines Matching refs:INSET

304         final int INSET = width / 72;
305 final int startHeight = (height / 3) + INSET;
307 background.setBounds(INSET, startHeight, width - INSET,
308 ((2 * height) / 3) - INSET);
316 final int maxWidth = width - (2 * INSET) - (2 * titleFontSize);
321 canvas.drawText(title, (width - (2 * INSET) - p.measureText(title)) / 2,
328 canvas.drawText(subTitle, (width - (2 * INSET) - p.measureText(subTitle)) / 2,
347 final int INSET = width / 72;
348 final int startHeight = ((2 * height) / 3) + INSET;
350 background.setBounds(INSET, startHeight, width - INSET, height - INSET);
358 final int maxWidth = width - (2 * INSET) - (2 * titleFontSize);
363 canvas.drawText(title, (width - (2 * INSET) - p.measureText(title)) / 2,
370 canvas.drawText(subTitle, (width - (2 * INSET) - p.measureText(subTitle)) / 2,
425 final int INSET = 0;
426 final int startHeight = startY + INSET;
428 background.setBounds(startX + INSET, startHeight, startX + width - INSET,
429 height - INSET + startY);
437 final int maxWidth = width - (2 * INSET) - (2 * titleFontSize);
442 canvas.drawText(title, (width - (2 * INSET) - p.measureText(title)) / 2,
449 canvas.drawText(subTitle, (width - (2 * INSET) - p.measureText(subTitle)) / 2,