Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTask.java2172 int verticalDiff = 0; in fitWithinBounds() local
2175 verticalDiff = overlapTB - (bounds.bottom - rootTaskBounds.top); in fitWithinBounds()
2177 verticalDiff = -(overlapTB - (rootTaskBounds.bottom - bounds.top)); in fitWithinBounds()
2179 bounds.offset(horizontalDiff, verticalDiff); in fitWithinBounds()