Searched refs:hostLayout (Results 1 – 4 of 4) sorted by relevance
344 NotificationIconContainer hostLayout, boolean showAmbient, in updateIconsForLayout() argument372 for (int i = 0; i < hostLayout.getChildCount(); i++) { in updateIconsForLayout()373 View child = hostLayout.getChildAt(i); in updateIconsForLayout()413 hostLayout.setReplacingIcons(replacingIcons); in updateIconsForLayout()417 hostLayout.removeView(toRemove.get(i)); in updateIconsForLayout()424 hostLayout.removeTransientView(v); in updateIconsForLayout()429 hostLayout.addView(v, i, params); in updateIconsForLayout()433 hostLayout.setChangingViewPositions(true); in updateIconsForLayout()435 final int childCount = hostLayout.getChildCount(); in updateIconsForLayout()437 View actual = hostLayout.getChildAt(i); in updateIconsForLayout()[all …]
34 public AboveShelfObserver(ViewGroup hostLayout) { in AboveShelfObserver() argument35 mHostLayout = hostLayout; in AboveShelfObserver()
92 public StackStateAnimator(NotificationStackScrollLayout hostLayout) { in StackStateAnimator() argument93 mHostLayout = hostLayout; in StackStateAnimator()95 hostLayout.getContext().getResources().getDimensionPixelSize( in StackStateAnimator()98 hostLayout.getContext().getResources().getDimensionPixelSize( in StackStateAnimator()
139 public void bind(AmbientState ambientState, NotificationStackScrollLayout hostLayout) { in bind() argument141 mHostLayout = hostLayout; in bind()