Searched refs:widths (Results 1 – 2 of 2) sorted by relevance
188 final int widths[] = new int[] {320, 640}; in doInBackground() local234 TestCamera(whichCamera, widths[whichResolution], in doInBackground()
571 final float[] widths = new float[len]; in getTextWidth() local572 final int count = paint.getTextWidths(text, 0, len, widths); in getTextWidth()575 width += Math.round(widths[i] + 0.5f); in getTextWidth()