Home
last modified time | relevance | path

Searched refs:sizeCompatScale (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DIWindowSession.aidl53 out float[] sizeCompatScale); in addToDisplay() argument
58 out float[] sizeCompatScale); in addToDisplayAsUser() argument
61 out Rect attachedFrame, out float[] sizeCompatScale); in addToDisplayWithoutInputChannel() argument
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DTaskSnapshotWindow.java123 final float[] sizeCompatScale = { 1f }; in create() local
129 new Rect(), sizeCompatScale); in create()