Searched refs:fCurrentDragPosition (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DColumnListView.cpp246 BPoint fCurrentDragPosition; member in class:BPrivate::TitleView
2823 dragRect.OffsetTo(fCurrentDragPosition.x - fClickPoint.x, 0);
2999 fCurrentDragPosition = position;
3056 invalidRect.OffsetTo(fCurrentDragPosition.x - fClickPoint.x, 0);
3057 if (position.x < fCurrentDragPosition.x)
3058 invalidRect.left -= fCurrentDragPosition.x - position.x;
3060 invalidRect.right += position.x - fCurrentDragPosition.x;
3062 fCurrentDragPosition = position;

Completed in 35 milliseconds