Home
last modified time | relevance | path

Searched refs:ambientTouchComponentFactory (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DGlanceableHubContainerControllerTest.kt95 private lateinit var ambientTouchComponentFactory: AmbientTouchComponent.Factory variable in com.android.systemui.shade.GlanceableHubContainerControllerTest
110 ambientTouchComponentFactory = in setUp()
130 ambientTouchComponentFactory, in setUp()
173 ambientTouchComponentFactory, in initView_calledTwice_throwsException()
325 ambientTouchComponentFactory, in lifecycle_initializedAfterConstruction()
345 ambientTouchComponentFactory, in lifecycle_createdAfterViewCreated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DGlanceableHubContainerController.kt83 private val ambientTouchComponentFactory: AmbientTouchComponent.Factory, constant in com.android.systemui.shade.GlanceableHubContainerController
238 ambientTouchComponentFactory.create(this, HashSet()).getTouchMonitor().apply { in initView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayService.java252 AmbientTouchComponent.Factory ambientTouchComponentFactory, in DreamOverlayService() argument
293 mAmbientTouchComponent = ambientTouchComponentFactory.create(lifecycleOwner, in DreamOverlayService()