Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityController.java480 RectF windowFrame = mTempRectF; in recomputeBoundsLocked() local
483 windowFrame.set(windowState.mFrame); in recomputeBoundsLocked()
484 windowFrame.offset(-windowFrame.left, -windowFrame.top); in recomputeBoundsLocked()
485 matrix.mapRect(windowFrame); in recomputeBoundsLocked()
486 windowBounds.set((int) windowFrame.left, (int) windowFrame.top, in recomputeBoundsLocked()
487 (int) windowFrame.right, (int) windowFrame.bottom); in recomputeBoundsLocked()
495 windowFrame.set(touchableFrame); in recomputeBoundsLocked()
496 windowFrame.offset(-windowState.mFrame.left, -windowState.mFrame.top); in recomputeBoundsLocked()
497 matrix.mapRect(windowFrame); in recomputeBoundsLocked()
498 windowBounds.set((int) windowFrame.left, (int) windowFrame.top, in recomputeBoundsLocked()
[all …]
/frameworks/base/api/
Dsystem-current.txt1478 field public static final int windowFrame = 16842837; // 0x1010055
Dcurrent.txt1404 field public static final int windowFrame = 16842837; // 0x1010055