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()
882 final float leftX, rightX;884 leftX = x - totalWidth;887 leftX = x;897 c.drawRect(leftX, top, rightX, bottom, wp);904 leftX, y + wp.baselineShift);921 decorationXLeft = leftX + decorationStartAdvance;922 decorationXRight = leftX + decorationEndAdvance;