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.java1412 if (mTmpSourceBounds.isEmpty() && (mWin.mLastRelayoutContentInsets.width() > 0 in setSurfaceBoundariesLocked()
1413 || mWin.mLastRelayoutContentInsets.height() > 0) in setSurfaceBoundariesLocked()
1416 mTmpSourceBounds.inset(mWin.mLastRelayoutContentInsets); in setSurfaceBoundariesLocked()
DWindowState.java272 final Rect mLastRelayoutContentInsets = new Rect(); field in WindowState
DWindowManagerService.java2155 win.mLastRelayoutContentInsets.set(win.mContentInsets); in relayoutWindow()