Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/
DLocalFloatingToolbarPopup.java835 final int maxItemSize = in updateOverflowHeight() local
837 final int newHeight = calculateOverflowHeight(maxItemSize); in updateOverflowHeight()
1124 private int calculateOverflowHeight(int maxItemSize) { in calculateOverflowHeight() argument
1129 Math.max(MIN_OVERFLOW_SIZE, maxItemSize), in calculateOverflowHeight()