Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/
H A DLocalFloatingToolbarPopup.java484 updateOverflowHeight(availableHeightAboveContent - margin); in refreshCoordinatesAndOverflowDirection()
492 updateOverflowHeight(availableHeightThroughContentDown - margin); in refreshCoordinatesAndOverflowDirection()
498 updateOverflowHeight(availableHeightBelowContent - margin); in refreshCoordinatesAndOverflowDirection()
506 updateOverflowHeight(availableHeightThroughContentUp - margin); in refreshCoordinatesAndOverflowDirection()
513 updateOverflowHeight(mViewPortOnScreen.height() - margin); in refreshCoordinatesAndOverflowDirection()
833 private void updateOverflowHeight(int suggestedHeight) { in updateOverflowHeight() method in LocalFloatingToolbarPopup