Searched refs:mLastRelayoutContentInsets (Results 1 – 2 of 2) sorted by relevance
894 if (mTmpSourceBounds.isEmpty() && (mWin.mLastRelayoutContentInsets.width() > 0 in setSurfaceBoundariesLocked()895 || mWin.mLastRelayoutContentInsets.height() > 0) in setSurfaceBoundariesLocked()898 mTmpSourceBounds.inset(mWin.mLastRelayoutContentInsets); in setSurfaceBoundariesLocked()
352 final Rect mLastRelayoutContentInsets = new Rect(); field in WindowState5231 mLastRelayoutContentInsets.set(mWindowFrames.mContentInsets); in getInsetsForRelayout()