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

  /frameworks/base/core/java/android/widget/
ActionMenuView.java 202 boolean hasOverflow = false;
238 if (lp.isOverflowButton) hasOverflow = true;
247 final boolean centerSingleExpandedItem = hasOverflow && visibleItemCount == 2;
307 final boolean singleItem = !hasOverflow && visibleItemCount == 1;
446 boolean hasOverflow = false;
476 hasOverflow = true;
488 if (childCount == 1 && !hasOverflow) {
500 final int spacerCount = nonOverflowCount - (hasOverflow ? 0 : 1);
ActionMenuPresenter.java 457 boolean hasOverflow = false;
461 hasOverflow = !nonActionItems.get(0).isActionViewExpanded();
463 hasOverflow = count > 0;
467 if (hasOverflow) {
644 boolean hasOverflow = false;
652 hasOverflow = true;
663 (hasOverflow || requiredItems + requestedItems > maxActions)) {
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 207 boolean hasOverflow = false;
243 if (lp.isOverflowButton) hasOverflow = true;
252 final boolean centerSingleExpandedItem = hasOverflow && visibleItemCount == 2;
312 final boolean singleItem = !hasOverflow && visibleItemCount == 1;
451 boolean hasOverflow = false;
480 hasOverflow = true;
492 if (childCount == 1 && !hasOverflow) {
504 final int spacerCount = nonOverflowCount - (hasOverflow ? 0 : 1);
ActionMenuPresenter.java 252 boolean hasOverflow = false;
256 hasOverflow = !nonActionItems.get(0).isActionViewExpanded();
258 hasOverflow = count > 0;
262 if (hasOverflow) {
439 boolean hasOverflow = false;
447 hasOverflow = true;
458 (hasOverflow || requiredItems + requestedItems > maxActions)) {
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 667 llvm::Value *hasOverflow = nullptr;
679 hasOverflow = CGF.Builder.CreateICmpUGE(numElements, thresholdV);
693 hasOverflow = CGF.Builder.CreateICmpSLT(numElements,
705 if (!hasOverflow) {
706 hasOverflow = CGF.Builder.CreateICmpULT(numElements,
712 hasOverflow = CGF.Builder.CreateOr(hasOverflow,
737 if (hasOverflow)
738 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed)
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
FloatingToolbar.java 611 if (!hasOverflow()) {
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 423 milliseconds