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

  /frameworks/base/core/java/android/widget/
ActionMenuView.java 443 int overflowWidth = 0;
457 overflowWidth = v.getMeasuredWidth();
459 overflowWidth += dividerWidth;
467 r = l + overflowWidth;
470 l = r - overflowWidth;
476 widthRemaining -= overflowWidth;
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
ActionMenuView.java 447 int overflowWidth = 0;
461 overflowWidth = v.getMeasuredWidth();
463 overflowWidth += dividerWidth;
470 r = l + overflowWidth;
473 l = r - overflowWidth;
479 widthRemaining -= overflowWidth;
  /frameworks/base/core/java/com/android/internal/widget/
FloatingToolbar.java     [all...]

Completed in 369 milliseconds