Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskRecord.java1956 int verticalDiff = 0; in fitWithinBounds() local
1959 verticalDiff = overlapTB - (bounds.bottom - stackBounds.top); in fitWithinBounds()
1961 verticalDiff = -(overlapTB - (stackBounds.bottom - bounds.top)); in fitWithinBounds()
1963 bounds.offset(horizontalDiff, verticalDiff); in fitWithinBounds()