Searched refs:rightX (Results 1 – 3 of 3) sorted by relevance
273 int rightX = -1; in getScale() local310 rightX = Math.max(rightX, lastX); in getScale()314 if (topY == -1 || rightX == -1) { in getScale()332 mBounds.right = rightX; in getScale()346 float rectArea = (bottomY + 1 - topY) * (rightX + 1 - leftX); in getScale()
519 int rightX = -1; in getScale() local556 rightX = Math.max(rightX, lastX); in getScale()560 if (topY == -1 || rightX == -1) { in getScale()578 float rectArea = (bottomY + 1 - topY) * (rightX + 1 - leftX); in getScale()588 mBounds.right = rightX; in getScale()
280 int rightX = displayBounds.width() - systemBarInsets.right; in getAppWindowRect() local284 return new Rect(leftX, topY, rightX, bottomY); in getAppWindowRect()