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

/haiku/src/apps/mediaplayer/playlist/
H A DListViews.h118 void _SetDropAnticipationRect(BRect r);
H A DListViews.cpp493 _SetDropAnticipationRect( BRect( 0.0, 0.0, -1.0, -1.0 ) );
571 _SetDropAnticipationRect(r);
784 // _SetDropAnticipationRect
786 DragSortableListView::_SetDropAnticipationRect(BRect r) function in class:DragSortableListView
815 _SetDropAnticipationRect(r);
820 _SetDropAnticipationRect(r);
830 _SetDropAnticipationRect(BRect(0.0, 0.0, -1.0, -1.0));

Completed in 39 milliseconds