Home
last modified time | relevance | path

Searched refs:mCollapsedIcons (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java67 private NotificationIconContainer mCollapsedIcons; field in NotificationShelf
514 mCollapsedIcons.getLocationOnScreen(mTmp);
529 start = getWidth() - start - mCollapsedIcons.getWidth();
531 int width = (int) NotificationUtils.interpolate(start + mCollapsedIcons.getWidth(),
535 boolean hasOverflow = mCollapsedIcons.hasOverflow();
536 int collapsedPadding = mCollapsedIcons.getPaddingEnd();
541 * mCollapsedIcons.getIconSize();
551 mShelfIcons.setVisualOverflowAdaption(mCollapsedIcons.getVisualOverflowAdaption());
581 mCollapsedIcons = collapsedIcons;
582 mCollapsedIcons.addOnLayoutChangeListener(this);
[all …]