Home
last modified time | relevance | path

Searched refs:touchInsetManager (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayService.java165 @Named(DREAM_TOUCH_INSET_MANAGER) TouchInsetManager touchInsetManager, in DreamOverlayService() argument
187 viewModelStore, touchInsetManager); in DreamOverlayService()
189 mComplicationComponent.getVisibilityController(), touchInsetManager); in DreamOverlayService()
191 mComplicationComponent.getComplicationHostViewController(), touchInsetManager, in DreamOverlayService()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/complication/
H A DHideComplicationTouchHandler.java99 TouchInsetManager touchInsetManager, in HideComplicationTouchHandler() argument
107 mTouchInsetManager = touchInsetManager; in HideComplicationTouchHandler()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/complication/dagger/
H A DComplicationComponent.kt16 @BindsInstance touchInsetManager: TouchInsetManager
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/
H A DComplicationComponent.kt22 @BindsInstance touchInsetManager: TouchInsetManager
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/dagger/
H A DDreamOverlayComponent.java59 @BindsInstance TouchInsetManager touchInsetManager, in create() argument