Home
last modified time | relevance | path

Searched refs:KeyguardSmartspaceViewModel (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardSmartspaceViewBinder.kt30 import com.android.systemui.keyguard.ui.viewmodel.KeyguardSmartspaceViewModel in <lambda>()
40 smartspaceViewModel: KeyguardSmartspaceViewModel, in <lambda>()
102 smartspaceViewModel: KeyguardSmartspaceViewModel in <lambda>()
114 smartspaceViewModel: KeyguardSmartspaceViewModel in <lambda>()
131 smartspaceViewModel: KeyguardSmartspaceViewModel in <lambda>()
DKeyguardBlueprintViewBinder.kt33 import com.android.systemui.keyguard.ui.viewmodel.KeyguardSmartspaceViewModel in <lambda>()
45 smartspaceViewModel: KeyguardSmartspaceViewModel, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardPreviewSmartspaceViewModel.kt34 val smartspaceViewModel: KeyguardSmartspaceViewModel, in <lambda>()
57 return KeyguardSmartspaceViewModel.getSmartspaceStartMargin(context) in <lambda>()
61 return KeyguardSmartspaceViewModel.getSmartspaceEndMargin(context) in <lambda>()
DKeyguardSmartspaceViewModel.kt34 class KeyguardSmartspaceViewModel in <lambda>() class
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/blueprints/transitions/
DIntraBlueprintTransition.kt24 import com.android.systemui.keyguard.ui.viewmodel.KeyguardSmartspaceViewModel
29 smartspaceViewModel: KeyguardSmartspaceViewModel,
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DSmartspaceSection.kt34 import com.android.systemui.keyguard.ui.viewmodel.KeyguardSmartspaceViewModel
47 val keyguardSmartspaceViewModel: KeyguardSmartspaceViewModel,
110 val horizontalPaddingStart = KeyguardSmartspaceViewModel.getSmartspaceStartMargin(context) in applyConstraints()
111 val horizontalPaddingEnd = KeyguardSmartspaceViewModel.getSmartspaceEndMargin(context) in applyConstraints()
DClockSection.kt43 import com.android.systemui.keyguard.ui.viewmodel.KeyguardSmartspaceViewModel in <lambda>()
68 val smartspaceViewModel: KeyguardSmartspaceViewModel,
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardSmartspaceViewModelKosmos.kt26 KeyguardSmartspaceViewModel( in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DSmartSpaceSection.kt45 import com.android.systemui.keyguard.ui.viewmodel.KeyguardSmartspaceViewModel in <lambda>()
56 private val keyguardSmartspaceViewModel: KeyguardSmartspaceViewModel, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/sections/
DSmartspaceSectionTest.kt34 import com.android.systemui.keyguard.ui.viewmodel.KeyguardSmartspaceViewModel
54 @Mock private lateinit var keyguardSmartspaceViewModel: KeyguardSmartspaceViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewConfigurator.kt61 import com.android.systemui.keyguard.ui.viewmodel.KeyguardSmartspaceViewModel
105 private val smartspaceViewModel: KeyguardSmartspaceViewModel,