Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DIWindowSession.aidl68 out float[] sizeCompatScale); in addToDisplay() argument
73 out float[] sizeCompatScale); in addToDisplayAsUser() argument
76 out Rect attachedFrame, out float[] sizeCompatScale); in addToDisplayWithoutInputChannel() argument
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DTaskSnapshotWindow.java125 final float[] sizeCompatScale = { 1f }; in create() local
131 new Rect(), sizeCompatScale); in create()