HomeSort by relevance Sort by last modified time
    Searched full:collapsedchildren (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java 154 int collapsedChildren = getMaxAllowedVisibleChildren(true /* likeCollapsed */);
155 int overflowIndex = childCount > collapsedChildren ? collapsedChildren - 1 : -1;
    [all...]

Completed in 61 milliseconds