Searched defs:mLastContentInsets (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java263 final Rect mLastContentInsets = new Rect(); field in class:WindowState
1071 mContentInsetsChanged |= !mLastContentInsets.equals(mContentInsets);
3021 final Rect contentInsets = mLastContentInsets;
3407 pw.print(" content="); mLastContentInsets.printShortString(pw);
4431 mLastContentInsets.set(mContentInsets);

Completed in 43 milliseconds