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.java172 NotificationIconContainer hostLayout, boolean showAmbient) { in updateIconsForLayout() argument
193 for (int i = 0; i < hostLayout.getChildCount(); i++) { in updateIconsForLayout()
194 View child = hostLayout.getChildAt(i); in updateIconsForLayout()
234 hostLayout.setReplacingIcons(replacingIcons); in updateIconsForLayout()
238 hostLayout.removeView(toRemove.get(i)); in updateIconsForLayout()
245 hostLayout.removeTransientView(v); in updateIconsForLayout()
247 hostLayout.addView(v, i, params); in updateIconsForLayout()
251 hostLayout.setChangingViewPositions(true); in updateIconsForLayout()
253 final int childCount = hostLayout.getChildCount(); in updateIconsForLayout()
255 View actual = hostLayout.getChildAt(i); in updateIconsForLayout()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java80 public StackStateAnimator(NotificationStackScrollLayout hostLayout) { in StackStateAnimator() argument
81 mHostLayout = hostLayout; in StackStateAnimator()
83 hostLayout.getContext().getResources().getDimensionPixelSize( in StackStateAnimator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java98 public void bind(AmbientState ambientState, NotificationStackScrollLayout hostLayout) { in bind() argument
100 mHostLayout = hostLayout; in bind()