Home
last modified time | relevance | path

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

/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp392 int32 visibleCount = min_c(count, fMaxVisibleChoices); in ShowChoices() local
393 float listHeight = fListView->ItemFrame(visibleCount - 1).bottom + 1; in ShowChoices()