Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskRecord.java1957 int overlapTB = Math.min(overlapPxY, bounds.width()); in fitWithinBounds() local
1958 if (bounds.bottom < (stackBounds.top + overlapTB)) { in fitWithinBounds()
1959 verticalDiff = overlapTB - (bounds.bottom - stackBounds.top); in fitWithinBounds()
1960 } else if (bounds.top > (stackBounds.bottom - overlapTB)) { in fitWithinBounds()
1961 verticalDiff = -(overlapTB - (stackBounds.bottom - bounds.top)); in fitWithinBounds()