Searched refs:parentFrame (Results 1 – 3 of 3) sorted by relevance
189 Rect containingFrame, Rect parentFrame) { in verifyFrameSizeAndPosition() argument194 assertEquals("Should be on the top", parentFrame.top, containingFrame.top); in verifyFrameSizeAndPosition()196 assertEquals("Should be on the bottom", parentFrame.bottom, containingFrame.bottom); in verifyFrameSizeAndPosition()200 assertEquals("Should be on the left", parentFrame.left, containingFrame.left); in verifyFrameSizeAndPosition()202 assertEquals("Should be on the right", parentFrame.right, containingFrame.right); in verifyFrameSizeAndPosition()
516 mParentFrame = extract(windowFramesProto.parentFrame); in WindowState()
873 mParentFrame = extract(windowFramesProto.parentFrame); in WindowState()