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.java115 import com.android.systemui.statusbar.notification.ShadeViewRefactor.RefactorComponent;
622 @ShadeViewRefactor(RefactorComponent.SHADE_VIEW)
646 @ShadeViewRefactor(RefactorComponent.SHADE_VIEW)
659 @ShadeViewRefactor(RefactorComponent.SHADE_VIEW)
679 @ShadeViewRefactor(RefactorComponent.SHADE_VIEW)
693 @ShadeViewRefactor(RefactorComponent.SHADE_VIEW)
709 @ShadeViewRefactor(RefactorComponent.SHADE_VIEW)
731 @ShadeViewRefactor(RefactorComponent.SHADE_VIEW)
740 @ShadeViewRefactor(RefactorComponent.SHADE_VIEW)
748 @ShadeViewRefactor(RefactorComponent.SHADE_VIEW)
[all …]
DNotificationSection.java84 @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.java28 RefactorComponent value(); in value()
30 public enum RefactorComponent { enum