Searched refs:mLastDsDx (Results 1 – 2 of 2) sorted by relevance
54 private float mLastDsDx = 1, mLastDsDy = 1; field in SurfaceControlWithBackground124 final float offsetX = (mTmpContainerRect.left - winFrame.left) * mLastDsDx; in updateBgPosition()193 int offsetX = (int)((winFrame.left - mTmpContainerRect.left) * mLastDsDx), in calculateBgCrop()253 mLastDsDx = dsdx;
177 private float mLastDsDx=1, mLastDtDx=0, mLastDsDy=0, mLastDtDy=1; field in WindowStateAnimator1593 || mLastDsDx != mDsDx in prepareSurfaceLocked()1603 mLastDsDx = mDsDx; in prepareSurfaceLocked()