Home
last modified time | relevance | path

Searched defs:indicationAreaTranslationY (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardAmbientIndicationViewModel.kt40 fun indicationAreaTranslationY(defaultBurnInOffset: Int): Flow<Float> { in <lambda>() method in com.android.systemui.keyguard.ui.viewmodel.KeyguardAmbientIndicationViewModel
DKeyguardIndicationAreaViewModel.kt74 fun indicationAreaTranslationY(defaultBurnInOffset: Int): Flow<Float> { in <lambda>() method
DKeyguardBottomAreaViewModel.kt109 fun indicationAreaTranslationY(defaultBurnInOffset: Int): Flow<Float> { in <lambda>() method in com.android.systemui.keyguard.ui.viewmodel.KeyguardBottomAreaViewModel
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardIndicationAreaViewModelTest.kt141 fun indicationAreaTranslationY() = runTest { in <lambda>() method