Home
last modified time | relevance | path

Searched refs:blueprintInteractor (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardClockViewBinder.kt53 blueprintInteractor: KeyguardBlueprintInteractor, in <lambda>()
78 blueprintInteractor.refreshBlueprint(Type.ClockSize) in <lambda>()
92 blueprintInteractor.refreshBlueprint(Type.DefaultClockStepping) in <lambda>()
94 blueprintInteractor.refreshBlueprint(Type.DefaultTransition) in <lambda>()
107 blueprintInteractor.refreshBlueprint(Type.DefaultTransition) in <lambda>()
DKeyguardSmartspaceViewBinder.kt41 blueprintInteractor: KeyguardBlueprintInteractor, in <lambda>()
54 blueprintInteractor.refreshBlueprint( in <lambda>()
68 blueprintInteractor.refreshBlueprint( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DSmartspaceSection.kt51 private val blueprintInteractor: Lazy<KeyguardBlueprintInteractor>, constant in com.android.systemui.keyguard.ui.view.layout.sections.SmartspaceSection
103 blueprintInteractor.get(), in bindData()
DClockSection.kt69 val blueprintInteractor: Lazy<KeyguardBlueprintInteractor>, constant in com.android.systemui.keyguard.ui.view.layout.sections.ClockSection
83 blueprintInteractor.get(), in bindData()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/sections/
DSmartspaceSectionTest.kt58 @Mock private lateinit var blueprintInteractor: Lazy<KeyguardBlueprintInteractor> variable in com.android.systemui.keyguard.ui.view.layout.sections.SmartspaceSectionTest
82 blueprintInteractor in setup()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DKeyguardBlueprintRepositoryKosmos.kt42 blueprintInteractor = { keyguardBlueprintInteractor }, in <lambda>()