HomeSort by relevance Sort by last modified time
    Searched refs:hasOverflow (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/android/widget/
ActionMenuView.java 203 boolean hasOverflow = false;
239 if (lp.isOverflowButton) hasOverflow = true;
248 final boolean centerSingleExpandedItem = hasOverflow && visibleItemCount == 2;
308 final boolean singleItem = !hasOverflow && visibleItemCount == 1;
447 boolean hasOverflow = false;
477 hasOverflow = true;
489 if (childCount == 1 && !hasOverflow) {
501 final int spacerCount = nonOverflowCount - (hasOverflow ? 0 : 1);
ActionMenuPresenter.java 458 boolean hasOverflow = false;
462 hasOverflow = !nonActionItems.get(0).isActionViewExpanded();
464 hasOverflow = count > 0;
468 if (hasOverflow) {
645 boolean hasOverflow = false;
653 hasOverflow = true;
664 (hasOverflow || requiredItems + requestedItems > maxActions)) {
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 206 boolean hasOverflow = false;
242 if (lp.isOverflowButton) hasOverflow = true;
251 final boolean centerSingleExpandedItem = hasOverflow && visibleItemCount == 2;
311 final boolean singleItem = !hasOverflow && visibleItemCount == 1;
450 boolean hasOverflow = false;
479 hasOverflow = true;
491 if (childCount == 1 && !hasOverflow) {
503 final int spacerCount = nonOverflowCount - (hasOverflow ? 0 : 1);
ActionMenuPresenter.java 247 boolean hasOverflow = false;
251 hasOverflow = !nonActionItems.get(0).isActionViewExpanded();
253 hasOverflow = count > 0;
257 if (hasOverflow) {
436 boolean hasOverflow = false;
444 hasOverflow = true;
455 (hasOverflow || requiredItems + requestedItems > maxActions)) {
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 672 llvm::Value *hasOverflow = nullptr;
684 hasOverflow = CGF.Builder.CreateICmpUGE(numElements, thresholdV);
698 hasOverflow = CGF.Builder.CreateICmpSLT(numElements,
710 if (!hasOverflow) {
711 hasOverflow = CGF.Builder.CreateICmpULT(numElements,
717 hasOverflow = CGF.Builder.CreateOr(hasOverflow,
742 if (hasOverflow)
743 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed)
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
FloatingToolbar.java 646 if (!hasOverflow()) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationShelf.java 681 boolean hasOverflow = mCollapsedIcons.hasOverflow();
683 if (!hasOverflow) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationIconContainer.java 495 public boolean hasOverflow() {
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 354 milliseconds