Searched refs:mParentFrame (Results 1 – 3 of 3) sorted by relevance
41 public final Rect mParentFrame = new Rect(); field in WindowFrames88 mParentFrame.set(parentFrame); in setFrames()180 mParentFrame.dumpDebug(proto, PARENT_FRAME); in dumpDebug()188 pw.println(prefix + "Frames: parent=" + mParentFrame.toShortString(sTmpSB) in dump()
1300 mTmpRect.set(windowFrames.mParentFrame); in setFrames()1303 windowFrames.mParentFrame.set(clientWindowFrames.parentFrame); in setFrames()1332 || !mTmpRect.equals(windowFrames.mParentFrame)) { in setFrames()1409 return mWindowFrames.mParentFrame; in getParentFrame()
140 wallpaperWindow.getWindowFrames().mParentFrame.set(dc.getBounds()); in testWallpaperSizeWithFixedTransform()563 wallpaperWindow.getWindowFrames().mParentFrame.set(new Rect(0, 0, width, height)); in createWallpaperWindow()