Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DStackWindowController.java61 private final Rect mTmpDisplayBounds = new Rect(); field in StackWindowController
276 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()