Searched refs:mLastRelayoutContentInsets (Results 1 – 3 of 3) sorted by relevance
1412 if (mTmpSourceBounds.isEmpty() && (mWin.mLastRelayoutContentInsets.width() > 0 in setSurfaceBoundariesLocked()1413 || mWin.mLastRelayoutContentInsets.height() > 0) in setSurfaceBoundariesLocked()1416 mTmpSourceBounds.inset(mWin.mLastRelayoutContentInsets); in setSurfaceBoundariesLocked()
272 final Rect mLastRelayoutContentInsets = new Rect(); field in WindowState
2155 win.mLastRelayoutContentInsets.set(win.mContentInsets); in relayoutWindow()