Searched defs:mLastContentInsets (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java268 final Rect mLastContentInsets = new Rect(); field in class:WindowState
1120 mContentInsetsChanged |= !mLastContentInsets.equals(mContentInsets);
3145 final Rect contentInsets = mLastContentInsets;
3546 pw.print(" content="); mLastContentInsets.printShortString(pw);
4588 mLastContentInsets.set(mContentInsets);

Completed in 124 milliseconds