Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java51 private int mGapHeight; field in StackScrollAlgorithm
85 mGapHeight = res.getDimensionPixelSize(R.dimen.notification_section_divider_height); in initConstants()
422 currentYPosition += mGapHeight; in updateChild()
462 currentYPosition -= mGapHeight; in updateChild()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java97 private int mGapHeight; field in NotificationShelf
156 mGapHeight = res.getDimensionPixelSize(R.dimen.qs_notification_padding); in initDimens()
388 firstElementRoundness = (float) Math.min(1.0, distanceToGapTop / mGapHeight); in updateAppearance()