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

/haiku/src/servers/app/decorator/
H A DWindowBehaviour.h36 bool IsDragging() const { return fIsDragging; } function in class:WindowBehaviour
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp121 inline bool IsDragging() const function in class:ScrollCorner
211 if (IsDragging()) {
234 if (IsDragging())
277 if (dragging != IsDragging()) {
/haiku/src/apps/deskbar/
H A DStatusView.h214 bool IsDragging() { return IsTracking(); }; function in class:TDragRegion
H A DBarWindow.cpp253 && fBarView->IsHidden() && !fBarView->DragRegion()->IsDragging();
681 && fBarView->IsHidden() && !fBarView->DragRegion()->IsDragging();
H A DBarView.cpp378 if (fDragRegion->IsDragging())
643 && !fDragRegion->IsDragging();
/haiku/src/servers/app/
H A DWindow.h230 bool IsDragging() const;
H A DWindow.cpp1157 Window::IsDragging() const function in class:Window
1161 return fWindowBehaviour->IsDragging();
H A DServerWindow.cpp908 if (fWindow->IsDragging()) {

Completed in 207 milliseconds