Searched refs:hostLayout (Results 1 – 4 of 4) sorted by relevance
301 NotificationIconContainer hostLayout, boolean showAmbient, boolean showLowPriority, in updateIconsForLayout() argument328 for (int i = 0; i < hostLayout.getChildCount(); i++) { in updateIconsForLayout()329 View child = hostLayout.getChildAt(i); in updateIconsForLayout()369 hostLayout.setReplacingIcons(replacingIcons); in updateIconsForLayout()373 hostLayout.removeView(toRemove.get(i)); in updateIconsForLayout()380 hostLayout.removeTransientView(v); in updateIconsForLayout()385 hostLayout.addView(v, i, params); in updateIconsForLayout()389 hostLayout.setChangingViewPositions(true); in updateIconsForLayout()391 final int childCount = hostLayout.getChildCount(); in updateIconsForLayout()393 View actual = hostLayout.getChildAt(i); in updateIconsForLayout()[all …]
34 public AboveShelfObserver(ViewGroup hostLayout) { in AboveShelfObserver() argument35 mHostLayout = hostLayout; in AboveShelfObserver()
91 public StackStateAnimator(NotificationStackScrollLayout hostLayout) { in StackStateAnimator() argument92 mHostLayout = hostLayout; in StackStateAnimator()94 hostLayout.getContext().getResources().getDimensionPixelSize( in StackStateAnimator()97 hostLayout.getContext().getResources().getDimensionPixelSize( in StackStateAnimator()
132 public void bind(AmbientState ambientState, NotificationStackScrollLayout hostLayout) { in bind() argument134 mHostLayout = hostLayout; in bind()