Searched refs:showMoreDetails (Results 1 – 2 of 2) sorted by relevance
44 float GetPackageItemHeight(bool showMoreDetails);45 BBitmap* GetIcon(bool showMoreDetails);46 float GetIconSize(bool showMoreDetails);47 void SetDetailLevel(bool showMoreDetails);
620 bool showMoreDetails; in _SetState() local622 &showMoreDetails); in _SetState()624 fDetailsCheckbox->SetValue(showMoreDetails ? 1 : 0); in _SetState()625 fListView->SetMoreDetails(showMoreDetails); in _SetState()790 SuperItem::GetPackageItemHeight(bool showMoreDetails) in GetPackageItemHeight() argument792 int lineCount = showMoreDetails ? 3 : 2; in GetPackageItemHeight()798 SuperItem::GetIcon(bool showMoreDetails) in GetIcon() argument800 if (showMoreDetails) in GetIcon()808 SuperItem::GetIconSize(bool showMoreDetails) in GetIconSize() argument810 if (showMoreDetails) in GetIconSize()[all …]