Searched refs:windowFramesProto (Results 1 – 2 of 2) sorted by relevance
512 WindowFramesProto windowFramesProto = proto.windowFrames; in WindowState() local513 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()
869 WindowFramesProto windowFramesProto = proto.windowFrames; in WindowState() local870 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()