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.java159 final Rect mLastContentInsets = new Rect(); field in WindowState
772 mContentInsetsChanged |= !mLastContentInsets.equals(mContentInsets); in setInsetsChanged()
1400 final Rect contentInsets = mLastContentInsets; in reportResized()
1587 pw.print(" content="); mLastContentInsets.printShortString(pw); in dump()
DWindowManagerService.java9433 w.mLastContentInsets.set(w.mContentInsets); in updateResizingWindows()
11755 win.mLastContentInsets.set(-1, -1, -1, -1); in waitForAllWindowsDrawn()