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.java2253 int overlapTB = Math.min(overlapPxY, bounds.width()); in fitWithinBounds() local
2254 if (bounds.bottom < (rootTaskBounds.top + overlapTB)) { in fitWithinBounds()
2255 verticalDiff = overlapTB - (bounds.bottom - rootTaskBounds.top); in fitWithinBounds()
2256 } else if (bounds.top > (rootTaskBounds.bottom - overlapTB)) { in fitWithinBounds()
2257 verticalDiff = -(overlapTB - (rootTaskBounds.bottom - bounds.top)); in fitWithinBounds()