Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DActionMenuView.java203 boolean hasOverflow = false; in onMeasureExactFormat()
239 if (lp.isOverflowButton) hasOverflow = true; in onMeasureExactFormat()
248 final boolean centerSingleExpandedItem = hasOverflow && visibleItemCount == 2; in onMeasureExactFormat()
308 final boolean singleItem = !hasOverflow && visibleItemCount == 1; in onMeasureExactFormat()
447 boolean hasOverflow = false; in onLayout()
477 hasOverflow = true; in onLayout()
489 if (childCount == 1 && !hasOverflow) { in onLayout()
501 final int spacerCount = nonOverflowCount - (hasOverflow ? 0 : 1); in onLayout()
DActionMenuPresenter.java458 boolean hasOverflow = false; in updateMenuView()
462 hasOverflow = !nonActionItems.get(0).isActionViewExpanded(); in updateMenuView()
464 hasOverflow = count > 0; in updateMenuView()
468 if (hasOverflow) { in updateMenuView()
645 boolean hasOverflow = false; in flagActionItems()
653 hasOverflow = true; in flagActionItems()
664 (hasOverflow || requiredItems + requestedItems > maxActions)) { in flagActionItems()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DActionMenuView.java206 boolean hasOverflow = false; in onMeasureExactFormat()
242 if (lp.isOverflowButton) hasOverflow = true; in onMeasureExactFormat()
251 final boolean centerSingleExpandedItem = hasOverflow && visibleItemCount == 2; in onMeasureExactFormat()
311 final boolean singleItem = !hasOverflow && visibleItemCount == 1; in onMeasureExactFormat()
450 boolean hasOverflow = false; in onLayout()
479 hasOverflow = true; in onLayout()
491 if (childCount == 1 && !hasOverflow) { in onLayout()
503 final int spacerCount = nonOverflowCount - (hasOverflow ? 0 : 1); in onLayout()
DActionMenuPresenter.java247 boolean hasOverflow = false; in updateMenuView()
251 hasOverflow = !nonActionItems.get(0).isActionViewExpanded(); in updateMenuView()
253 hasOverflow = count > 0; in updateMenuView()
257 if (hasOverflow) { in updateMenuView()
436 boolean hasOverflow = false; in flagActionItems()
444 hasOverflow = true; in flagActionItems()
455 (hasOverflow || requiredItems + requestedItems > maxActions)) { in flagActionItems()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java535 boolean hasOverflow = mCollapsedIcons.hasOverflow();
537 if (!hasOverflow) {
/frameworks/base/core/java/com/android/internal/widget/
DFloatingToolbar.java644 if (!hasOverflow()) { in refreshCoordinatesAndOverflowDirection()
981 if (hasOverflow()) { in setPanelsStatesAtRestingPosition()
1026 if (hasOverflow()) { in updateOverflowHeight()
1129 private boolean hasOverflow() { in hasOverflow() method in FloatingToolbar.FloatingToolbarPopup
1292 if (hasOverflow()) { in preparePopupContent()
1296 if (hasOverflow()) { in preparePopupContent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java488 public boolean hasOverflow() { in hasOverflow() method