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/
DWindowFrames.java188 final Rect mLastContentInsets = new Rect(); field in WindowFrames
325 mContentInsetsChanged |= !mLastContentInsets.equals(mContentInsets); in setReportResizeHints()
355 mLastContentInsets.set(mContentInsets); in updateLastInsetValues()
367 mLastContentInsets.set(-1, -1, -1, -1); in resetLastContentInsets()
439 + " content=" + mLastContentInsets.toShortString(sTmpSB) in dump()
DWindowState.java3151 final Rect contentInsets = mWindowFrames.mLastContentInsets; in reportResized()