Searched refs:zoneHeight (Results 1 – 1 of 1) sorted by relevance
479 int zoneHeight = (int) (overviewModeIconZoneRatio * availableHeightPx); in getOverviewModeButtonBarHeight() local480 zoneHeight = Math.min(overviewModeMaxIconZoneHeightPx, in getOverviewModeButtonBarHeight()481 Math.max(overviewModeMinIconZoneHeightPx, zoneHeight)); in getOverviewModeButtonBarHeight()482 return zoneHeight; in getOverviewModeButtonBarHeight()