Searched refs:ANativeWindowSetBuffersGeometry (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/ |
H A D | BufferRejectionTests.kt | 32 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 D | SurfaceProxy.kt | 41 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 D | GeometryTests.kt | 38 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 D | InverseDisplayTransformTests.kt | 55 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, 60 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, Point(0, 0),
|