Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/server/am/
DWindowManagerState.java512 WindowFramesProto windowFramesProto = proto.windowFrames; in WindowState() local
513 if (windowFramesProto != null) { in WindowState()
514 mFrame = extract(windowFramesProto.frame); in WindowState()
515 mContainingFrame = extract(windowFramesProto.containingFrame); in WindowState()
516 mParentFrame = extract(windowFramesProto.parentFrame); in WindowState()
517 mContentFrame = extract(windowFramesProto.contentFrame); in WindowState()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java869 WindowFramesProto windowFramesProto = proto.windowFrames; in WindowState() local
870 if (windowFramesProto != null) { in WindowState()
871 mFrame = extract(windowFramesProto.frame); in WindowState()
872 mContainingFrame = extract(windowFramesProto.containingFrame); in WindowState()
873 mParentFrame = extract(windowFramesProto.parentFrame); in WindowState()
874 mContentFrame = extract(windowFramesProto.contentFrame); in WindowState()
875 mContentInsets = extract(windowFramesProto.contentInsets); in WindowState()