Searched refs:leftX (Results 1 – 3 of 3) sorted by relevance
272 int leftX = mMaxSize + 1; in getScale() local309 leftX = Math.min(leftX, firstX); in getScale()331 mBounds.left = leftX; in getScale()346 float rectArea = (bottomY + 1 - topY) * (rightX + 1 - leftX); in getScale()
518 int leftX = mMaxSize + 1; in getScale() local555 leftX = Math.min(leftX, firstX); in getScale()578 float rectArea = (bottomY + 1 - topY) * (rightX + 1 - leftX); in getScale()587 mBounds.left = leftX; in getScale()
279 int leftX = systemBarInsets.left; in getAppWindowRect() local284 return new Rect(leftX, topY, rightX, bottomY); in getAppWindowRect()