Searched refs:overflowWidth (Results 1 – 3 of 3) sorted by relevance
443 int overflowWidth = 0; in onLayout() local457 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()
446 int overflowWidth = 0; in onLayout() local460 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()
1337 int overflowWidth = 0; in getOverflowWidth() local1341 overflowWidth = in getOverflowWidth()1342 Math.max(mOverflowPanelViewHelper.calculateWidth(menuItem), overflowWidth); in getOverflowWidth()1344 return overflowWidth; in getOverflowWidth()