Searched refs:mCollapsedIcons (Results 1 – 1 of 1) sorted by relevance
67 private NotificationIconContainer mCollapsedIcons; field in NotificationShelf514 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 …]