Searched refs:mTmpStackBounds (Results 1 – 1 of 1) sorted by relevance
141 Rect mTmpStackBounds = new Rect(); field in WindowStateAnimator912 task.mStack.getDimBounds(mTmpStackBounds); in setSurfaceBoundariesLocked()933 mTmpStackBounds.intersectUnchecked(w.mParentFrame); in setSurfaceBoundariesLocked()946 float tw = (surfaceContentWidth - mTmpStackBounds.width()) in setSurfaceBoundariesLocked()953 th = (surfaceContentHeight - mTmpStackBounds.height()) in setSurfaceBoundariesLocked()981 mExtraHScale = mTmpStackBounds.width() / surfaceContentWidth; in setSurfaceBoundariesLocked()982 mExtraVScale = mTmpStackBounds.height() / surfaceContentHeight; in setSurfaceBoundariesLocked()