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.java555 RectF windowFrame = mTempRectF; in recomputeBoundsLocked() local
556 windowFrame.set(touchableFrame); in recomputeBoundsLocked()
557 windowFrame.offset(-windowState.mFrame.left, -windowState.mFrame.top); in recomputeBoundsLocked()
558 matrix.mapRect(windowFrame); in recomputeBoundsLocked()
560 windowBounds.set((int) windowFrame.left, (int) windowFrame.top, in recomputeBoundsLocked()
561 (int) windowFrame.right, (int) windowFrame.bottom); in recomputeBoundsLocked()
1223 RectF windowFrame = mTempRectF; in computeWindowBoundsInScreen() local
1224 windowFrame.set(touchableFrame); in computeWindowBoundsInScreen()
1225 windowFrame.offset(-windowState.mFrame.left, -windowState.mFrame.top); in computeWindowBoundsInScreen()
1230 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.txt1519 field public static final int windowFrame = 16842837; // 0x1010055
Dsystem-current.txt1646 field public static final int windowFrame = 16842837; // 0x1010055