Searched refs:mLastStableInsets (Results 1 – 2 of 2) sorted by relevance
163 final Rect mLastStableInsets = new Rect(); field in WindowFrames327 mStableInsetsChanged |= !mLastStableInsets.equals(mStableInsets); in setReportResizeHints()357 mLastStableInsets.set(mStableInsets); in updateLastInsetValues()441 + " stable=" + mLastStableInsets.toShortString(sTmpSB) in dump()
3153 final Rect stableInsets = mWindowFrames.mLastStableInsets; in reportResized()