Searched refs:mParentFrame (Results 1 – 3 of 3) sorted by relevance
41 public final Rect mParentFrame = new Rect(); field in WindowFrames87 mParentFrame.set(parentFrame); in setFrames()179 mParentFrame.dumpDebug(proto, PARENT_FRAME); in dumpDebug()187 pw.println(prefix + "Frames: parent=" + mParentFrame.toShortString(sTmpSB) in dump()
1303 mTmpRect.set(windowFrames.mParentFrame); in setFrames()1306 windowFrames.mParentFrame.set(clientWindowFrames.parentFrame); in setFrames()1335 || !mTmpRect.equals(windowFrames.mParentFrame)) { in setFrames()1407 return mWindowFrames.mParentFrame; in getParentFrame()
152 wallpaperWindow.getWindowFrames().mParentFrame.set(dc.getBounds()); in testWallpaperSizeWithFixedTransform()528 wallpaperWindow.getWindowFrames().mParentFrame.set(new Rect(0, 0, width, height)); in createWallpaperWindow()