Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java370 NotificationIconContainer hostLayout, boolean showAmbient, boolean showLowPriority, in updateIconsForLayout() argument
394 for (int i = 0; i < hostLayout.getChildCount(); i++) { in updateIconsForLayout()
395 View child = hostLayout.getChildAt(i); in updateIconsForLayout()
435 hostLayout.setReplacingIcons(replacingIcons); in updateIconsForLayout()
439 hostLayout.removeView(toRemove.get(i)); in updateIconsForLayout()
446 hostLayout.removeTransientView(v); in updateIconsForLayout()
451 hostLayout.addView(v, i, params); in updateIconsForLayout()
455 hostLayout.setChangingViewPositions(true); in updateIconsForLayout()
457 final int childCount = hostLayout.getChildCount(); in updateIconsForLayout()
459 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.java94 public StackStateAnimator(NotificationStackScrollLayout hostLayout) { in StackStateAnimator() argument
95 mHostLayout = hostLayout; in StackStateAnimator()
97 hostLayout.getContext().getResources().getDimensionPixelSize( in StackStateAnimator()
100 hostLayout.getContext().getResources().getDimensionPixelSize( in StackStateAnimator()