Searched refs:mTmpRect2 (Results 1 – 1 of 1) sorted by relevance
57 private Rect mTmpRect2 = new Rect(); field in TaskStack215 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 …]