Home
last modified time | relevance | path

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

/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp393 float listHeight = fListView->ItemFrame(visibleCount - 1).bottom + 1; in ShowChoices() local
397 listRect.bottom = listRect.top + listHeight - 1; in ShowChoices()
399 if (listRect.bottom + 1 + listHeight <= screenRect.bottom) in ShowChoices()
402 listRect.OffsetTo(pvRect.left, pvRect.top - listHeight); in ShowChoices()