Loading packages/SystemUI/src/com/android/keyguard/KeyguardUnfoldTransition.kt +4 −2 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ import javax.inject.Inject /** * Translates items away/towards the hinge when the device is opened/closed. This is controlled by * the set of ids, which also dictact which direction to move and when, via a filter function. * the set of ids, which also dictate which direction to move and when, via a filter function. */ @SysUIUnfoldScope class KeyguardUnfoldTransition Loading @@ -55,7 +55,9 @@ constructor( ViewIdToTranslate(R.id.lockscreen_clock_view, LEFT, filterNever), ViewIdToTranslate( R.id.notification_stack_scroller, RIGHT, filterSplitShadeOnly), ViewIdToTranslate(R.id.wallet_button, RIGHT, filterNever)), ViewIdToTranslate(R.id.wallet_button, RIGHT, filterNever), ViewIdToTranslate(R.id.start_button, LEFT, filterNever), ViewIdToTranslate(R.id.end_button, RIGHT, filterNever)), progressProvider = unfoldProgressProvider) } Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardUnfoldTransition.kt +4 −2 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ import javax.inject.Inject /** * Translates items away/towards the hinge when the device is opened/closed. This is controlled by * the set of ids, which also dictact which direction to move and when, via a filter function. * the set of ids, which also dictate which direction to move and when, via a filter function. */ @SysUIUnfoldScope class KeyguardUnfoldTransition Loading @@ -55,7 +55,9 @@ constructor( ViewIdToTranslate(R.id.lockscreen_clock_view, LEFT, filterNever), ViewIdToTranslate( R.id.notification_stack_scroller, RIGHT, filterSplitShadeOnly), ViewIdToTranslate(R.id.wallet_button, RIGHT, filterNever)), ViewIdToTranslate(R.id.wallet_button, RIGHT, filterNever), ViewIdToTranslate(R.id.start_button, LEFT, filterNever), ViewIdToTranslate(R.id.end_button, RIGHT, filterNever)), progressProvider = unfoldProgressProvider) } Loading