Searched refs:mSurfaceControl (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | AttachedSurfaceControlSyncTest.java | 83 SurfaceControl mSurfaceControl; field in AttachedSurfaceControlSyncTest.GreenSurfaceAnchorView 90 t.setGeometry(mSurfaceControl, null, new Rect(mLocation[0], mLocation[1], 99 mSurfaceControl = new SurfaceControl.Builder() in GreenSurfaceAnchorView() 103 mSurface = new Surface(mSurfaceControl); in GreenSurfaceAnchorView() 126 getRootSurfaceControl().buildReparentTransaction(mSurfaceControl); in onAttachedToWindow() 127 t.setLayer(mSurfaceControl, -1) in onAttachedToWindow() 128 .setVisibility(mSurfaceControl, true) in onAttachedToWindow() 142 new SurfaceControl.Transaction().reparent(mSurfaceControl, null).apply(); in onDetachedFromWindow() 143 mSurfaceControl.release(); in onDetachedFromWindow()
|
D | ASurfaceControlBackPressureTest.java | 113 private final long mSurfaceControl; field in ASurfaceControlBackPressureTest.BasicSurfaceHolderCallback.BufferCycler 119 mSurfaceControl = surfaceControl; in BufferCycler() 136 nSurfaceTransaction_setBuffer(mSurfaceControl, surfaceTransaction, in run()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | FrameRateCtsActivity.java | 182 private SurfaceControl mSurfaceControl; field in FrameRateCtsActivity.TestSurface 197 mSurfaceControl = new SurfaceControl.Builder() in TestSurface() 205 transaction.setGeometry(mSurfaceControl, null, destFrame, Surface.ROTATION_0) in TestSurface() 210 mSurface = new Surface(mSurfaceControl); in TestSurface() 237 .setFrameRate(mSurfaceControl, frameRate, compatibility, in setFrameRate() 279 transaction.setVisibility(mSurfaceControl, visible).apply(); in setVisibility() 311 if (mSurfaceControl != null) { in release() 314 transaction.reparent(mSurfaceControl, null).apply(); in release() 318 mSurfaceControl.release(); in release() 319 mSurfaceControl = null; in release()
|