Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java845 private Rect mContentInsets = new Rect(); field in WindowManagerState.WindowState
875 mContentInsets = extract(windowFramesProto.contentInsets); in WindowState()
940 return mContentInsets; in getContentInsets()