Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DStackWindowController.java59 private final Rect mTmpStableInsets = new Rect(); field in StackWindowController
273 mTmpStableInsets); in adjustConfigurationForBounds()
294 stableBounds.inset(mTmpStableInsets); in adjustConfigurationForBounds()
313 insetBounds != null ? insetBounds : bounds, mTmpStableInsets, in adjustConfigurationForBounds()