Searched refs:mLastStableInsets (Results 1 – 1 of 1) sorted by relevance
289 private final Rect mLastStableInsets = new Rect(); field in WindowState1073 mStableInsetsChanged |= !mLastStableInsets.equals(mStableInsets); in setReportResizeHints()3023 final Rect stableInsets = mLastStableInsets; in reportResized()3409 pw.print(" stable="); mLastStableInsets.printShortString(pw); in dump()4433 mLastStableInsets.set(mStableInsets); in updateLastInsetValues()