1 package com.android.systemui.statusbar
2 
3 /** Represents an over scroller for the transition to full shade on lock screen. */
4 interface LockScreenShadeOverScroller {
5 
6     /** The amount in pixels that the user has dragged to expand the shade. */
7     var expansionDragDownAmount: Float
8 }