Home
last modified time | relevance | path

Searched refs:lockscreenTranslationY (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
H A DOccludedToLockscreenTransitionViewModelTest.kt83 fun lockscreenTranslationY() = regex
89 underTest.lockscreenTranslationY(pixels).onEach { values.add(it) }.launchIn(this)
110 underTest.lockscreenTranslationY(pixels).onEach { values.add(it) }.launchIn(this)
H A DLockscreenToOccludedTransitionViewModelTest.kt83 fun lockscreenTranslationY() = regex
89 underTest.lockscreenTranslationY(pixels).onEach { values.add(it) }.launchIn(this)
112 underTest.lockscreenTranslationY(pixels).onEach { values.add(it) }.launchIn(this)
H A DGoneToDreamingTransitionViewModelTest.kt83 fun lockscreenTranslationY() = regex
89 underTest.lockscreenTranslationY(pixels).onEach { values.add(it) }.launchIn(this)
H A DLockscreenToDreamingTransitionViewModelTest.kt83 fun lockscreenTranslationY() = regex
89 underTest.lockscreenTranslationY(pixels).onEach { values.add(it) }.launchIn(this)
H A DDreamingToLockscreenTransitionViewModelTest.kt134 fun lockscreenTranslationY() = regex
140 underTest.lockscreenTranslationY(pixels).onEach { values.add(it) }.launchIn(this)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
H A DGoneToDreamingTransitionViewModel.kt43 fun lockscreenTranslationY(translatePx: Int): Flow<Float> { regex
H A DLockscreenToDreamingTransitionViewModel.kt45 fun lockscreenTranslationY(translatePx: Int): Flow<Float> { regex
H A DLockscreenToOccludedTransitionViewModel.kt52 fun lockscreenTranslationY(translatePx: Int): Flow<Float> { regex
H A DOccludedToLockscreenTransitionViewModel.kt45 fun lockscreenTranslationY(translatePx: Int): Flow<Float> { regex
H A DDreamingToLockscreenTransitionViewModel.kt73 fun lockscreenTranslationY(translatePx: Int): Flow<Float> { regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java464 when(mDreamingToLockscreenTransitionViewModel.lockscreenTranslationY(anyInt())) in setup()
472 when(mOccludedToLockscreenTransitionViewModel.lockscreenTranslationY(anyInt())) in setup()
480 when(mLockscreenToDreamingTransitionViewModel.lockscreenTranslationY(anyInt())) in setup()
488 when(mGoneToDreamingTransitionViewModel.lockscreenTranslationY(anyInt())) in setup()
510 when(mLockscreenToOccludedTransitionViewModel.lockscreenTranslationY(anyInt())) in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java1123 collectFlow(mView, mDreamingToLockscreenTransitionViewModel.lockscreenTranslationY( in onFinishInflate()
1150 collectFlow(mView, mOccludedToLockscreenTransitionViewModel.lockscreenTranslationY( in onFinishInflate()
1160 collectFlow(mView, mLockscreenToDreamingTransitionViewModel.lockscreenTranslationY( in onFinishInflate()
1169 collectFlow(mView, mGoneToDreamingTransitionViewModel.lockscreenTranslationY( in onFinishInflate()
1178 collectFlow(mView, mLockscreenToOccludedTransitionViewModel.lockscreenTranslationY( in onFinishInflate()