Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java1025 RectF windowFrame = mTempRectF; in recomputeBounds() local
1026 windowFrame.set(touchableFrame); in recomputeBounds()
1027 windowFrame.offset(-windowState.getFrame().left, in recomputeBounds()
1029 matrix.mapRect(windowFrame); in recomputeBounds()
1031 windowBounds.set((int) windowFrame.left, (int) windowFrame.top, in recomputeBounds()
1032 (int) windowFrame.right, (int) windowFrame.bottom); in recomputeBounds()
1911 RectF windowFrame = mTempRectF; in computeWindowRegionInScreen()
1912 windowFrame.set(rect); in computeWindowRegionInScreen()
1915 matrix.mapRect(windowFrame); in computeWindowRegionInScreen()
1918 outRegion.union(new Rect((int) windowFrame.left, (int) windowFrame.top, in computeWindowRegionInScreen()
[all …]
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt1670 field public static final int windowFrame = 16842837; // 0x1010055
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt1404 field public static final int windowFrame = 16842837; // 0x1010055
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt80099 Lcom/android/internal/R$attr;->windowFrame:I