Home
last modified time | relevance | path

Searched defs:stackHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java492 int stackHeight; in setStackHeight() local
1475 float stackHeight = getHeight() - start; in updateTopPadding() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java2375 private void updateStackHeight(float stackHeight) { in updateStackHeight()