Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowStateAnimator.java923 if (mTmpSourceBounds.isEmpty() && (mWin.mLastRelayoutContentInsets.width() > 0 in setSurfaceBoundariesLocked()
924 || mWin.mLastRelayoutContentInsets.height() > 0) in setSurfaceBoundariesLocked()
927 mTmpSourceBounds.inset(mWin.mLastRelayoutContentInsets); in setSurfaceBoundariesLocked()
DWindowState.java329 final Rect mLastRelayoutContentInsets = new Rect(); field in WindowState
DWindowManagerService.java2156 win.mLastRelayoutContentInsets.set(win.mContentInsets); in relayoutWindow()