| /cts/tests/surfacecontrol/src/android/view/cts/util/ |
| D | ASurfaceControlTestUtils.java | 41 public static void reparent(long surfaceControl, long newParentSurfaceControl) { in reparent() 52 public static void setVisibility(long surfaceControl, boolean visible) { in setVisibility() 58 public static void setBufferOpaque(long surfaceControl, boolean opaque) { in setBufferOpaque() 64 public static void setGeometry(long surfaceControl, int srcLeft, int srcTop, int srcRight, in setGeometry() 74 public static void setZOrder(long surfaceControl, int z) { in setZOrder() 80 public static void setBufferAlpha(long surfaceControl, double alpha) { in setBufferAlpha() 86 public static void setColor(long surfaceControl, float red, float green, float blue, in setColor() 93 public static void setPosition(long surfaceControl, int x, int y) { in setPosition() 99 public static void setScale(long surfaceControl, float xScale, float yScale) { in setScale() 105 public static void setBufferTransform(long surfaceControl, int bufferTransform) { in setBufferTransform() [all …]
|
| /cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
| D | ASurfaceControlBackPressureTest.java | 117 BufferCycler(long surfaceControl, long[] buffers) { in BufferCycler() 189 long surfaceControl = nSurfaceControl_createFromWindow(surface); in createFromWindow() local 196 public void setEnableBackPressure(long surfaceControl, boolean enableBackPressure) { in setEnableBackPressure() 203 public long setSolidBuffer(long surfaceControl, int width, int height, int color) { in setSolidBuffer() 213 public void addBufferCycler(long surfaceControl, long[] buffers) { in addBufferCycler()
|
| D | SurfaceControlTest.java | 159 SurfaceControl surfaceControl = new SurfaceControl.Builder() in createFromWindow() local 170 SurfaceControl surfaceControl = new SurfaceControl.Builder() in create() local 179 public void setSolidBuffer(SurfaceControl surfaceControl, in setSolidBuffer() 189 public void setSolidBuffer(SurfaceControl surfaceControl, in setSolidBuffer() 200 public void setSolidBuffer(SurfaceControl surfaceControl, in setSolidBuffer() 210 public void setQuadrantBuffer(SurfaceControl surfaceControl, in setQuadrantBuffer() 222 public void setSourceToDefaultDest(SurfaceControl surfaceControl, Rect src) { in setSourceToDefaultDest() 1955 SurfaceControl surfaceControl = new SurfaceControl.Builder() in buildSmallRedSurface() local
|
| D | ASurfaceControlTest.java | 189 long surfaceControl = nSurfaceControl_createFromWindow(surface); in createFromWindow() local 205 long surfaceControl, long surfaceTransaction, int width, int height, int color) { in setSolidBuffer() 213 public long setSolidBuffer(long surfaceControl, int width, int height, int color) { in setSolidBuffer() 229 public void setNullBuffer(long surfaceControl) { in setNullBuffer() 244 public void setQuadrantBuffer(long surfaceControl, long surfaceTransaction, int width, in setQuadrantBuffer() 253 public void setQuadrantBuffer(long surfaceControl, int width, int height, int colorTopLeft, in setQuadrantBuffer() 1963 long surfaceControl = nSurfaceControl_createFromWindow(holder.getSurface()); in verifySetFrameTimeline() local
|
| D | TrustedPresentationCallbackTest.java | 110 SurfaceControl surfaceControl = new SurfaceControl.Builder() in createChildSc() local 119 private void setBuffer(SurfaceControl surfaceControl, int width, int height) { in setBuffer()
|
| /cts/tests/surfacecontrol/jni/ |
| D | android_view_cts_ASurfaceControlTest.cpp | 209 ASurfaceControl* surfaceControl = in SurfaceControl_createFromWindow() local 221 ASurfaceControl* surfaceControl = nullptr; in SurfaceControl_create() local 231 void SurfaceControl_acquire(JNIEnv* /*env*/, jclass, jlong surfaceControl) { in SurfaceControl_acquire() 239 void SurfaceControl_release(JNIEnv* /*env*/, jclass, jlong surfaceControl) { in SurfaceControl_release() 244 jlong surfaceControl, in SurfaceTransaction_setSolidBuffer() 266 void SurfaceTransaction_setBuffer(JNIEnv* /*env*/, jclass, jlong surfaceControl, in SurfaceTransaction_setBuffer() 279 JNIEnv* /*env*/, jclass, jlong surfaceControl, jlong surfaceTransaction, in SurfaceTransaction_setQuadrantBuffer() 308 jlong surfaceControl, in SurfaceTransaction_setVisibility() 318 jlong surfaceControl, in SurfaceTransaction_setBufferOpaque() 329 jlong surfaceControl, in SurfaceTransaction_setGeometry() [all …]
|
| /cts/hostsidetests/securitybulletin/securityPatch/CVE-2022-20357/ |
| D | poc.cpp | 39 sp<SurfaceControl> surfaceControl = in main() local
|
| /cts/tests/tests/graphics/jni/ |
| D | android_graphics_cts_FrameRateCtsActivity.cpp | 225 ASurfaceControl* surfaceControl = in surfaceControlSetFrameRate() local 240 ASurfaceControl* surfaceControl = in surfaceControlClearFrameRate() local 249 ASurfaceControl* surfaceControl = in surfaceControlSetVisibility() local 261 ASurfaceControl* surfaceControl = surface->getSurfaceControl(); in surfaceControlPostBuffer() local
|
| /cts/tests/tests/widget/src/android/widget/cts/inline/ |
| D | InlineContentViewTest.java | 96 final SurfaceControl surfaceControl = ((InlineContentView) view).getSurfaceControl(); in testGetSurfaceControl() local
|