Searched refs:hostLayout (Results 1 – 4 of 4) sorted by relevance
381 NotificationIconContainer hostLayout, boolean showAmbient, boolean showLowPriority, in updateIconsForLayout() argument409 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 …]
34 public AboveShelfObserver(ViewGroup hostLayout) { in AboveShelfObserver() argument35 mHostLayout = hostLayout; in AboveShelfObserver()
93 public StackStateAnimator(NotificationStackScrollLayout hostLayout) { in StackStateAnimator() argument94 mHostLayout = hostLayout; in StackStateAnimator()96 hostLayout.getContext().getResources().getDimensionPixelSize( in StackStateAnimator()99 hostLayout.getContext().getResources().getDimensionPixelSize( in StackStateAnimator()
144 public void bind(AmbientState ambientState, NotificationStackScrollLayout hostLayout) { in bind() argument146 mHostLayout = hostLayout; in bind()