Home
last modified time | relevance | path

Searched defs:attach (Results 1 – 25 of 90) sorted by relevance

1234

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipContentOverlay.java45 public abstract void attach(SurfaceControl.Transaction tx, SurfaceControl parentLeash); in attach() method in PipContentOverlay
86 public void attach(SurfaceControl.Transaction tx, SurfaceControl parentLeash) { in attach() method in PipContentOverlay.PipColorOverlay
133 public void attach(SurfaceControl.Transaction tx, SurfaceControl parentLeash) { in attach() method in PipContentOverlay.PipSnapshotOverlay
208 public void attach(SurfaceControl.Transaction tx, SurfaceControl parentLeash) { in attach() method in PipContentOverlay.PipAppIconOverlay
/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/
DLogBufferFreezer.kt44 fun attach(broadcastDispatcher: BroadcastDispatcher) { in attach() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DCoordinator.java32 void attach(@NonNull NotifPipeline pipeline); in attach() method
DHideLocallyDismissedNotifsCoordinator.java39 public void attach(NotifPipeline pipeline) { in attach() method in HideLocallyDismissedNotifsCoordinator
DHideNotifsForOtherUsersCoordinator.java52 public void attach(NotifPipeline pipeline) { in attach() method in HideNotifsForOtherUsersCoordinator
DColorizedFgsCoordinator.java46 public void attach(NotifPipeline pipeline) { in attach() method in ColorizedFgsCoordinator
DDeviceProvisionedCoordinator.java52 public void attach(NotifPipeline pipeline) { in attach() method in DeviceProvisionedCoordinator
DDebugModeCoordinator.kt32 override fun attach(pipeline: NotifPipeline) { in attach() method in com.android.systemui.statusbar.notification.collection.coordinator.DebugModeCoordinator
DBubbleCoordinator.java78 public void attach(NotifPipeline pipeline) { in attach() method in BubbleCoordinator
DNotificationStatsLoggerCoordinator.kt45 override fun attach(pipeline: NotifPipeline) { in attach() method in com.android.systemui.statusbar.notification.collection.coordinator.NotificationStatsLoggerCoordinator
DGroupCountCoordinator.kt32 override fun attach(pipeline: NotifPipeline) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.GroupCountCoordinator
DMediaCoordinator.java166 public void attach(NotifPipeline pipeline) { in attach() method in MediaCoordinator
DRankingCoordinator.java73 public void attach(NotifPipeline pipeline) { in attach() method in RankingCoordinator
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DShadeViewManager.kt57 fun attach(renderStageManager: RenderStageManager) { in attach() method
DRenderStageManager.kt45 fun attach(listBuilder: ShadeListBuilder) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.render.RenderStageManager
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
DISoundTriggerMiddlewareInternal.java44 public ISoundTriggerModule attach(int handle, in attach() method
DSoundTriggerMiddlewareImpl.java119 ISoundTriggerModule attach(int handle, @NonNull ISoundTriggerCallback callback, in attach() method in SoundTriggerMiddlewareImpl
/frameworks/base/core/java/android/service/dreams/
DIDreamService.aidl25 … void attach(IBinder windowToken, boolean canDoze, boolean isPreviewMode, IRemoteCallback started); in attach() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputUriController.java53 public void attach(CommonNotifCollection manager) { in attach() method in RemoteInputUriController
/frameworks/base/core/java/android/service/wallpaper/
DIWallpaperService.aidl27 void attach(IWallpaperConnection connection, in attach() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifCollectionInconsistencyTracker.kt28 fun attach( in <lambda>() method
/frameworks/native/services/vr/virtual_touchpad/aidl/android/dvr/
DIVirtualTouchpadService.aidl11 void attach() = 0; in attach() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCall.java76 public void attach(Connection conn, DriverCall dc) { in attach() method in GsmCdmaCall
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipMenuController.java60 void attach(SurfaceControl leash); in attach() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java169 public void attach(Connection conn) { in attach() method in ImsPhoneCall
180 public void attach(Connection conn, State state) { in attach() method in ImsPhoneCall

1234