Searched refs:leftX (Results 1 – 2 of 2) sorted by relevance
441 int leftX = mMaxSize + 1; in getScale() local478 leftX = Math.min(leftX, firstX); in getScale()501 float rectArea = (bottomY + 1 - topY) * (rightX + 1 - leftX); in getScale()510 mBounds.left = leftX; in getScale()
879 final float leftX, rightX; in handleText() local881 leftX = x - totalWidth; in handleText()884 leftX = x; in handleText()894 c.drawRect(leftX, top, rightX, bottom, wp); in handleText()901 leftX, y + wp.baselineShift); in handleText()918 decorationXLeft = leftX + decorationStartAdvance; in handleText()919 decorationXRight = leftX + decorationEndAdvance; in handleText()