Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java381 NotificationIconContainer hostLayout, boolean showAmbient, boolean showLowPriority, in updateIconsForLayout() argument
409 for (int i = 0; i < hostLayout.getChildCount(); i++) { in updateIconsForLayout()
410 View child = hostLayout.getChildAt(i); in updateIconsForLayout()
450 hostLayout.setReplacingIcons(replacingIcons); in updateIconsForLayout()
454 hostLayout.removeView(toRemove.get(i)); in updateIconsForLayout()
461 hostLayout.removeTransientView(v); in updateIconsForLayout()
466 hostLayout.addView(v, i, params); in updateIconsForLayout()
470 hostLayout.setChangingViewPositions(true); in updateIconsForLayout()
472 final int childCount = hostLayout.getChildCount(); in updateIconsForLayout()
474 View actual = hostLayout.getChildAt(i); in updateIconsForLayout()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DAboveShelfObserver.java34 public AboveShelfObserver(ViewGroup hostLayout) { in AboveShelfObserver() argument
35 mHostLayout = hostLayout; in AboveShelfObserver()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java93 public StackStateAnimator(NotificationStackScrollLayout hostLayout) { in StackStateAnimator() argument
94 mHostLayout = hostLayout; in StackStateAnimator()
96 hostLayout.getContext().getResources().getDimensionPixelSize( in StackStateAnimator()
99 hostLayout.getContext().getResources().getDimensionPixelSize( in StackStateAnimator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java144 public void bind(AmbientState ambientState, NotificationStackScrollLayout hostLayout) { in bind() argument
146 mHostLayout = hostLayout; in bind()