Home
last modified time | relevance | path

Searched refs:setBackgroundTop (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSection.java115 setBackgroundTop(newEndValue); in startTopAnimation()
192 private void setBackgroundTop(int top) { in setBackgroundTop() method in NotificationSection
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java627 protected void setBackgroundTop(int backgroundTop) { in setBackgroundTop() method in ActivatableNotificationView
628 mBackgroundNormal.setBackgroundTop(backgroundTop); in setBackgroundTop()
DNotificationBackgroundView.java238 public void setBackgroundTop(int backgroundTop) { in setBackgroundTop() method in NotificationBackgroundView
DExpandableOutlineView.java279 protected void setBackgroundTop(int backgroundTop) { in setBackgroundTop() method in ExpandableOutlineView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java334 setBackgroundTop(backgroundTop); in updateAppearance()