Home
last modified time | relevance | path

Searched refs:mLastContentInsets (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java320 final Rect mLastContentInsets = new Rect(); field in WindowState
1240 mContentInsetsChanged |= !mLastContentInsets.equals(mContentInsets); in setReportResizeHints()
2991 final Rect contentInsets = mLastContentInsets; in reportResized()
3435 pw.print(" content="); mLastContentInsets.printShortString(pw); in dump()
4485 mLastContentInsets.set(mContentInsets); in updateLastInsetValues()
DDisplayContent.java2831 w.mLastContentInsets.set(-1, -1, -1, -1); in waitForAllWindowsDrawn()