Searched refs:inOutFrame (Results 1 – 2 of 2) sorted by relevance
1136 inOutFrame.set(displayFrame); in getFrameProvider()1154 sTmpRect2.set(inOutFrame); in getFrameProvider()1168 if (sTmpRect2.contains(inOutFrame)) { in getFrameProvider()1169 inOutFrame.set(sTmpRect2); in getFrameProvider()1188 inOutFrame.right = inOutFrame.left + insetsSize.left; in calculateInsetsFrame()1190 inOutFrame.bottom = inOutFrame.top + insetsSize.top; in calculateInsetsFrame()1192 inOutFrame.left = inOutFrame.right - insetsSize.right; in calculateInsetsFrame()1194 inOutFrame.top = inOutFrame.bottom - insetsSize.bottom; in calculateInsetsFrame()1196 inOutFrame.setEmpty(); in calculateInsetsFrame()1212 sTmpRect.set(inOutFrame); in getImeSourceFrameProvider()[all …]
287 Rect displayFrame, Rect inOutFrame, Rect tempRect) { in extendFrameByCutout() argument288 if (displayCutoutSafe.contains(inOutFrame)) { in extendFrameByCutout()291 tempRect.set(inOutFrame); in extendFrameByCutout()297 inOutFrame.union(tempRect); in extendFrameByCutout()