Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTask.java2167 int verticalDiff = 0; in fitWithinBounds() local
2170 verticalDiff = overlapTB - (bounds.bottom - rootTaskBounds.top); in fitWithinBounds()
2172 verticalDiff = -(overlapTB - (rootTaskBounds.bottom - bounds.top)); in fitWithinBounds()
2174 bounds.offset(horizontalDiff, verticalDiff); in fitWithinBounds()