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.java106 setBackgroundTop(newEndValue); in startTopAnimation()
183 private void setBackgroundTop(int top) { in setBackgroundTop() method in NotificationSection
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java924 protected void setBackgroundTop(int backgroundTop) { in setBackgroundTop() method in ActivatableNotificationView
925 mBackgroundDimmed.setBackgroundTop(backgroundTop); in setBackgroundTop()
926 mBackgroundNormal.setBackgroundTop(backgroundTop); in setBackgroundTop()
DNotificationBackgroundView.java276 public void setBackgroundTop(int backgroundTop) { in setBackgroundTop() method in NotificationBackgroundView
DExpandableOutlineView.java321 protected void setBackgroundTop(int backgroundTop) { in setBackgroundTop() method in ExpandableOutlineView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java381 setBackgroundTop(backgroundTop); in updateAppearance()