Home
last modified time | relevance | path

Searched defs:surfaceControl (Results 1 – 9 of 9) sorted by relevance

/cts/tests/surfacecontrol/src/android/view/cts/util/
DASurfaceControlTestUtils.java41 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/
DASurfaceControlBackPressureTest.java113 BufferCycler(long surfaceControl, long[] buffers) { in BufferCycler()
185 long surfaceControl = nSurfaceControl_createFromWindow(surface); in createFromWindow() local
192 public void setEnableBackPressure(long surfaceControl, boolean enableBackPressure) { in setEnableBackPressure()
199 public long setSolidBuffer(long surfaceControl, int width, int height, int color) { in setSolidBuffer()
209 public void addBufferCycler(long surfaceControl, long[] buffers) { in addBufferCycler()
DSurfaceControlTest.java170 SurfaceControl surfaceControl = new SurfaceControl.Builder() in createFromWindow() local
181 SurfaceControl surfaceControl = new SurfaceControl.Builder() in create() local
190 public void setSolidBuffer(SurfaceControl surfaceControl, in setSolidBuffer()
197 public void setSolidBuffer(SurfaceControl surfaceControl, in setSolidBuffer()
206 public void setSolidBuffer(SurfaceControl surfaceControl, in setSolidBuffer()
217 public void setSolidBuffer(SurfaceControl surfaceControl, in setSolidBuffer()
227 public void setQuadrantBuffer(SurfaceControl surfaceControl, in setQuadrantBuffer()
239 public void setSourceToDefaultDest(SurfaceControl surfaceControl, Rect src) { in setSourceToDefaultDest()
2309 SurfaceControl surfaceControl = new SurfaceControl.Builder() in buildSmallRedSurface() local
DASurfaceControlTest.java196 long surfaceControl = nSurfaceControl_createFromWindow(surface); in createFromWindow() local
212 long surfaceControl, long surfaceTransaction, int width, int height, int color) { in setSolidBuffer()
220 public long setSolidBuffer(long surfaceControl, int width, int height, int color) { in setSolidBuffer()
236 public void setNullBuffer(long surfaceControl) { in setNullBuffer()
251 public void setQuadrantBuffer(long surfaceControl, long surfaceTransaction, int width, in setQuadrantBuffer()
260 public void setQuadrantBuffer(long surfaceControl, int width, int height, int colorTopLeft, in setQuadrantBuffer()
1970 long surfaceControl = nSurfaceControl_createFromWindow(holder.getSurface()); in verifySetFrameTimeline() local
DTrustedPresentationCallbackTest.java110 SurfaceControl surfaceControl = new SurfaceControl.Builder() in createChildSc() local
119 private void setBuffer(SurfaceControl surfaceControl, int width, int height) { in setBuffer()
/cts/tests/surfacecontrol/jni/
Dandroid_view_cts_ASurfaceControlTest.cpp209 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/
Dpoc.cpp39 sp<SurfaceControl> surfaceControl = in main() local
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_FrameRateCtsActivity.cpp225 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/
DInlineContentViewTest.java104 final SurfaceControl surfaceControl = ((InlineContentView) view).getSurfaceControl(); in testGetSurfaceControl() local