Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java846 private Rect mGivenContentInsets = new Rect(); field in WindowManagerState.WindowState
868 mGivenContentInsets = extract(proto.givenContentInsets); in WindowState()
944 return mGivenContentInsets; in getGivenContentInsets()