Home
last modified time | relevance | path

Searched defs:updateBackgroundColor (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerHierarchyTest.h177 void updateBackgroundColor(uint32_t id, half alpha) { in updateBackgroundColor() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java972 public void updateBackgroundColor(boolean animate) { in updateBackgroundColor() method in NotificationContentView
/frameworks/base/core/java/android/view/
DSurfaceView.java889 private Transaction updateBackgroundColor(Transaction t) { in updateBackgroundColor() method in SurfaceView
/frameworks/base/core/java/android/app/
DNotification.java5903 private void updateBackgroundColor(RemoteViews contentView, in updateBackgroundColor() method in Notification.Builder