Home
last modified time | relevance | path

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

123

/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DTransactionCompat.java38 public TransactionCompat show(SurfaceControlCompat surfaceControl) { in show()
43 public TransactionCompat hide(SurfaceControlCompat surfaceControl) { in hide()
53 public TransactionCompat setSize(SurfaceControlCompat surfaceControl, int w, int h) { in setSize()
58 public TransactionCompat setLayer(SurfaceControlCompat surfaceControl, int z) { in setLayer()
63 public TransactionCompat setAlpha(SurfaceControlCompat surfaceControl, float alpha) { in setAlpha()
68 public TransactionCompat setOpaque(SurfaceControlCompat surfaceControl, boolean opaque) { in setOpaque()
79 public TransactionCompat setMatrix(SurfaceControlCompat surfaceControl, Matrix matrix) { in setMatrix()
84 public TransactionCompat setWindowCrop(SurfaceControlCompat surfaceControl, Rect crop) { in setWindowCrop()
94 public TransactionCompat setBackgroundBlurRadius(SurfaceControlCompat surfaceControl, in setBackgroundBlurRadius()
100 public TransactionCompat setColor(SurfaceControlCompat surfaceControl, float[] color) { in setColor()
[all …]
H A DSurfaceControlCompat.java29 public SurfaceControlCompat(SurfaceControl surfaceControl) { in SurfaceControlCompat()
H A DSurfaceViewRequestReceiver.java64 SurfaceControl surfaceControl = SurfaceViewRequestUtils.getSurfaceControl(bundle); in onReceive() local
/aosp12/frameworks/base/native/android/
H A Dsurface_control.cpp64 void SurfaceControl_acquire(SurfaceControl* surfaceControl) { in SurfaceControl_acquire()
69 void SurfaceControl_release(SurfaceControl* surfaceControl) { in SurfaceControl_release()
87 sp<SurfaceControl> surfaceControl; in ASurfaceControl_createFromWindow() local
118 sp<SurfaceControl> surfaceControl = in ASurfaceControl_create() local
132 SurfaceControl* surfaceControl = ASurfaceControl_to_SurfaceControl(aSurfaceControl); in ASurfaceControl_acquire() local
138 SurfaceControl* surfaceControl = ASurfaceControl_to_SurfaceControl(aSurfaceControl); in ASurfaceControl_release() local
321 sp<SurfaceControl> surfaceControl = ASurfaceControl_to_SurfaceControl(aSurfaceControl); in ASurfaceTransaction_reparent() local
335 sp<SurfaceControl> surfaceControl = ASurfaceControl_to_SurfaceControl(aSurfaceControl); in ASurfaceTransaction_setVisibility() local
356 sp<SurfaceControl> surfaceControl = ASurfaceControl_to_SurfaceControl(aSurfaceControl); in ASurfaceTransaction_setZOrder() local
368 sp<SurfaceControl> surfaceControl = ASurfaceControl_to_SurfaceControl(aSurfaceControl); in ASurfaceTransaction_setBuffer() local
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DBlurUtilsTest.kt61 val surfaceControl = mock(SurfaceControl::class.java) regex
70 val surfaceControl = mock(SurfaceControl::class.java) regex
83 val surfaceControl = mock(SurfaceControl::class.java) regex
98 val surfaceControl = mock(SurfaceControl::class.java) regex
/aosp12/frameworks/native/cmds/surfacereplayer/replayer/
H A DBufferQueueScheduler.cpp26 const sp<SurfaceControl>& surfaceControl, const HSV& color, int id) in BufferQueueScheduler()
68 const sp<SurfaceControl>& surfaceControl, const HSV& color) { in setSurfaceControl()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DBlackFrame.java42 SurfaceControl surfaceControl) throws OutOfResourcesException { in BlackSurface()
86 SurfaceControl surfaceControl) in BlackFrame()
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DWindowInfosListener_test.cpp82 sp<SurfaceControl> surfaceControl = in TEST_F() local
110 sp<SurfaceControl> surfaceControl = in TEST_F() local
/aosp12/frameworks/native/services/automotive/display/include/
H A DAutomotiveDisplayProxyService.h42 sp<SurfaceControl> surfaceControl; member
/aosp12/frameworks/base/core/java/android/widget/inline/
H A DInlineContentView.java76 void onCreated(@NonNull SurfaceControl surfaceControl); in onCreated()
83 void onDestroyed(@NonNull SurfaceControl surfaceControl); in onDestroyed()
/aosp12/frameworks/native/services/surfaceflinger/
H A DTransactionCallbackInvoker.h41 wp<IBinder> surfaceControl; variable
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DBLASTBufferQueue.java30 private static native long nativeCreateAndUpdate(String name, long surfaceControl, long width, in nativeCreateAndUpdate()
36 private static native void nativeUpdate(long ptr, long surfaceControl, long width, long height, in nativeUpdate()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DGestureNavContract.java62 public void sendEndPosition(RectF position, @Nullable SurfaceControl surfaceControl) { in sendEndPosition()
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DSFFakeHwc_test.cpp356 auto surfaceControl = in Test_HotplugOneConfig() local
419 auto surfaceControl = in Test_HotplugTwoSeparateConfigs() local
472 auto surfaceControl = in Test_HotplugTwoSeparateConfigs() local
527 auto surfaceControl = in Test_HotplugTwoConfigsSameGroup() local
579 auto surfaceControl = in Test_HotplugTwoConfigsSameGroup() local
644 auto surfaceControl = in Test_HotplugThreeConfigsMixedGroups() local
696 auto surfaceControl = in Test_HotplugThreeConfigsMixedGroups() local
743 auto surfaceControl = in Test_HotplugThreeConfigsMixedGroups() local
790 auto surfaceControl = in Test_HotplugThreeConfigsMixedGroups() local
/aosp12/frameworks/base/libs/input/
H A DSpriteController.cpp82 void SpriteController::disposeSurfaceLocked(const sp<SurfaceControl>& surfaceControl) { in disposeSurfaceLocked()
328 sp<SurfaceControl> surfaceControl = mSurfaceComposerClient->createSurface( in obtainSurface() local
H A DSpriteController.h171 sp<SurfaceControl> surfaceControl; member
212 inline void setSurfaceLocked(const sp<SurfaceControl>& surfaceControl, in setSurfaceLocked()
/aosp12/frameworks/base/core/java/com/android/internal/jank/
H A DInteractionJankMonitor.java356 final SurfaceControlWrapper surfaceControl = new SurfaceControlWrapper(); in createFrameTracker() local
734 @NonNull SurfaceControl surfaceControl) { in withSurface()
809 private Builder setSurfaceControl(SurfaceControl surfaceControl) { in setSurfaceControl()
827 boolean surfaceOnly, Context context, SurfaceControl surfaceControl) { in Configuration()
/aosp12/frameworks/base/core/jni/
H A Dandroid_graphics_BLASTBufferQueue.cpp77 static jlong nativeCreateAndUpdate(JNIEnv* env, jclass clazz, jstring jName, jlong surfaceControl, in nativeCreateAndUpdate()
105 static void nativeUpdate(JNIEnv* env, jclass clazz, jlong ptr, jlong surfaceControl, jlong width, in nativeUpdate()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/utils/
H A DRotationAnimationUtils.java113 public static float getLumaOfSurfaceControl(Display display, SurfaceControl surfaceControl) { in getLumaOfSurfaceControl()
/aosp12/frameworks/native/services/automotive/display/
H A DAutomotiveDisplayProxyService.cpp35 sp<SurfaceControl> surfaceControl = nullptr; in getIGraphicBufferProducer() local
/aosp12/frameworks/base/core/java/android/app/
H A DIUiAutomationConnection.aidl46 Bitmap takeSurfaceControlScreenshot(in SurfaceControl surfaceControl); in takeSurfaceControlScreenshot()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/wm/
H A DDisplaySystemBarsInsetsControllerHost.java135 public void releaseSurfaceControlFromRt(SurfaceControl surfaceControl) { in releaseSurfaceControlFromRt()
/aosp12/frameworks/native/libs/gui/tests/
H A DEndToEndNativeInputTest.cpp91 sp<SurfaceControl> surfaceControl = in makeColorInputSurface() local
100 sp<SurfaceControl> surfaceControl = in makeBufferInputSurface() local
108 sp<SurfaceControl> surfaceControl = in makeContainerInputSurface() local
117 sp<SurfaceControl> surfaceControl = in makeCursorInputSurface() local
299 sp<SurfaceControl> surfaceControl = in makeBlastInputSurface() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPhonePipMenuController.java335 SurfaceControl surfaceControl = getSurfaceControl(); in movePipMenu() local
369 SurfaceControl surfaceControl = getSurfaceControl(); in resizePipMenu() local
/aosp12/frameworks/base/core/java/android/view/
H A DViewRootInsetsControllerHost.java212 public void releaseSurfaceControlFromRt(SurfaceControl surfaceControl) { in releaseSurfaceControlFromRt()

123