Searched refs:mTmpSize (Results 1 – 1 of 1) sorted by relevance
238 private final Rect mTmpSize = new Rect(); field in WindowStateAnimator650 mTmpSize.set(w.mFrame.left + w.mXOffset, w.mFrame.top + w.mYOffset, 0, 0); in createSurfaceLocked()652 final int width = mTmpSize.width(); in createSurfaceLocked()653 final int height = mTmpSize.height(); in createSurfaceLocked()659 + " x=" + mTmpSize.left + " y=" + mTmpSize.top in createSurfaceLocked()729 mSurfaceController.setPositionInTransaction(mTmpSize.left, mTmpSize.top, false); in createSurfaceLocked()745 mTmpSize.right = mTmpSize.left + w.mRequestedWidth; in calculateSurfaceBounds()746 mTmpSize.bottom = mTmpSize.top + w.mRequestedHeight; in calculateSurfaceBounds()753 mTmpSize.left = 0; in calculateSurfaceBounds()754 mTmpSize.top = 0; in calculateSurfaceBounds()[all …]