Searched refs:windowFrame (Results 1 – 4 of 4) sorted by relevance
956 RectF windowFrame = mTempRectF; in recomputeBounds() local957 windowFrame.set(touchableFrame); in recomputeBounds()958 windowFrame.offset(-windowState.getFrame().left, in recomputeBounds()960 matrix.mapRect(windowFrame); in recomputeBounds()962 windowBounds.set((int) windowFrame.left, (int) windowFrame.top, in recomputeBounds()963 (int) windowFrame.right, (int) windowFrame.bottom); in recomputeBounds()1829 RectF windowFrame = mTempRectF; in computeWindowRegionInScreen()1830 windowFrame.set(rect); in computeWindowRegionInScreen()1831 windowFrame.offset(-windowState.getFrame().left, -windowState.getFrame().top); in computeWindowRegionInScreen()1833 matrix.mapRect(windowFrame); in computeWindowRegionInScreen()[all …]
1668 field public static final int windowFrame = 16842837; // 0x1010055
1404 field public static final int windowFrame = 16842837; // 0x1010055
80099 Lcom/android/internal/R$attr;->windowFrame:I