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.java517 RectF windowFrame = mTempRectF; in recomputeBoundsLocked() local
518 windowFrame.set(touchableFrame); in recomputeBoundsLocked()
519 windowFrame.offset(-windowState.mFrame.left, -windowState.mFrame.top); in recomputeBoundsLocked()
520 matrix.mapRect(windowFrame); in recomputeBoundsLocked()
522 windowBounds.set((int) windowFrame.left, (int) windowFrame.top, in recomputeBoundsLocked()
523 (int) windowFrame.right, (int) windowFrame.bottom); in recomputeBoundsLocked()
1185 RectF windowFrame = mTempRectF; in computeWindowBoundsInScreen() local
1186 windowFrame.set(touchableFrame); in computeWindowBoundsInScreen()
1187 windowFrame.offset(-windowState.mFrame.left, -windowState.mFrame.top); in computeWindowBoundsInScreen()
1192 matrix.mapRect(windowFrame); in computeWindowBoundsInScreen()
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1404 field public static final int windowFrame = 16842837; // 0x1010055
/frameworks/base/api/
Dcurrent.txt1448 field public static final int windowFrame = 16842837; // 0x1010055
Dtest-current.txt1448 field public static final int windowFrame = 16842837; // 0x1010055
Dsystem-current.txt1559 field public static final int windowFrame = 16842837; // 0x1010055