Home
last modified time | relevance | path

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

/aosp12/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 DNotificationConversationTemplateViewWrapper.kt26 import com.android.systemui.statusbar.notification.NotificationFadeAware
146 NotificationFadeAware.setLayerTypeForFaded(expandBtn, faded)
147 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 DNotificationViewWrapper.java45 import com.android.systemui.statusbar.notification.NotificationFadeAware;
405 NotificationFadeAware.setLayerTypeForFaded(getIcon(), faded); in setNotificationFaded()
406 NotificationFadeAware.setLayerTypeForFaded(getExpandButton(), faded); in setNotificationFaded()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationFadeAware.java28 public interface NotificationFadeAware { interface
63 interface FadeOptimizedNotification extends NotificationFadeAware {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DHybridNotificationView.java31 import com.android.systemui.statusbar.notification.NotificationFadeAware;
38 implements TransformableView, NotificationFadeAware {
H A DHybridConversationNotificationView.java31 import com.android.systemui.statusbar.notification.NotificationFadeAware;
150 NotificationFadeAware.setLayerTypeForFaded(mConversationFacePile, faded); in setNotificationFaded()
H A DExpandableNotificationRow.java90 import com.android.systemui.statusbar.notification.NotificationFadeAware;
130 NotificationFadeAware.FadeOptimizedNotification {
2799 NotificationFadeAware.setLayerTypeForFaded(this, faded);
2806 NotificationFadeAware.setLayerTypeForFaded(this, false);
2820 if (FADE_LAYER_OPTIMIZATION_ENABLED && view instanceof NotificationFadeAware) {
2821 ((NotificationFadeAware) view).setNotificationFaded(faded);
2823 NotificationFadeAware.setLayerTypeForFaded(view, faded);
H A DNotificationContentView.java49 import com.android.systemui.statusbar.notification.NotificationFadeAware;
75 public class NotificationContentView extends FrameLayout implements NotificationFadeAware {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java41 import com.android.systemui.statusbar.notification.NotificationFadeAware;
56 implements NotificationFadeAware {
H A DViewState.java32 import com.android.systemui.statusbar.notification.NotificationFadeAware.FadeOptimizedNotification;