Home
last modified time | relevance | path

Searched defs:hostLayout (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DAboveShelfObserver.java34 public AboveShelfObserver(ViewGroup hostLayout) { in AboveShelfObserver()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java92 public StackStateAnimator(NotificationStackScrollLayout hostLayout) { in StackStateAnimator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyNotificationIconAreaControllerImpl.java381 NotificationIconContainer hostLayout, boolean showAmbient, boolean showLowPriority, in updateIconsForLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java144 public void bind(AmbientState ambientState, NotificationStackScrollLayout hostLayout, in bind()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationShelfTest.kt53 private lateinit var hostLayout: NotificationStackScrollLayout variable in com.android.systemui.statusbar.notification.stack.NotificationShelfTest