Searched refs:overflowWidth (Results 1 – 2 of 2) sorted by relevance
445 int overflowWidth = 0; in onLayout() local459 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()
1114 int overflowWidth = 0; in getOverflowWidth() local1118 overflowWidth = in getOverflowWidth()1119 Math.max(mOverflowPanelViewHelper.calculateWidth(menuItem), overflowWidth); in getOverflowWidth()1121 return overflowWidth; in getOverflowWidth()