Searched refs:lockscreenTranslationY (Results 1 – 12 of 12) sorted by relevance
83 fun lockscreenTranslationY() = regex89 underTest.lockscreenTranslationY(pixels).onEach { values.add(it) }.launchIn(this)110 underTest.lockscreenTranslationY(pixels).onEach { values.add(it) }.launchIn(this)
83 fun lockscreenTranslationY() = regex89 underTest.lockscreenTranslationY(pixels).onEach { values.add(it) }.launchIn(this)112 underTest.lockscreenTranslationY(pixels).onEach { values.add(it) }.launchIn(this)
83 fun lockscreenTranslationY() = regex89 underTest.lockscreenTranslationY(pixels).onEach { values.add(it) }.launchIn(this)
134 fun lockscreenTranslationY() = regex140 underTest.lockscreenTranslationY(pixels).onEach { values.add(it) }.launchIn(this)
43 fun lockscreenTranslationY(translatePx: Int): Flow<Float> { regex
45 fun lockscreenTranslationY(translatePx: Int): Flow<Float> { regex
52 fun lockscreenTranslationY(translatePx: Int): Flow<Float> { regex
73 fun lockscreenTranslationY(translatePx: Int): Flow<Float> { regex
464 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()
1123 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()