Searched refs:updateOverflowHeight (Results 1 – 1 of 1) sorted by relevance
484 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