Home
last modified time | relevance | path

Searched defs:faded (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationFadeAware.java33 static void setLayerTypeForFaded(@Nullable View view, boolean faded) { in setLayerTypeForFaded()
57 void setNotificationFaded(boolean faded); in setNotificationFaded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationViewWrapper.java419 public void setNotificationFaded(boolean faded) { in setNotificationFaded()
420 NotificationFadeAware.setLayerTypeForFaded(getIcon(), faded); in setNotificationFaded() local
421 NotificationFadeAware.setLayerTypeForFaded(getExpandButton(), faded); in setNotificationFaded() local
DNotificationDecoratedCustomViewWrapper.java77 public void setNotificationFaded(boolean faded) { in setNotificationFaded()
DNotificationCustomViewWrapper.java96 public void setNotificationFaded(boolean faded) { in setNotificationFaded()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DFillLightFilter.java130 float faded = fade_gamma + (1.0f -fade_gamma) *mult; in updateParameters() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DHybridNotificationView.java156 public void setNotificationFaded(boolean faded) {} in setNotificationFaded()
DHybridConversationNotificationView.java306 public void setNotificationFaded(boolean faded) { in setNotificationFaded()