Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DActionMenuView.java204 boolean hasOverflow = false; in onMeasureExactFormat()
240 if (lp.isOverflowButton) hasOverflow = true; in onMeasureExactFormat()
249 final boolean centerSingleExpandedItem = hasOverflow && visibleItemCount == 2; in onMeasureExactFormat()
309 final boolean singleItem = !hasOverflow && visibleItemCount == 1; in onMeasureExactFormat()
448 boolean hasOverflow = false; in onLayout()
478 hasOverflow = true; in onLayout()
490 if (childCount == 1 && !hasOverflow) { in onLayout()
502 final int spacerCount = nonOverflowCount - (hasOverflow ? 0 : 1); in onLayout()
DActionMenuPresenter.java459 boolean hasOverflow = false; in updateMenuView()
463 hasOverflow = !nonActionItems.get(0).isActionViewExpanded(); in updateMenuView()
465 hasOverflow = count > 0; in updateMenuView()
469 if (hasOverflow) { in updateMenuView()
648 boolean hasOverflow = false; in flagActionItems()
656 hasOverflow = true; in flagActionItems()
667 (hasOverflow || requiredItems + requestedItems > maxActions)) { in flagActionItems()
/frameworks/base/core/java/com/android/internal/widget/
DFloatingToolbar.java689 if (!hasOverflow()) { in refreshCoordinatesAndOverflowDirection()
1026 if (hasOverflow()) { in setPanelsStatesAtRestingPosition()
1071 if (hasOverflow()) { in updateOverflowHeight()
1174 private boolean hasOverflow() { in hasOverflow() method in FloatingToolbar.FloatingToolbarPopup
1309 if (hasOverflow()) { in preparePopupContent()
1313 if (hasOverflow()) { in preparePopupContent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java856 boolean hasOverflow = mCollapsedIcons.hasOverflow();
858 if (!hasOverflow) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java584 public boolean hasOverflow() { in hasOverflow() method