Searched refs:mTmpDisplayBounds (Results 1 – 1 of 1) sorted by relevance
61 private final Rect mTmpDisplayBounds = new Rect(); field in StackWindowController276 mTmpDisplayBounds.set(0, 0, di.logicalWidth, di.logicalHeight); in adjustConfigurationForBounds()289 if (mStackId == PINNED_STACK_ID && bounds.width() == mTmpDisplayBounds.width() && in adjustConfigurationForBounds()290 bounds.height() == mTmpDisplayBounds.height()) { in adjustConfigurationForBounds()311 mTmpDisplayBounds, overrideWidth, overrideHeight); in adjustConfigurationForBounds()314 mTmpDisplayBounds, overrideWidth, overrideHeight); in adjustConfigurationForBounds()