Home
last modified time | relevance | path

Searched refs:childSurfaceControl (Results 1 – 2 of 2) sorted by relevance

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DASurfaceControlTest.java204 long childSurfaceControl = nSurfaceControl_create(parentSurfaceControl); in create() local
205 assertTrue("failed to create child surface control", childSurfaceControl != 0); in create()
207 mSurfaceControls.add(childSurfaceControl); in create()
208 return childSurfaceControl; in create()
345 long childSurfaceControl = create(parentSurfaceControl); in testSurfaceControl_create()
361 final long childSurfaceControl = nSurfaceControl_fromJava(control); in testSurfaceControl_fromJava() local
362 assertTrue(childSurfaceControl != 0); in testSurfaceControl_fromJava()
368 setVisibility(childSurfaceControl, true); in testSurfaceControl_fromJava()
369 setSolidBuffer(childSurfaceControl, DEFAULT_LAYOUT_WIDTH, in testSurfaceControl_fromJava()
371 reparent(childSurfaceControl, parentSurfaceControl); in testSurfaceControl_fromJava()
[all …]
DSurfaceControlTest.java323 SurfaceControl childSurfaceControl = create(parentSurfaceControl); in testSurfaceControl_create()
379 SurfaceControl childSurfaceControl = create(parentSurfaceControl); in testSurfaceTransaction_setBuffer_parentAndChild()
383 setSolidBuffer(childSurfaceControl, DEFAULT_LAYOUT_WIDTH, in testSurfaceTransaction_setBuffer_parentAndChild()
402 SurfaceControl childSurfaceControl = create(parentSurfaceControl); in testSurfaceTransaction_setBuffer_childOnly()
404 setSolidBuffer(childSurfaceControl, DEFAULT_LAYOUT_WIDTH, in testSurfaceTransaction_setBuffer_childOnly()
628 SurfaceControl childSurfaceControl = create(parentSurfaceControl); in testSurfaceTransaction_setDestinationRect_parentSmall()
630 setSolidBuffer(childSurfaceControl, DEFAULT_LAYOUT_WIDTH, in testSurfaceTransaction_setDestinationRect_parentSmall()
653 SurfaceControl childSurfaceControl = create(parentSurfaceControl); in testSurfaceTransaction_setDestinationRect_childSmall()
655 setSolidBuffer(childSurfaceControl, DEFAULT_LAYOUT_WIDTH, in testSurfaceTransaction_setDestinationRect_childSmall()
658 .setScale(childSurfaceControl, .4f, .4f) in testSurfaceTransaction_setDestinationRect_childSmall()
[all …]