Searched refs:rotatedContentFrame (Results 1 – 1 of 1) sorted by relevance
174 final Rect rotatedContentFrame = win.mToken.getFixedRotationBarContentFrame(mWindowType); in getContentFrame() local175 return rotatedContentFrame != null ? rotatedContentFrame : mContentFrame; in getContentFrame()