Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java188 final Rect mGivenContentInsets = new Rect(); field in WindowState
709 return mGivenContentInsets; in getGivenContentInsetsLw()
1339 applyInsets(outRegion, frame, mGivenContentInsets); in getTouchableRegion()
1538 mGivenContentInsets.printShortString(pw); in dump()
DWindowManagerService.java2852 w.mGivenContentInsets.set(contentInsets); in setInsetsWindow()
2857 w.mGivenContentInsets.scale(w.mGlobalScale); in setInsetsWindow()