Searched refs:mOverflowWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java1162 private int mOverflowWidth; field in class:FloatingToolbar.FloatingToolbarOverflowPanel
1297 mOverflowWidth = 0;
1304 mOverflowWidth = Math.max(
1305 mListViewItemWidthCalculator.getMeasuredWidth(), mOverflowWidth);
1353 menuButton.setMinimumWidth(mOverflowWidth);
1369 menuButton.setMinimumWidth(mOverflowWidth);

Completed in 148 milliseconds