Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowStateAnimator.java905 float surfaceContentHeight = surfaceHeight - vInsets; in setSurfaceBoundariesLocked() local
953 th = (surfaceContentHeight - mTmpStackBounds.height()) in setSurfaceBoundariesLocked()
954 / (surfaceContentHeight - mTmpAnimatingBounds.height()); in setSurfaceBoundariesLocked()
982 mExtraVScale = mTmpStackBounds.height() / surfaceContentHeight; in setSurfaceBoundariesLocked()