Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DActionMenuView.java445 int overflowWidth = 0; in onLayout() local
459 overflowWidth = v.getMeasuredWidth(); in onLayout()
461 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/floatingtoolbar/
DLocalFloatingToolbarPopup.java1114 int overflowWidth = 0; in getOverflowWidth() local
1118 overflowWidth = in getOverflowWidth()
1119 Math.max(mOverflowPanelViewHelper.calculateWidth(menuItem), overflowWidth); in getOverflowWidth()
1121 return overflowWidth; in getOverflowWidth()