Home
last modified time | relevance | path

Searched refs:mGivenContentInsets (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DInsetsSourceProvider.java135 mTmpRect.inset(mWin.mGivenContentInsets); in onPostLayout()
DWindowState.java364 final Rect mGivenContentInsets = new Rect(); field in WindowState
1205 return mGivenContentInsets; in getGivenContentInsetsLw()
3082 applyInsets(outRegion, frame, mGivenContentInsets); in getTouchableRegion()
3553 mGivenContentInsets.writeToProto(proto, GIVEN_CONTENT_INSETS); in writeToProto()
3656 pw.println(prefix + "mGivenContentInsets=" + mGivenContentInsets.toShortString(sTmpSB) in dump()
DWindowManagerService.java1912 + ", contentInsets=" + w.mGivenContentInsets + " -> " + contentInsets in setInsetsWindow()
1918 w.mGivenContentInsets.set(contentInsets); in setInsetsWindow()
1923 w.mGivenContentInsets.scale(w.mGlobalScale); in setInsetsWindow()