Home
last modified time | relevance | path

Searched refs:windowFrame (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityController.java956 RectF windowFrame = mTempRectF; in recomputeBounds() local
957 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 …]
/frameworks/base/core/api/
Dcurrent.txt1668 field public static final int windowFrame = 16842837; // 0x1010055
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1404 field public static final int windowFrame = 16842837; // 0x1010055
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt80099 Lcom/android/internal/R$attr;->windowFrame:I