Searched refs:parentSurfaceControl (Results 1 – 3 of 3) sorted by relevance
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
D | ASurfaceControlTest.java | 203 public long create(long parentSurfaceControl) { in create() argument 204 long childSurfaceControl = nSurfaceControl_create(parentSurfaceControl); in create() 344 long parentSurfaceControl = createFromWindow(holder.getSurface()); in testSurfaceControl_create() 345 long childSurfaceControl = create(parentSurfaceControl); in testSurfaceControl_create() 367 long parentSurfaceControl = createFromWindow(holder.getSurface()); in testSurfaceControl_fromJava() 371 reparent(childSurfaceControl, parentSurfaceControl); in testSurfaceControl_fromJava() 474 long parentSurfaceControl = createFromWindow(holder.getSurface()); in testSurfaceTransaction_setBuffer_parentAndChild() 475 long childSurfaceControl = create(parentSurfaceControl); in testSurfaceTransaction_setBuffer_parentAndChild() 477 setSolidBuffer(parentSurfaceControl, DEFAULT_LAYOUT_WIDTH, in testSurfaceTransaction_setBuffer_parentAndChild() 497 long parentSurfaceControl = createFromWindow(holder.getSurface()); in testSurfaceTransaction_setBuffer_childOnly() [all …]
|
D | SurfaceControlTest.java | 179 public SurfaceControl create(SurfaceControl parentSurfaceControl) { in create() argument 180 assertNotNull("No parent?", parentSurfaceControl); in create() 182 .setParent(parentSurfaceControl) in create() 322 SurfaceControl parentSurfaceControl = createFromWindow(holder); in testSurfaceControl_create() 323 SurfaceControl childSurfaceControl = create(parentSurfaceControl); in testSurfaceControl_create() 378 SurfaceControl parentSurfaceControl = createFromWindow(holder); in testSurfaceTransaction_setBuffer_parentAndChild() 379 SurfaceControl childSurfaceControl = create(parentSurfaceControl); in testSurfaceTransaction_setBuffer_parentAndChild() 381 setSolidBuffer(parentSurfaceControl, DEFAULT_LAYOUT_WIDTH, in testSurfaceTransaction_setBuffer_parentAndChild() 401 SurfaceControl parentSurfaceControl = createFromWindow(holder); in testSurfaceTransaction_setBuffer_childOnly() 402 SurfaceControl childSurfaceControl = create(parentSurfaceControl); in testSurfaceTransaction_setBuffer_childOnly() [all …]
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | FrameRateCtsActivity.java | 196 TestSurface(Api api, SurfaceControl parentSurfaceControl, Surface parentSurface, in TestSurface() argument 203 assertNotNull("No parent surface", parentSurfaceControl); in TestSurface() 205 .setParent(parentSurfaceControl) in TestSurface()
|