Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java55 private static final boolean NOTIFICATIONS_HAVE_SHADOWS = false; field in AmbientState
324 return NOTIFICATIONS_HAVE_SHADOWS ? 4 * zdistanceBetweenElements : 0; in getBaseHeight()
332 return NOTIFICATIONS_HAVE_SHADOWS ? 2 * getBaseHeight(zDistance) : 4 * zDistance; in getNotificationLaunchHeight()