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

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java222 final Rect mLastContentInsets = new Rect(); field in class:WindowState
1051 mContentInsetsChanged |= !mLastContentInsets.equals(mContentInsets);
2303 final Rect contentInsets = mLastContentInsets;
2654 pw.print(" content="); mLastContentInsets.printShortString(pw);

Completed in 153 milliseconds