Home
last modified time | relevance | path

Searched refs:overflowWidth (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
DActionMenuView.java443 int overflowWidth = 0; in onLayout() local
457 overflowWidth = v.getMeasuredWidth(); in onLayout()
459 overflowWidth += dividerWidth; in onLayout()
467 r = l + overflowWidth; in onLayout()
470 l = r - overflowWidth; in onLayout()
476 widthRemaining -= overflowWidth; in onLayout()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DActionMenuView.java446 int overflowWidth = 0; in onLayout() local
460 overflowWidth = v.getMeasuredWidth(); in onLayout()
462 overflowWidth += dividerWidth; in onLayout()
469 r = l + overflowWidth; in onLayout()
472 l = r - overflowWidth; in onLayout()
478 widthRemaining -= overflowWidth; in onLayout()
/frameworks/base/core/java/com/android/internal/widget/
DFloatingToolbar.java1337 int overflowWidth = 0; in getOverflowWidth() local
1341 overflowWidth = in getOverflowWidth()
1342 Math.max(mOverflowPanelViewHelper.calculateWidth(menuItem), overflowWidth); in getOverflowWidth()
1344 return overflowWidth; in getOverflowWidth()