Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowStateAnimator.java894 if (mTmpSourceBounds.isEmpty() && (mWin.mLastRelayoutContentInsets.width() > 0 in setSurfaceBoundariesLocked()
895 || mWin.mLastRelayoutContentInsets.height() > 0) in setSurfaceBoundariesLocked()
898 mTmpSourceBounds.inset(mWin.mLastRelayoutContentInsets); in setSurfaceBoundariesLocked()
DWindowState.java352 final Rect mLastRelayoutContentInsets = new Rect(); field in WindowState
5231 mLastRelayoutContentInsets.set(mWindowFrames.mContentInsets); in getInsetsForRelayout()