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.java1394 float surfaceContentHeight = surfaceHeight - vInsets; in setSurfaceBoundariesLocked() local
1435 th = (surfaceContentHeight - mTmpStackBounds.height()) in setSurfaceBoundariesLocked()
1436 / (surfaceContentHeight - mTmpAnimatingBounds.height()); in setSurfaceBoundariesLocked()
1455 mExtraVScale = mTmpStackBounds.height() / surfaceContentHeight; in setSurfaceBoundariesLocked()