Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java725 updateOverflowHeight(availableHeightAboveContent - margin); in refreshCoordinatesAndOverflowDirection()
733 updateOverflowHeight(availableHeightThroughContentDown - margin); in refreshCoordinatesAndOverflowDirection()
739 updateOverflowHeight(availableHeightBelowContent - margin); in refreshCoordinatesAndOverflowDirection()
747 updateOverflowHeight(availableHeightThroughContentUp - margin); in refreshCoordinatesAndOverflowDirection()
754 updateOverflowHeight(mViewPortOnScreen.height() - margin); in refreshCoordinatesAndOverflowDirection()
1078 private void updateOverflowHeight(int suggestedHeight) { in updateOverflowHeight() method in FloatingToolbar.FloatingToolbarPopup