Searched refs:hasOverflow (Results 1 – 7 of 7) sorted by relevance
203 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()
458 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()
206 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()
247 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()
535 boolean hasOverflow = mCollapsedIcons.hasOverflow();537 if (!hasOverflow) {
644 if (!hasOverflow()) { in refreshCoordinatesAndOverflowDirection()981 if (hasOverflow()) { in setPanelsStatesAtRestingPosition()1026 if (hasOverflow()) { in updateOverflowHeight()1129 private boolean hasOverflow() { in hasOverflow() method in FloatingToolbar.FloatingToolbarPopup1292 if (hasOverflow()) { in preparePopupContent()1296 if (hasOverflow()) { in preparePopupContent()
488 public boolean hasOverflow() { in hasOverflow() method