Home
last modified time | relevance | path

Searched defs:SurfaceControl (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DRemoteAnimationTargetCompat.java42 SurfaceControl.Transaction t, ArrayMap<SurfaceControl, SurfaceControl> leashMap) { in wrapApps()
63 SurfaceControl.Transaction t, ArrayMap<SurfaceControl, SurfaceControl> leashMap) { in wrapNonApps()
DRemoteAnimationRunnerCompat.java272 ArrayMap<SurfaceControl, SurfaceControl> leashMap, in resetLauncherAlphaOnDesktopExit()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/letterbox/
DMultiSurfaceLetterboxController.kt106 private fun SurfaceControl?.remove( in <lambda>() method
112 private fun SurfaceControl?.setVisibility( in <lambda>() method
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.h41 class SurfaceControl; variable
/frameworks/native/cmds/flatland/
DGLHelper.h27 class SurfaceControl; variable
/frameworks/native/libs/gui/
DSurfaceControl.cpp53 SurfaceControl::SurfaceControl(const sp<SurfaceComposerClient>& client, const sp<IBinder>& handle, in SurfaceControl() function in android::SurfaceControl
66 SurfaceControl::SurfaceControl(const sp<SurfaceControl>& other) { in SurfaceControl() function in android::SurfaceControl
DSurfaceComposerClient.cpp421 const std::unordered_set<sp<SurfaceControl>, SurfaceComposerClient::SCHash>& in addCallbackFunction()
/frameworks/base/core/java/android/view/
DSurfaceControlRegistry.java58 void onMaxLayersExceeded(WeakHashMap<SurfaceControl, Long> surfaceControls, int limit, in onMaxLayersExceeded()
67 public void onMaxLayersExceeded(WeakHashMap<SurfaceControl, Long> surfaceControls, in onMaxLayersExceeded()
DSurfaceControl.java109 public final class SurfaceControl implements Parcelable { class
1475 private SurfaceControl(SurfaceSession session, String name, int w, int h, int format, int flags, in SurfaceControl() method in SurfaceControl
1521 public SurfaceControl(@NonNull SurfaceControl other, @NonNull String callsite) { in SurfaceControl() method in SurfaceControl
1525 private SurfaceControl(Parcel in) { in SurfaceControl() method in SurfaceControl
1535 public SurfaceControl() { in SurfaceControl() method in SurfaceControl
/frameworks/base/libs/hwui/
DWebViewFunctorManager.h30 class SurfaceControl; variable
/frameworks/native/services/surfaceflinger/Utils/
DOverlayUtils.h43 class SurfaceControl; variable
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/
DTransitionUtil.java328 @Nullable ArrayMap<SurfaceControl, SurfaceControl> leashMap) { in newTarget()
337 @Nullable ArrayMap<SurfaceControl, SurfaceControl> leashMap) { in newTarget()
/frameworks/base/core/tests/coretests/src/android/view/
DSurfaceControlRegistryTests.java187 public void onMaxLayersExceeded(WeakHashMap<SurfaceControl, Long> surfaceControls, in onMaxLayersExceeded()
/frameworks/base/tests/ChoreographerTests/jni/
Dandroid_view_tests_ChoreographerNativeTest.cpp155 {"nativeSurfaceControl_getChoreographer", "(Landroid/view/SurfaceControl;)J", in nativeSurfaceControl_getChoreographer()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h499 Transaction& setSize(const sp<SurfaceControl>&, uint32_t, uint32_t) { return *this; } in setSize()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java135 SurfaceControl.Transaction t, ArrayMap<SurfaceControl, SurfaceControl> leashMap, in wrap()
/frameworks/base/cmds/bootanimation/
DBootAnimation.h43 class SurfaceControl; variable
/frameworks/native/services/surfaceflinger/tests/
DLayerCallback_test.cpp118 const std::unordered_set<sp<SurfaceControl>, SCHash>& committedSc) { in waitForCommitCallback()