Searched refs:hostLayout (Results 1 – 3 of 3) sorted by relevance
172 NotificationIconContainer hostLayout, boolean showAmbient) { in updateIconsForLayout() argument193 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 …]
80 public StackStateAnimator(NotificationStackScrollLayout hostLayout) { in StackStateAnimator() argument81 mHostLayout = hostLayout; in StackStateAnimator()83 hostLayout.getContext().getResources().getDimensionPixelSize( in StackStateAnimator()
98 public void bind(AmbientState ambientState, NotificationStackScrollLayout hostLayout) { in bind() argument100 mHostLayout = hostLayout; in bind()