Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityStack.java389 private final Rect mDeferredBounds = new Rect(); field in ActivityStack
1025 setTaskBounds(mDeferredBounds); in continueUpdateBounds()
1026 setBounds(mDeferredBounds); in continueUpdateBounds()
1039 mDeferredBounds.set(bounds); in updateBoundsAllowed()
1041 mDeferredBounds.setEmpty(); in updateBoundsAllowed()