Home
last modified time | relevance | path

Searched refs:ShadeViewRefactor (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java112 import com.android.systemui.statusbar.notification.ShadeViewRefactor;
113 import com.android.systemui.statusbar.notification.ShadeViewRefactor.RefactorComponent;
627 @ShadeViewRefactor(RefactorComponent.SHADE_VIEW)
655 @ShadeViewRefactor(RefactorComponent.SHADE_VIEW)
668 @ShadeViewRefactor(RefactorComponent.SHADE_VIEW)
688 @ShadeViewRefactor(RefactorComponent.SHADE_VIEW)
702 @ShadeViewRefactor(RefactorComponent.SHADE_VIEW)
721 @ShadeViewRefactor(RefactorComponent.SHADE_VIEW)
743 @ShadeViewRefactor(RefactorComponent.SHADE_VIEW)
752 @ShadeViewRefactor(RefactorComponent.SHADE_VIEW)
[all …]
DNotificationSection.java28 import com.android.systemui.statusbar.notification.ShadeViewRefactor;
84 @ShadeViewRefactor(ShadeViewRefactor.RefactorComponent.STATE_RESOLVER)
133 @ShadeViewRefactor(ShadeViewRefactor.RefactorComponent.STATE_RESOLVER)
182 @ShadeViewRefactor(ShadeViewRefactor.RefactorComponent.SHADE_VIEW)
188 @ShadeViewRefactor(ShadeViewRefactor.RefactorComponent.SHADE_VIEW)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DShadeViewRefactor.java23 public @interface ShadeViewRefactor { annotation