Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTask.java2168 int overlapTB = Math.min(overlapPxY, bounds.width()); in fitWithinBounds() local
2169 if (bounds.bottom < (rootTaskBounds.top + overlapTB)) { in fitWithinBounds()
2170 verticalDiff = overlapTB - (bounds.bottom - rootTaskBounds.top); in fitWithinBounds()
2171 } else if (bounds.top > (rootTaskBounds.bottom - overlapTB)) { in fitWithinBounds()
2172 verticalDiff = -(overlapTB - (rootTaskBounds.bottom - bounds.top)); in fitWithinBounds()