Home
last modified time | relevance | path

Searched refs:NotificationFadeAware (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationFadeAware.java28 public interface NotificationFadeAware { interface
63 interface FadeOptimizedNotification extends NotificationFadeAware {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationCallTemplateViewWrapper.kt24 import com.android.systemui.statusbar.notification.NotificationFadeAware
96 NotificationFadeAware.setLayerTypeForFaded(expandBtn, faded)
97 NotificationFadeAware.setLayerTypeForFaded(conversationIconContainer, faded)
H A DNotificationDecoratedCustomViewWrapper.java23 import com.android.systemui.statusbar.notification.NotificationFadeAware;
79 NotificationFadeAware.setLayerTypeForFaded(mWrappedView, faded); in setNotificationFaded()
H A DNotificationCustomViewWrapper.java25 import com.android.systemui.statusbar.notification.NotificationFadeAware;
98 NotificationFadeAware.setLayerTypeForFaded(mView, faded); in setNotificationFaded()
H A DNotificationConversationTemplateViewWrapper.kt29 import com.android.systemui.statusbar.notification.NotificationFadeAware
152 NotificationFadeAware.setLayerTypeForFaded(expandBtn, faded)
153 NotificationFadeAware.setLayerTypeForFaded(conversationIconContainer, faded)
H A DNotificationViewWrapper.java45 import com.android.systemui.statusbar.notification.NotificationFadeAware;
403 NotificationFadeAware.setLayerTypeForFaded(getIcon(), faded); in setNotificationFaded()
404 NotificationFadeAware.setLayerTypeForFaded(getExpandButton(), faded); in setNotificationFaded()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DHybridConversationNotificationView.java31 import com.android.systemui.statusbar.notification.NotificationFadeAware;
154 NotificationFadeAware.setLayerTypeForFaded(mConversationFacePile, faded); in setNotificationFaded()
H A DHybridNotificationView.java37 import com.android.systemui.statusbar.notification.NotificationFadeAware;
44 implements TransformableView, NotificationFadeAware {
H A DExpandableNotificationRow.java92 import com.android.systemui.statusbar.notification.NotificationFadeAware;
135 NotificationFadeAware.FadeOptimizedNotification {
3064 NotificationFadeAware.setLayerTypeForFaded(this, faded);
3071 NotificationFadeAware.setLayerTypeForFaded(this, false);
3087 if (FADE_LAYER_OPTIMIZATION_ENABLED && view instanceof NotificationFadeAware) {
3088 ((NotificationFadeAware) view).setNotificationFaded(faded);
3090 NotificationFadeAware.setLayerTypeForFaded(view, faded);
H A DNotificationContentView.java54 import com.android.systemui.statusbar.notification.NotificationFadeAware;
81 public class NotificationContentView extends FrameLayout implements NotificationFadeAware {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java49 import com.android.systemui.statusbar.notification.NotificationFadeAware;
68 implements NotificationFadeAware, Roundable {
H A DViewState.java33 import com.android.systemui.statusbar.notification.NotificationFadeAware.FadeOptimizedNotification;