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.java386 private final Rect mDeferredBounds = new Rect(); field in ActivityStack
1022 setTaskBounds(mDeferredBounds); in continueUpdateBounds()
1023 setBounds(mDeferredBounds); in continueUpdateBounds()
1036 mDeferredBounds.set(bounds); in updateBoundsAllowed()
1038 mDeferredBounds.setEmpty(); in updateBoundsAllowed()