Searched refs:mLastContentInsets (Results 1 – 2 of 2) sorted by relevance
188 final Rect mLastContentInsets = new Rect(); field in WindowFrames325 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()
3151 final Rect contentInsets = mWindowFrames.mLastContentInsets; in reportResized()