Searched refs:onStep (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/ |
H A D | KeyguardTransitionAnimationFlowTest.kt | 53 val flow = underTest.createFlow(duration = 0.milliseconds, onStep = { it }) 62 onStep = { it } 71 onStep = { it }, 84 onStep = { it }, 98 onStep = { it }, 123 onStep = { it }, 143 onStep = { it * 2 },
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
H A D | DreamingToLockscreenTransitionViewModel.kt | 60 onStep = { it * translatePx }, 69 onStep = { 1f - it }, 76 onStep = { value -> -translatePx + value * translatePx }, 89 onStep = { it },
|
H A D | PrimaryBouncerToGoneTransitionViewModel.kt | 60 onStep = { 77 onStep = { 97 onStep = { 1f - it },
|
H A D | GoneToDreamingTransitionViewModel.kt | 46 onStep = { it * translatePx }, 58 onStep = { 1f - it },
|
H A D | LockscreenToDreamingTransitionViewModel.kt | 48 onStep = { it * translatePx }, 60 onStep = { 1f - it },
|
H A D | LockscreenToOccludedTransitionViewModel.kt | 48 onStep = { 1f - it }, 55 onStep = { value -> value * translatePx },
|
H A D | OccludedToLockscreenTransitionViewModel.kt | 48 onStep = { value -> -translatePx + value * translatePx }, 59 onStep = { it },
|
H A D | GoneToDreamingLockscreenHostedTransitionViewModel.kt | 48 onStep = { 0f },
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/ |
H A D | KeyguardTransitionAnimationFlow.kt | 48 onStep: (Float) -> Float, 94 }?.let { onStep(interpolator.getInterpolation(it)) }
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | GraphRunner.java | 139 onStep(); in loop() 346 private void onStep() { in onStep() method in GraphRunner.GraphRunLoop
|