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.java353 final Rect mGivenContentInsets = new Rect(); field in WindowState
1167 return mGivenContentInsets; in getGivenContentInsetsLw()
2999 applyInsets(outRegion, frame, mGivenContentInsets); in getTouchableRegion()
3438 mGivenContentInsets.writeToProto(proto, GIVEN_CONTENT_INSETS); in writeToProto()
3541 pw.println(prefix + "mGivenContentInsets=" + mGivenContentInsets.toShortString(sTmpSB) in dump()
DWindowManagerService.java1899 + ", contentInsets=" + w.mGivenContentInsets + " -> " + contentInsets in setInsetsWindow()
1905 w.mGivenContentInsets.set(contentInsets); in setInsetsWindow()
1910 w.mGivenContentInsets.scale(w.mGlobalScale); in setInsetsWindow()