Searched defs:sendStep1 (Results  1 – 1 of 1) sorted by relevance
| /frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/ | 
| D | KeyguardTransitionInteractorTest.kt | 905             val sendStep1 = TransitionStep(PRIMARY_BOUNCER, GONE, 0f, STARTED)  in transition_no_conversion_with_flag_off()  constant918             val sendStep1 = TransitionStep(PRIMARY_BOUNCER, GONE, 0f, STARTED)  in transition_conversion_with_flag_on()  constant
 933             val sendStep1 = TransitionStep(LOCKSCREEN, UNDEFINED, 0f, STARTED)  in transition_conversion_emits_values_with_sceneContainer_in_correct_state()  constant
 951             val sendStep1 = TransitionStep(LOCKSCREEN, UNDEFINED, 0f, STARTED)  in transition_conversion_emits_nothing_with_sceneContainer_in_wrong_state()  constant
 968             val sendStep1 = TransitionStep(LOCKSCREEN, DOZING, 0f, STARTED)  in transition_conversion_emits_values_when_edge_within_lockscreen_scene()  constant
 986             val sendStep1 = TransitionStep(LOCKSCREEN, DOZING, 0f, STARTED)  in transition_conversion_emits_values_with_null_edge_within_lockscreen_scene()  constant
 1005             val sendStep1 = TransitionStep(LOCKSCREEN, UNDEFINED, 0f, STARTED)  in transition_conversion_emits_values_with_null_edge_out_of_lockscreen_scene()  constant
 1024             val sendStep1 = TransitionStep(LOCKSCREEN, UNDEFINED, 0f, STARTED)  in transition_conversion_does_not_emit_with_null_edge_with_wrong_stl_state()  constant
 1201             val sendStep1 = TransitionStep(UNDEFINED, LOCKSCREEN, 0f, STARTED)  in transition_filter_on_belongsToInstantReversedTransition_out_of_lockscreen_scene()  constant
 1221             val sendStep1 = TransitionStep(LOCKSCREEN, UNDEFINED, 0f, STARTED)  in transition_filter_on_belongsToInstantReversedTransition_into_lockscreen_scene()  constant
 [all …]
 
 |