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

  /frameworks/base/core/java/android/widget/
ActionMenuView.java 194 boolean hasOverflow = false;
230 if (lp.isOverflowButton) hasOverflow = true;
239 final boolean centerSingleExpandedItem = hasOverflow && visibleItemCount == 2;
299 final boolean singleItem = !hasOverflow && visibleItemCount == 1;
438 boolean hasOverflow = false;
468 hasOverflow = true;
480 if (childCount == 1 && !hasOverflow) {
492 final int spacerCount = nonOverflowCount - (hasOverflow ? 0 : 1);
ActionMenuPresenter.java 226 boolean hasOverflow = false;
230 hasOverflow = !nonActionItems.get(0).isActionViewExpanded();
232 hasOverflow = count > 0;
236 if (hasOverflow) {
390 boolean hasOverflow = false;
398 hasOverflow = true;
409 (hasOverflow || requiredItems + requestedItems > maxActions)) {
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 204 boolean hasOverflow = false;
240 if (lp.isOverflowButton) hasOverflow = true;
249 final boolean centerSingleExpandedItem = hasOverflow && visibleItemCount == 2;
309 final boolean singleItem = !hasOverflow && visibleItemCount == 1;
448 boolean hasOverflow = false;
477 hasOverflow = true;
489 if (childCount == 1 && !hasOverflow) {
501 final int spacerCount = nonOverflowCount - (hasOverflow ? 0 : 1);
ActionMenuPresenter.java 225 boolean hasOverflow = false;
229 hasOverflow = !nonActionItems.get(0).isActionViewExpanded();
231 hasOverflow = count > 0;
235 if (hasOverflow) {
389 boolean hasOverflow = false;
397 hasOverflow = true;
408 (hasOverflow || requiredItems + requestedItems > maxActions)) {
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 589 llvm::Value *hasOverflow = nullptr;
601 hasOverflow = CGF.Builder.CreateICmpUGE(numElements, thresholdV);
615 hasOverflow = CGF.Builder.CreateICmpSLT(numElements,
627 if (!hasOverflow) {
628 hasOverflow = CGF.Builder.CreateICmpULT(numElements,
634 hasOverflow = CGF.Builder.CreateOr(hasOverflow,
659 if (hasOverflow)
660 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.h 221 void updateScrollableAreaSet(bool hasOverflow);
RenderLayerScrollableArea.cpp 655 bool hasOverflow = hasScrollableHorizontalOverflow() || hasScrollableVerticalOverflow();
656 updateScrollableAreaSet(hasOverflow);
658 if (hasOverflow) {
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 302 milliseconds