Searched refs:destBounds (Results 1 – 2 of 2) sorted by relevance
208 Rect destBounds = new Rect(0, 0, width, height); in calculateScale() local211 mTransaction.setGeometry(mMirroredSurface, mSourceBounds, destBounds, Surface.ROTATION_0) in calculateScale()
621 Rect destBounds = new Rect(); in addWindowsInDirection() local635 window.getBoundsInScreen(destBounds); in addWindowsInDirection()638 if (FocusFinder.isPartiallyInDirection(sourceBounds, destBounds, direction)) { in addWindowsInDirection()