Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipContentOverlay.java224 final int appBoundsCenterY = mAppBounds.centerY(); in onAnimationUpdate() local
227 appBoundsCenterY - mOverlayHalfSize); in onAnimationUpdate()
232 mTmpTransform.postScale(scale, scale, appBoundsCenterX, appBoundsCenterY); in onAnimationUpdate()