Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceControlWithBackground.java54 private float mLastDsDx = 1, mLastDsDy = 1; field in SurfaceControlWithBackground
124 final float offsetX = (mTmpContainerRect.left - winFrame.left) * mLastDsDx; in updateBgPosition()
193 int offsetX = (int)((winFrame.left - mTmpContainerRect.left) * mLastDsDx), in calculateBgCrop()
253 mLastDsDx = dsdx;
DWindowStateAnimator.java177 private float mLastDsDx=1, mLastDtDx=0, mLastDsDy=0, mLastDtDy=1; field in WindowStateAnimator
1593 || mLastDsDx != mDsDx in prepareSurfaceLocked()
1603 mLastDsDx = mDsDx; in prepareSurfaceLocked()