Searched refs:mCompatFrame (Results 1 – 3 of 3) sorted by relevance
73 final Rect mCompatFrame = new Rect(); field in WindowFrames183 mCompatFrame.dumpDebug(proto, COMPAT_FRAME); in dumpDebug()
1306 windowFrames.mCompatFrame.set(windowFrames.mFrame); in setFrames()1310 windowFrames.mCompatFrame.scale(mInvGlobalScale); in setFrames()3640 outFrames.frame.set(mWindowFrames.mCompatFrame); in fillClientWindowFramesAndConfiguration()3722 mWindowFrames.mCompatFrame); in reportResized()4198 pw.println(prefix + "mCompatFrame=" + mWindowFrames.mCompatFrame.toShortString(sTmpSB)); in dump()
694 final Rect unscaledCompatFrame = new Rect(w.getWindowFrames().mCompatFrame); in testCompatOverrideScale()699 unscaledCompatFrame.set(child.getWindowFrames().mCompatFrame); in testCompatOverrideScale()