Searched refs:windowFrame (Results 1 – 5 of 5) sorted by relevance
588 RectF windowFrame = mTempRectF; in recomputeBoundsLocked() local589 windowFrame.set(touchableFrame); in recomputeBoundsLocked()590 windowFrame.offset(-windowState.getFrameLw().left, in recomputeBoundsLocked()592 matrix.mapRect(windowFrame); in recomputeBoundsLocked()594 windowBounds.set((int) windowFrame.left, (int) windowFrame.top, in recomputeBoundsLocked()595 (int) windowFrame.right, (int) windowFrame.bottom); in recomputeBoundsLocked()1292 RectF windowFrame = mTempRectF; in computeWindowBoundsInScreen() local1293 windowFrame.set(touchableFrame); in computeWindowBoundsInScreen()1294 windowFrame.offset(-windowState.getFrameLw().left, -windowState.getFrameLw().top); in computeWindowBoundsInScreen()1299 matrix.mapRect(windowFrame); in computeWindowBoundsInScreen()[all …]
1404 field public static final int windowFrame = 16842837; // 0x1010055
1587 field public static final int windowFrame = 16842837; // 0x1010055
91205 Lcom/android/internal/R$attr;->windowFrame:I