/cts/tests/tests/view/src/android/view/cts/util/ |
D | ASurfaceControlTestUtils.java | 39 public static void reparent(long surfaceControl, long newParentSurfaceControl) { in reparent() 50 public static void setVisibility(long surfaceControl, boolean visible) { in setVisibility() 56 public static void setBufferOpaque(long surfaceControl, boolean opaque) { in setBufferOpaque() 62 public static void setGeometry(long surfaceControl, int srcLeft, int srcTop, int srcRight, in setGeometry() 72 public static void setZOrder(long surfaceControl, int z) { in setZOrder() 78 public static void setBufferAlpha(long surfaceControl, double alpha) { in setBufferAlpha() 84 public static void setColor(long surfaceControl, float red, float green, float blue, in setColor() 91 public static void setPosition(long surfaceControl, int x, int y) { in setPosition() 97 public static void setScale(long surfaceControl, float xScale, float yScale) { in setScale() 103 public static void setBufferTransform(long surfaceControl, int bufferTransform) { in setBufferTransform() [all …]
|
/cts/tests/tests/view/jni/ |
D | android_view_cts_ASurfaceControlTest.cpp | 171 ASurfaceControl* surfaceControl = in SurfaceControl_createFromWindow() local 183 ASurfaceControl* surfaceControl = nullptr; in SurfaceControl_create() local 193 void SurfaceControl_acquire(JNIEnv* /*env*/, jclass, jlong surfaceControl) { in SurfaceControl_acquire() 197 void SurfaceControl_release(JNIEnv* /*env*/, jclass, jlong surfaceControl) { in SurfaceControl_release() 202 jlong surfaceControl, in SurfaceTransaction_setSolidBuffer() 224 void SurfaceTransaction_setBuffer(JNIEnv* /*env*/, jclass, jlong surfaceControl, in SurfaceTransaction_setBuffer() 237 JNIEnv* /*env*/, jclass, jlong surfaceControl, jlong surfaceTransaction, in SurfaceTransaction_setQuadrantBuffer() 266 jlong surfaceControl, in SurfaceTransaction_setVisibility() 276 jlong surfaceControl, in SurfaceTransaction_setBufferOpaque() 287 jlong surfaceControl, in SurfaceTransaction_setGeometry() [all …]
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ASurfaceControlBackPressureTest.java | 118 BufferCycler(long surfaceControl, long[] buffers) { in BufferCycler() 190 long surfaceControl = nSurfaceControl_createFromWindow(surface); in createFromWindow() local 197 public void setEnableBackPressure(long surfaceControl, boolean enableBackPressure) { in setEnableBackPressure() 204 public long setSolidBuffer(long surfaceControl, int width, int height, int color) { in setSolidBuffer() 214 public void addBufferCycler(long surfaceControl, long[] buffers) { in addBufferCycler()
|
D | ASurfaceControlTest.java | 168 long surfaceControl = nSurfaceControl_createFromWindow(surface); in createFromWindow() local 184 long surfaceControl, long surfaceTransaction, int width, int height, int color) { in setSolidBuffer() 192 public long setSolidBuffer(long surfaceControl, int width, int height, int color) { in setSolidBuffer() 208 public void setQuadrantBuffer(long surfaceControl, long surfaceTransaction, int width, in setQuadrantBuffer() 217 public void setQuadrantBuffer(long surfaceControl, int width, int height, int colorTopLeft, in setQuadrantBuffer()
|
/cts/tests/tests/widget/src/android/widget/cts/inline/ |
D | InlineContentViewTest.java | 96 final SurfaceControl surfaceControl = ((InlineContentView) view).getSurfaceControl(); in testGetSurfaceControl() local
|
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_FrameRateCtsActivity.cpp | 212 ASurfaceControl* surfaceControl = in surfaceControlSetFrameRate() local 222 ASurfaceControl* surfaceControl = in surfaceControlSetVisibility() local 234 ASurfaceControl* surfaceControl = surface->getSurfaceControl(); in surfaceControlPostBuffer() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | SurfaceControlTest.java | 137 SurfaceControl surfaceControl = new SurfaceControl.Builder() in buildSmallRedSurface() local
|