Searched refs:mTmpStackBounds (Results 1 – 1 of 1) sorted by relevance
138 Rect mTmpStackBounds = new Rect(); field in WindowStateAnimator883 task.mStack.getDimBounds(mTmpStackBounds); in setSurfaceBoundariesLocked()904 mTmpStackBounds.intersectUnchecked(w.getParentFrame()); in setSurfaceBoundariesLocked()917 float tw = (surfaceContentWidth - mTmpStackBounds.width()) in setSurfaceBoundariesLocked()924 th = (surfaceContentHeight - mTmpStackBounds.height()) in setSurfaceBoundariesLocked()952 mExtraHScale = mTmpStackBounds.width() / surfaceContentWidth; in setSurfaceBoundariesLocked()953 mExtraVScale = mTmpStackBounds.height() / surfaceContentHeight; in setSurfaceBoundariesLocked()