Searched refs:mRotatedDisplayInfoOverscan (Results 1 – 1 of 1) sorted by relevance
113 private final Rect mRotatedDisplayInfoOverscan = new Rect(); field in DisplayFrames136 mRotatedDisplayInfoOverscan.left = mDisplayInfoOverscan.top; in onBeginLayout()137 mRotatedDisplayInfoOverscan.top = mDisplayInfoOverscan.right; in onBeginLayout()138 mRotatedDisplayInfoOverscan.right = mDisplayInfoOverscan.bottom; in onBeginLayout()139 mRotatedDisplayInfoOverscan.bottom = mDisplayInfoOverscan.left; in onBeginLayout()142 mRotatedDisplayInfoOverscan.left = mDisplayInfoOverscan.right; in onBeginLayout()143 mRotatedDisplayInfoOverscan.top = mDisplayInfoOverscan.bottom; in onBeginLayout()144 mRotatedDisplayInfoOverscan.right = mDisplayInfoOverscan.left; in onBeginLayout()145 mRotatedDisplayInfoOverscan.bottom = mDisplayInfoOverscan.top; in onBeginLayout()148 mRotatedDisplayInfoOverscan.left = mDisplayInfoOverscan.bottom; in onBeginLayout()[all …]