Home
last modified time | relevance | path

Searched refs:hostLayout (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
H A DNotificationIconAreaControllerViewBinderWrapperImpl.kt459 hostLayout: NotificationIconContainer?,
538 hostLayout.removeView(toRemove[i])
544 hostLayout.removeTransientView(v)
549 hostLayout.addView(v, i, params)
552 hostLayout.setChangingViewPositions(true)
554 val childCount = hostLayout.childCount
556 val actual = hostLayout.getChildAt(i)
561 hostLayout.removeView(expected)
562 hostLayout.addView(expected, i)
564 hostLayout.setChangingViewPositions(false)
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLegacyNotificationIconAreaControllerImpl.java406 View child = hostLayout.getChildAt(i); in updateIconsForLayout()
446 hostLayout.setReplacingIcons(replacingIcons); in updateIconsForLayout()
450 hostLayout.removeView(toRemove.get(i)); in updateIconsForLayout()
457 hostLayout.removeTransientView(v); in updateIconsForLayout()
462 hostLayout.addView(v, i, params); in updateIconsForLayout()
466 hostLayout.setChangingViewPositions(true); in updateIconsForLayout()
470 View actual = hostLayout.getChildAt(i); in updateIconsForLayout()
475 hostLayout.removeView(expected); in updateIconsForLayout()
476 hostLayout.addView(expected, i); in updateIconsForLayout()
478 hostLayout.setChangingViewPositions(false); in updateIconsForLayout()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DAboveShelfObserver.java34 public AboveShelfObserver(ViewGroup hostLayout) { in AboveShelfObserver() argument
35 mHostLayout = hostLayout; in AboveShelfObserver()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackStateAnimator.java92 public StackStateAnimator(NotificationStackScrollLayout hostLayout) { in StackStateAnimator() argument
93 mHostLayout = hostLayout; in StackStateAnimator()
95 hostLayout.getContext().getResources().getDimensionPixelSize( in StackStateAnimator()
98 hostLayout.getContext().getResources().getDimensionPixelSize( in StackStateAnimator()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationShelfTest.kt53 private lateinit var hostLayout: NotificationStackScrollLayout
76 shelf.bind(ambientState, hostLayout, roundnessManager)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java144 public void bind(AmbientState ambientState, NotificationStackScrollLayout hostLayout, in bind() argument
148 mHostLayout = hostLayout; in bind()