Searched refs:mPreScrollBounds (Results 1 – 1 of 1) sorted by relevance
68 private Rect mPreScrollBounds = new Rect(); field in Task237 … if (mPreScrollBounds.equals(bounds) && oldFullscreen == mFullscreen && mRotation == rotation) { in setBounds()242 if (mPreScrollBounds.left != bounds.left || mPreScrollBounds.top != bounds.top) { in setBounds()245 … if (mPreScrollBounds.width() != bounds.width() || mPreScrollBounds.height() != bounds.height()) { in setBounds()250 mPreScrollBounds.set(bounds); in setBounds()360 mBounds.set(mPreScrollBounds); in resetScrollLocked()590 mTmpRect2.set(mPreScrollBounds); in updateDisplayInfo()603 RESIZE_MODE_SYSTEM_SCREEN_ROTATION, mPreScrollBounds).sendToTarget(); in updateDisplayInfo()