Lines Matching refs:Height

76 		fHeight = fmaxf(totalTitleAndMetadataHeight, iconSize.Height()) + 2.0 * padding;  in StackedFeaturesPackageBandMetrics()
81 iconSize.Height() + iconInset); in StackedFeaturesPackageBandMetrics()
118 (fHeight - ratingStarsMetrics.Size().Height()) / 2), ratingStarsMetrics.Size()); in StackedFeaturesPackageBandMetrics()
138 float Height() in Height() function in StackedFeaturesPackageBandMetrics
285 ScrollTo(0, fmaxf(0, bounds.top - bounds.Height())); in KeyDown()
291 float height = fPackages.size() * fBandMetrics->Height(); in KeyDown()
292 float maxScrollY = height - bounds.Height(); in KeyDown()
293 float pageDownScrollY = bounds.top + bounds.Height(); in KeyDown()
695 float trailingIconMidY = textRect.top + (textRect.Height() / 2.0); in _DrawPackageTitle()
707 trailingIconMidY - (bitmapBounds.Height() / 2.0)) + 0.5; in _DrawPackageTitle()
787 (textRect.Size().Height() / 2.0) - ((fontHeight.ascent + fontHeight.descent) / 2.0) in _DrawPackageSummary()
812 int32 indexOfCentreVisible = _IndexOfY(bounds.top + bounds.Height() / 2); in _EnsureIndexVisible()
816 float scrollPointY = (_YOfIndex(index) + fBandMetrics->Height()) - bounds.Height(); in _EnsureIndexVisible()
860 return BRect(0, y, Bounds().Width(), y + fBandMetrics->Height()); in _RectOfY()
866 return i * fBandMetrics->Height(); in _YOfIndex()
879 int32 i = static_cast<int32>(y / fBandMetrics->Height()); in _IndexOfY()
896 int32 i = static_cast<int32>(y / fBandMetrics->Height()); in _IndexRoundedOfY()
906 fBandMetrics->Height() * static_cast<float>(fPackages.size())); in PreferredSize()
1018 fScrollView->Frame().Height()); in _AdjustViews()