Home
last modified time | relevance | path

Searched refs:createFromWindow (Results 1 – 3 of 3) sorted by relevance

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DASurfaceControlTest.java195 public long createFromWindow(Surface surface) { in createFromWindow() method in ASurfaceControlTest.BasicSurfaceHolderCallback
327 long surfaceControl = createFromWindow(holder.getSurface()); in testSurfaceControl_createFromWindow()
344 long parentSurfaceControl = createFromWindow(holder.getSurface()); in testSurfaceControl_create()
367 long parentSurfaceControl = createFromWindow(holder.getSurface()); in testSurfaceControl_fromJava()
391 long surfaceControl = createFromWindow(holder.getSurface()); in testSurfaceTransaction_fromJava()
412 long surfaceControl = createFromWindow(holder.getSurface()); in testSurfaceControl_acquire()
435 long surfaceControl = createFromWindow(holder.getSurface()); in testSurfaceTransaction_setBuffer()
454 long surfaceControl = createFromWindow(holder.getSurface()); in testSurfaceTransaction_setNullBuffer()
474 long parentSurfaceControl = createFromWindow(holder.getSurface()); in testSurfaceTransaction_setBuffer_parentAndChild()
497 long parentSurfaceControl = createFromWindow(holder.getSurface()); in testSurfaceTransaction_setBuffer_childOnly()
[all …]
DSurfaceControlTest.java168 public SurfaceControl createFromWindow(SurfaceHolder surfaceHolder) { in createFromWindow() method in SurfaceControlTest.BasicSurfaceHolderCallback
305 createFromWindow(holder); in testSurfaceControl_createFromWindow()
322 SurfaceControl parentSurfaceControl = createFromWindow(holder); in testSurfaceControl_create()
340 SurfaceControl surfaceControl = createFromWindow(holder); in testSurfaceControl_acquire()
359 SurfaceControl surfaceControl = createFromWindow(holder); in testSurfaceTransaction_setBuffer()
378 SurfaceControl parentSurfaceControl = createFromWindow(holder); in testSurfaceTransaction_setBuffer_parentAndChild()
401 SurfaceControl parentSurfaceControl = createFromWindow(holder); in testSurfaceTransaction_setBuffer_childOnly()
422 SurfaceControl surfaceControl = createFromWindow(holder); in testSurfaceTransaction_setVisibility_show()
445 SurfaceControl surfaceControl = createFromWindow(holder); in testSurfaceTransaction_setVisibility_hide()
468 SurfaceControl surfaceControl = createFromWindow(holder); in testSurfaceTransaction_setBufferOpaque_opaque()
[all …]
DASurfaceControlBackPressureTest.java184 public long createFromWindow(Surface surface) { in createFromWindow() method in ASurfaceControlBackPressureTest.BasicSurfaceHolderCallback
223 long surfaceControl = createFromWindow(holder.getSurface()); in testSurfaceTransaction_setEnableBackPressure()
253 long surfaceControl = createFromWindow(holder.getSurface()); in testSurfaceTransaction_defaultBackPressureDisabled()