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