Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java463 public boolean isBelowSpeedBump() { in isBelowSpeedBump() method in ActivatableNotificationView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java293 if (!row.isBelowSpeedBump() && height <= getNotificationMergeSize()) { in updateAppearance()