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/
DTask.java2125 int overlapTB = Math.min(overlapPxY, bounds.width()); in fitWithinBounds() local
2126 if (bounds.bottom < (stackBounds.top + overlapTB)) { in fitWithinBounds()
2127 verticalDiff = overlapTB - (bounds.bottom - stackBounds.top); in fitWithinBounds()
2128 } else if (bounds.top > (stackBounds.bottom - overlapTB)) { in fitWithinBounds()
2129 verticalDiff = -(overlapTB - (stackBounds.bottom - bounds.top)); in fitWithinBounds()