Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowController.java332 || state.mBackgroundBlurRadius > 0 in isExpanded()
514 if (mCurrentState.mBackgroundBlurRadius == backgroundBlurRadius) { in setBackgroundBlurRadius()
517 mCurrentState.mBackgroundBlurRadius = backgroundBlurRadius; in setBackgroundBlurRadius()
677 int mBackgroundBlurRadius; field in NotificationShadeWindowController.State