Home
last modified time | relevance | path

Searched refs:ANativeWindowSetBuffersGeometry (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/
H A DBufferRejectionTests.kt32 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, 100, 100,
37 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, 0, 0,
68 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, bufferSize,
73 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, Point(0, 0),
95 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!,
100 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, Point(0, 0),
126 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!,
131 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!,
H A DSurfaceProxy.kt41 fun ANativeWindowSetBuffersGeometry(surface: Any, size: Point, format: Int) { regex
42 ANativeWindowSetBuffersGeometry(surface, size.x, size.y, format)
44 external fun ANativeWindowSetBuffersGeometry(surface: Any, width: Int, height: Int, format: Int)
H A DGeometryTests.kt38 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, 0, 0,
53 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, bufferSize,
70 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, bufferSize,
89 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, bufferSize,
94 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, Point(0, 0),
H A DInverseDisplayTransformTests.kt55 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!,
60 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, Point(0, 0),