Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyTests.java510 mImeWindow.mGivenContentInsets.set(0, displayInfo.logicalHeight, 0, 0); in testImeMinimalSourceFrame()
535 mImeWindow.mGivenContentInsets.set(0, 10, 0, 0); in testImeInsetsGivenContentFrame()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java457 final Rect mGivenContentInsets = new Rect(); field in WindowState
3506 applyInsets(outRegion, frame, mGivenContentInsets); in getTouchableRegion()
4058 mGivenContentInsets.dumpDebug(proto, GIVEN_CONTENT_INSETS); in dumpDebug()
4175 pw.println(prefix + "mGivenContentInsets=" + mGivenContentInsets.toShortString(sTmpSB) in dump()
DDisplayPolicy.java1254 inOutFrame.inset(windowState.mGivenContentInsets); in getImeSourceFrameProvider()
1257 inOutFrame.inset(windowState.mGivenContentInsets); in getImeSourceFrameProvider()
DWindowManagerService.java2182 + ", contentInsets=" + w.mGivenContentInsets + " -> " + contentInsets in setInsetsWindow()
2191 && w.mGivenContentInsets.equals(contentInsets) in setInsetsWindow()
2196 w.mGivenContentInsets.set(contentInsets); in setInsetsWindow()
2201 w.mGivenContentInsets.scale(w.mGlobalScale); in setInsetsWindow()