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.java102 mBaseZHeight = getBaseHeight(mZDistanceBetweenElements); in reload()
110 private static int getBaseHeight(int zdistanceBetweenElements) { in getBaseHeight() method in AmbientState
119 return getBaseHeight(zDistance) * 2; in getNotificationLaunchHeight()