/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/dagger/ |
H A D | NotificationShelfComponent.java | 20 import com.android.systemui.statusbar.NotificationShelf; 41 Builder notificationShelf(NotificationShelf view); in notificationShelf() 59 abstract ActivatableNotificationView bindNotificationShelf(NotificationShelf view); in bindNotificationShelf()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewbinder/ |
H A D | NotificationShelfViewBinder.kt | 27 import com.android.systemui.statusbar.NotificationShelf 49 override val view: NotificationShelf 76 shelf: NotificationShelf, 101 shelf: NotificationShelf,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | LegacyNotificationShelfControllerImpl.java | 36 private final NotificationShelf mView; 45 NotificationShelf notificationShelf, in LegacyNotificationShelfControllerImpl() 78 public NotificationShelf getView() { in getView()
|
H A D | NotificationShelfController.kt | 30 val view: NotificationShelf
|
H A D | NotificationShelf.java | 68 public class NotificationShelf extends ActivatableNotificationView implements StateListener { class 108 public NotificationShelf(Context context, AttributeSet attrs) { in NotificationShelf() method in NotificationShelf 113 public NotificationShelf(Context context, AttributeSet attrs, boolean showNotificationShelf) { in NotificationShelf() method in NotificationShelf
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/ |
H A D | NotificationListViewBinder.kt | 23 import com.android.systemui.statusbar.NotificationShelf 41 .inflate(R.layout.status_bar_notification_shelf, view, false) as NotificationShelf
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationShelfTest.kt | 16 import com.android.systemui.statusbar.NotificationShelf 57 private lateinit var shelf: NotificationShelf 70 /* attachToRoot = */false) as NotificationShelf 383 val shelfState = shelf.viewState as NotificationShelf.ShelfState 410 val shelfState = shelf.viewState as NotificationShelf.ShelfState 437 val shelfState = shelf.viewState as NotificationShelf.ShelfState 477 val shelfState = shelf.viewState as NotificationShelf.ShelfState
|
H A D | NotificationStackScrollLayoutTest.java | 77 import com.android.systemui.statusbar.NotificationShelf; 131 @Mock private NotificationShelf mNotificationShelf; 174 mDependency.injectTestDependency(NotificationShelf.class, mNotificationShelf); in setUp()
|
H A D | StackScrollAlgorithmTest.kt | 13 import com.android.systemui.statusbar.NotificationShelf 48 private val notificationShelf = mock<NotificationShelf>()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | AmbientState.java | 33 import com.android.systemui.statusbar.NotificationShelf; 77 private NotificationShelf mShelf; 482 public void setShelf(NotificationShelf shelf) { in setShelf() 487 public NotificationShelf getShelf() { in getShelf()
|
H A D | StackStateAnimator.java | 29 import com.android.systemui.statusbar.NotificationShelf; 87 private NotificationShelf mShelf; 564 public void setShelf(NotificationShelf shelf) { in setShelf()
|
H A D | StackScrollAlgorithm.java | 34 import com.android.systemui.statusbar.NotificationShelf; 166 NotificationShelf shelf = ambientState.getShelf(); in updateAlphaState() 285 NotificationShelf shelf = ambientState.getShelf(); in updateShelfState()
|
H A D | NotificationStackScrollLayoutController.java | 85 import com.android.systemui.statusbar.NotificationShelf; 1650 public void setShelf(NotificationShelf shelf) {
|
H A D | NotificationStackScrollLayout.java | 99 import com.android.systemui.statusbar.NotificationShelf; 447 private NotificationShelf mShelf; 4955 public void setShelf(NotificationShelf shelf) { in setShelf()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/ |
H A D | NotificationShelfViewModel.kt | 20 import com.android.systemui.statusbar.NotificationShelf
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/domain/interactor/ |
H A D | NotificationShelfInteractor.kt | 25 import com.android.systemui.statusbar.NotificationShelf
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | ShadeViewProviderModule.kt | 45 import com.android.systemui.statusbar.NotificationShelf 141 ) as NotificationShelf
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ActivatableNotificationView.java | 40 import com.android.systemui.statusbar.NotificationShelf;
|