Searched refs:screenResolvedBounds (Results 1 – 1 of 1) sorted by relevance
7561 final Rect screenResolvedBounds = in updateResolvedBoundsHorizontalPosition() local7565 if (resolvedBounds.isEmpty() || parentBounds.width() == screenResolvedBounds.width()) { in updateResolvedBoundsHorizontalPosition()7570 if (screenResolvedBounds.width() >= parentAppBounds.width()) { in updateResolvedBoundsHorizontalPosition()7573 parentAppBounds.width(), screenResolvedBounds.width()); in updateResolvedBoundsHorizontalPosition()7577 offsetX = (int) Math.ceil((parentAppBounds.width() - screenResolvedBounds.width()) in updateResolvedBoundsHorizontalPosition()