Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java292 mBaseZHeight = getBaseHeight(mZDistanceBetweenElements); in reload()
323 private static int getBaseHeight(int zdistanceBetweenElements) { in getBaseHeight() method in AmbientState
332 return NOTIFICATIONS_HAVE_SHADOWS ? 2 * getBaseHeight(zDistance) : 4 * zDistance; in getNotificationLaunchHeight()