Searched refs:hasOverflow (Results 1 – 5 of 5) sorted by relevance
204 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()
459 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()
689 if (!hasOverflow()) { in refreshCoordinatesAndOverflowDirection()1026 if (hasOverflow()) { in setPanelsStatesAtRestingPosition()1071 if (hasOverflow()) { in updateOverflowHeight()1174 private boolean hasOverflow() { in hasOverflow() method in FloatingToolbar.FloatingToolbarPopup1309 if (hasOverflow()) { in preparePopupContent()1313 if (hasOverflow()) { in preparePopupContent()
856 boolean hasOverflow = mCollapsedIcons.hasOverflow();858 if (!hasOverflow) {
584 public boolean hasOverflow() { in hasOverflow() method