Searched refs:ANativeWindowSetBuffersGeometry (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/ |
H A D | BufferRejectionTests.kt | 33 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, 100, 100, 38 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, 0, 0, 70 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, bufferSize, 75 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, Point(0, 0), 99 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, 104 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, Point(0, 0), 133 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, 138 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 | 39 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, 0, 0, 54 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, bufferSize, 71 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, bufferSize, 90 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, bufferSize, 95 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, Point(0, 0),
|
H A D | InverseDisplayTransformTests.kt | 56 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, 61 activity.mSurfaceProxy.ANativeWindowSetBuffersGeometry(activity.surface!!, Point(0, 0),
|