Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityController.java588 RectF windowFrame = mTempRectF; in recomputeBoundsLocked() local
589 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() local
1293 windowFrame.set(touchableFrame); in computeWindowBoundsInScreen()
1294 windowFrame.offset(-windowState.getFrameLw().left, -windowState.getFrameLw().top); in computeWindowBoundsInScreen()
1299 matrix.mapRect(windowFrame); in computeWindowBoundsInScreen()
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1404 field public static final int windowFrame = 16842837; // 0x1010055
/frameworks/base/non-updatable-api/
Dcurrent.txt1587 field public static final int windowFrame = 16842837; // 0x1010055
/frameworks/base/api/
Dcurrent.txt1587 field public static final int windowFrame = 16842837; // 0x1010055
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt91205 Lcom/android/internal/R$attr;->windowFrame:I