Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java96 import com.android.systemui.statusbar.notification.ShadeViewRefactor.RefactorComponent;
645 @ShadeViewRefactor(RefactorComponent.SHADE_VIEW)
676 @ShadeViewRefactor(RefactorComponent.SHADE_VIEW)
698 @ShadeViewRefactor(RefactorComponent.SHADE_VIEW)
703 @ShadeViewRefactor(RefactorComponent.SHADE_VIEW)
720 @ShadeViewRefactor(RefactorComponent.DECORATOR)
754 @ShadeViewRefactor(RefactorComponent.DECORATOR)
882 @ShadeViewRefactor(RefactorComponent.SHADE_VIEW)
905 @ShadeViewRefactor(RefactorComponent.SHADE_VIEW)
969 @ShadeViewRefactor(RefactorComponent.COORDINATOR)
[all …]
DNotificationSection.java93 @ShadeViewRefactor(ShadeViewRefactor.RefactorComponent.STATE_RESOLVER)
142 @ShadeViewRefactor(ShadeViewRefactor.RefactorComponent.STATE_RESOLVER)
191 @ShadeViewRefactor(ShadeViewRefactor.RefactorComponent.SHADE_VIEW)
197 @ShadeViewRefactor(ShadeViewRefactor.RefactorComponent.SHADE_VIEW)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DShadeViewRefactor.java28 RefactorComponent value(); in value()
30 public enum RefactorComponent { enum