Searched refs:mCompatFrame (Results 1 – 3 of 3) sorted by relevance
72 final Rect mCompatFrame = new Rect(); field in WindowFrames182 mCompatFrame.dumpDebug(proto, COMPAT_FRAME); in dumpDebug()
1309 windowFrames.mCompatFrame.set(windowFrames.mFrame); in setFrames()1313 windowFrames.mCompatFrame.scale(mInvGlobalScale); in setFrames()3666 outFrames.frame.set(mWindowFrames.mCompatFrame); in fillClientWindowFramesAndConfiguration()3720 mWindowFrames.mCompatFrame); in reportResized()4166 pw.println(prefix + "mCompatFrame=" + mWindowFrames.mCompatFrame.toShortString(sTmpSB)); in dump()
666 final Rect unscaledCompatFrame = new Rect(w.getWindowFrames().mCompatFrame); in testCompatOverrideScale()671 unscaledCompatFrame.set(child.getWindowFrames().mCompatFrame); in testCompatOverrideScale()