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

  /frameworks/base/core/java/android/widget/
ActionMenuView.java 442 int overflowWidth = 0;
456 overflowWidth = v.getMeasuredWidth();
458 overflowWidth += dividerWidth;
466 r = l + overflowWidth;
469 l = r - overflowWidth;
475 widthRemaining -= overflowWidth;
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 446 int overflowWidth = 0;
460 overflowWidth = v.getMeasuredWidth();
462 overflowWidth += dividerWidth;
469 r = l + overflowWidth;
472 l = r - overflowWidth;
478 widthRemaining -= overflowWidth;
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 53 milliseconds