Home
last modified time | relevance | path

Searched refs:mTransitioningToFullShadeProgress (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java541 private float mTransitioningToFullShadeProgress; field in NotificationPanelViewController
2292 if (mTransitioningToFullShadeProgress > 0.0f) { in setQSClippingBounds()
2394 if (mTransitioningToFullShadeProgress > 0.0f || pulseExpanding in applyQSClippingImmediately()
2445 if (mTransitioningToFullShadeProgress > 0.0f) { in calculateQsBottomPosition()
2572 mTransitioningToFullShadeProgress = Interpolators.FAST_OUT_SLOW_IN.getInterpolation( in setTransitionToFullShadeAmount()
2576 mTransitioningToFullShadeProgress); in setTransitionToFullShadeAmount()
2577 if (mTransitioningToFullShadeProgress > 0.0f) { in setTransitionToFullShadeAmount()