Searched refs:hostLayout (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DAboveShelfObserver.java34 public AboveShelfObserver(ViewGroup hostLayout) { argument
35 mHostLayout = hostLayout;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java165 * @param hostLayout which layout should be updated
170 NotificationIconContainer hostLayout, boolean showAmbient) {
191 for (int i = 0; i < hostLayout.getChildCount(); i++) {
192 View child = hostLayout.getChildAt(i);
232 hostLayout.setReplacingIcons(replacingIcons);
236 hostLayout.removeView(toRemove.get(i));
243 hostLayout.removeTransientView(v);
245 hostLayout.addView(v, i, params);
249 hostLayout.setChangingViewPositions(true);
251 final int childCount = hostLayout
168 updateIconsForLayout(NotificationData notificationData, Function<NotificationData.Entry, StatusBarIconView> function, NotificationIconContainer hostLayout, boolean showAmbient) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackStateAnimator.java80 public StackStateAnimator(NotificationStackScrollLayout hostLayout) { argument
81 mHostLayout = hostLayout;
83 hostLayout.getContext().getResources().getDimensionPixelSize(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java122 public void bind(AmbientState ambientState, NotificationStackScrollLayout hostLayout) { argument
124 mHostLayout = hostLayout;

Completed in 132 milliseconds