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

  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuView.java 156 boolean hasOverflow = false;
192 if (lp.isOverflowButton) hasOverflow = true;
201 final boolean centerSingleExpandedItem = hasOverflow && visibleItemCount == 2;
261 final boolean singleItem = !hasOverflow && visibleItemCount == 1;
401 boolean hasOverflow = false;
431 hasOverflow = true;
443 if (childCount == 1 && !hasOverflow) {
455 final int spacerCount = nonOverflowCount - (hasOverflow ? 0 : 1);
ActionMenuPresenter.java 234 boolean hasOverflow = false;
238 hasOverflow = !nonActionItems.get(0).isActionViewExpanded();
240 hasOverflow = count > 0;
244 if (hasOverflow) {
398 boolean hasOverflow = false;
406 hasOverflow = true;
417 (hasOverflow || requiredItems + requestedItems > maxActions)) {
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuView.java 157 boolean hasOverflow = false;
198 hasOverflow = true;
210 final boolean centerSingleExpandedItem = hasOverflow && visibleItemCount == 2;
276 final boolean singleItem = !hasOverflow && visibleItemCount == 1;
428 boolean hasOverflow = false;
449 hasOverflow = true;
461 if (childCount == 1 && !hasOverflow) {
473 final int spacerCount = nonOverflowCount - (hasOverflow ? 0 : 1);
ActionMenuPresenter.java 211 boolean hasOverflow = false;
215 hasOverflow = !nonActionItems.get(0).isActionViewExpanded();
217 hasOverflow = count > 0;
221 if (hasOverflow) {
380 boolean hasOverflow = false;
388 hasOverflow = true;
399 (hasOverflow || requiredItems + requestedItems > maxActions)) {
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 677 llvm::Value *hasOverflow = 0;
689 hasOverflow = CGF.Builder.CreateICmpUGE(numElements, thresholdV);
703 hasOverflow = CGF.Builder.CreateICmpSLT(numElements,
715 if (!hasOverflow) {
716 hasOverflow = CGF.Builder.CreateICmpULT(numElements,
722 hasOverflow = CGF.Builder.CreateOr(hasOverflow,
747 if (hasOverflow)
748 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h     [all...]
RenderLayer.cpp     [all...]

Completed in 99 milliseconds