Searched refs:mDecorFrame (Results 1 – 4 of 4) sorted by relevance
90 public final Rect mDecorFrame = new Rect(); field in WindowFrames214 mDecorFrame.set(decorFrame); in setFrames()405 mDecorFrame.writeToProto(proto, DECOR_FRAME); in writeToProto()427 pw.println(prefix + " decor=" + mDecorFrame.toShortString(sTmpSB)); in dump()
1137 return mWindowFrames.mDecorFrame; in getDecorFrame()4425 if (mWindowFrames.mDecorFrame.isEmpty()) { in skipDecorCrop()4471 final Rect decorRect = mWindowFrames.mDecorFrame; in calculateSystemDecorRect()
1873 final Rect dcf = windowFrames.mDecorFrame; in layoutWindowLw()
352 windowFrames.mDecorFrame.setEmpty(); in testCalculatePolicyCrop()