Home
last modified time | relevance | path

Searched refs:overlapLR (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DTaskRecord.java1950 int overlapLR = Math.min(overlapPxX, bounds.width()); in fitWithinBounds() local
1951 if (bounds.right < (stackBounds.left + overlapLR)) { in fitWithinBounds()
1952 horizontalDiff = overlapLR - (bounds.right - stackBounds.left); in fitWithinBounds()
1953 } else if (bounds.left > (stackBounds.right - overlapLR)) { in fitWithinBounds()
1954 horizontalDiff = -(overlapLR - (stackBounds.right - bounds.left)); in fitWithinBounds()