Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskStack.java57 private Rect mTmpRect2 = new Rect(); field in TaskStack
215 mTmpRect2.set(mBounds); in updateDisplayInfo()
218 mTmpRect2.top = mTmpRect.bottom - mBounds.right; in updateDisplayInfo()
219 mTmpRect2.left = mBounds.top; in updateDisplayInfo()
220 mTmpRect2.right = mTmpRect2.left + mBounds.height(); in updateDisplayInfo()
221 mTmpRect2.bottom = mTmpRect2.top + mBounds.width(); in updateDisplayInfo()
224 mTmpRect2.top = mTmpRect.bottom - mBounds.bottom; in updateDisplayInfo()
225 mTmpRect2.left = mTmpRect.right - mBounds.right; in updateDisplayInfo()
226 mTmpRect2.right = mTmpRect2.left + mBounds.width(); in updateDisplayInfo()
227 mTmpRect2.bottom = mTmpRect2.top + mBounds.height(); in updateDisplayInfo()
[all …]