Searched refs:mGivenContentInsets (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayPolicyTests.java | 510 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/ |
D | WindowState.java | 457 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()
|
D | DisplayPolicy.java | 1254 inOutFrame.inset(windowState.mGivenContentInsets); in getImeSourceFrameProvider() 1257 inOutFrame.inset(windowState.mGivenContentInsets); in getImeSourceFrameProvider()
|
D | WindowManagerService.java | 2182 + ", 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()
|