Searched refs:listRect (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp396 BRect listRect = pvRect; local
397 listRect.bottom = listRect.top + listHeight - 1;
399 if (listRect.bottom + 1 + listHeight <= screenRect.bottom)
400 listRect.OffsetTo(pvRect.left, pvRect.bottom + 1);
402 listRect.OffsetTo(pvRect.left, pvRect.top - listHeight);
408 scrollView->ResizeTo(listRect.Width() + 1, listRect.Height() + 2);
411 fListView->ResizeTo(listRect.Width() - B_V_SCROLL_BAR_WIDTH, listRect
[all...]

Completed in 81 milliseconds