Searched refs:mLastRelayoutContentInsets (Results 1 – 3 of 3) sorted by relevance
923 if (mTmpSourceBounds.isEmpty() && (mWin.mLastRelayoutContentInsets.width() > 0 in setSurfaceBoundariesLocked()924 || mWin.mLastRelayoutContentInsets.height() > 0) in setSurfaceBoundariesLocked()927 mTmpSourceBounds.inset(mWin.mLastRelayoutContentInsets); in setSurfaceBoundariesLocked()
329 final Rect mLastRelayoutContentInsets = new Rect(); field in WindowState
2156 win.mLastRelayoutContentInsets.set(win.mContentInsets); in relayoutWindow()