Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardPreviewSmartspaceViewModel.kt61 return KeyguardSmartspaceViewModel.getSmartspaceEndMargin(context) in <lambda>()
DKeyguardSmartspaceViewModel.kt98 fun getSmartspaceEndMargin(context: Context): Int { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DSmartspaceSection.kt111 val horizontalPaddingEnd = KeyguardSmartspaceViewModel.getSmartspaceEndMargin(context) in applyConstraints()