Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationFadeAware.java28 public interface NotificationFadeAware { interface
63 interface FadeOptimizedNotification extends NotificationFadeAware {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationCallTemplateViewWrapper.kt24 import com.android.systemui.statusbar.notification.NotificationFadeAware
96 NotificationFadeAware.setLayerTypeForFaded(expandBtn, faded) in getMinLayoutHeight()
97 NotificationFadeAware.setLayerTypeForFaded(conversationIconContainer, faded) in getMinLayoutHeight()
DNotificationDecoratedCustomViewWrapper.java23 import com.android.systemui.statusbar.notification.NotificationFadeAware;
79 NotificationFadeAware.setLayerTypeForFaded(mWrappedView, faded); in setNotificationFaded()
DNotificationCustomViewWrapper.java25 import com.android.systemui.statusbar.notification.NotificationFadeAware;
98 NotificationFadeAware.setLayerTypeForFaded(mView, faded); in setNotificationFaded()
DNotificationConversationTemplateViewWrapper.kt29 import com.android.systemui.statusbar.notification.NotificationFadeAware in <lambda>()
152 NotificationFadeAware.setLayerTypeForFaded(expandBtn, faded) in <lambda>()
153 NotificationFadeAware.setLayerTypeForFaded(conversationIconContainer, faded) in <lambda>()
DNotificationViewWrapper.java45 import com.android.systemui.statusbar.notification.NotificationFadeAware;
420 NotificationFadeAware.setLayerTypeForFaded(getIcon(), faded); in setNotificationFaded()
421 NotificationFadeAware.setLayerTypeForFaded(getExpandButton(), faded); in setNotificationFaded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DHybridNotificationView.java36 import com.android.systemui.statusbar.notification.NotificationFadeAware;
43 implements TransformableView, NotificationFadeAware {
DHybridConversationNotificationView.java39 import com.android.systemui.statusbar.notification.NotificationFadeAware;
308 NotificationFadeAware.setLayerTypeForFaded(mConversationFacePile, faded); in setNotificationFaded()
DExpandableNotificationRow.java92 import com.android.systemui.statusbar.notification.NotificationFadeAware;
139 NotificationFadeAware.FadeOptimizedNotification {
3179 NotificationFadeAware.setLayerTypeForFaded(this, faded);
3186 NotificationFadeAware.setLayerTypeForFaded(this, false);
3202 if (FADE_LAYER_OPTIMIZATION_ENABLED && view instanceof NotificationFadeAware) {
3203 ((NotificationFadeAware) view).setNotificationFaded(faded);
3205 NotificationFadeAware.setLayerTypeForFaded(view, faded);
DNotificationContentView.java55 import com.android.systemui.statusbar.notification.NotificationFadeAware;
85 public class NotificationContentView extends FrameLayout implements NotificationFadeAware {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java49 import com.android.systemui.statusbar.notification.NotificationFadeAware;
70 implements NotificationFadeAware, Roundable {
DViewState.java33 import com.android.systemui.statusbar.notification.NotificationFadeAware.FadeOptimizedNotification;