Home
last modified time | relevance | path

Searched refs:IsDragging (Results 1 – 25 of 113) sorted by relevance

12345

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/touch_selection/
H A Dlongpress_drag_selector_unittest.cc97 EXPECT_FALSE(IsDragging()); in TEST_F()
102 EXPECT_FALSE(IsDragging()); in TEST_F()
107 EXPECT_TRUE(IsDragging()); in TEST_F()
112 EXPECT_TRUE(IsDragging()); in TEST_F()
115 EXPECT_TRUE(IsDragging()); in TEST_F()
121 EXPECT_FALSE(IsDragging()); in TEST_F()
141 EXPECT_FALSE(IsDragging()); in TEST_F()
145 EXPECT_FALSE(IsDragging()); in TEST_F()
150 EXPECT_TRUE(IsDragging()); in TEST_F()
154 EXPECT_TRUE(IsDragging()); in TEST_F()
[all …]
H A Dtouch_handle_unittest.cc346 EXPECT_TRUE(IsDragging()); in TEST_F()
381 EXPECT_TRUE(IsDragging()); in TEST_F()
387 EXPECT_TRUE(IsDragging()); in TEST_F()
394 EXPECT_TRUE(IsDragging()); in TEST_F()
415 EXPECT_TRUE(IsDragging()); in TEST_F()
424 EXPECT_TRUE(IsDragging()); in TEST_F()
441 EXPECT_TRUE(IsDragging()); in TEST_F()
487 EXPECT_TRUE(IsDragging()); in TEST_F()
491 EXPECT_TRUE(IsDragging()); in TEST_F()
506 EXPECT_TRUE(IsDragging()); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/touch_selection/
H A Dlongpress_drag_selector_unittest.cc97 EXPECT_FALSE(IsDragging()); in TEST_F()
102 EXPECT_FALSE(IsDragging()); in TEST_F()
107 EXPECT_TRUE(IsDragging()); in TEST_F()
112 EXPECT_TRUE(IsDragging()); in TEST_F()
115 EXPECT_TRUE(IsDragging()); in TEST_F()
121 EXPECT_FALSE(IsDragging()); in TEST_F()
141 EXPECT_FALSE(IsDragging()); in TEST_F()
145 EXPECT_FALSE(IsDragging()); in TEST_F()
150 EXPECT_TRUE(IsDragging()); in TEST_F()
154 EXPECT_TRUE(IsDragging()); in TEST_F()
[all …]
H A Dtouch_handle_unittest.cc346 EXPECT_TRUE(IsDragging()); in TEST_F()
381 EXPECT_TRUE(IsDragging()); in TEST_F()
387 EXPECT_TRUE(IsDragging()); in TEST_F()
394 EXPECT_TRUE(IsDragging()); in TEST_F()
415 EXPECT_TRUE(IsDragging()); in TEST_F()
424 EXPECT_TRUE(IsDragging()); in TEST_F()
441 EXPECT_TRUE(IsDragging()); in TEST_F()
487 EXPECT_TRUE(IsDragging()); in TEST_F()
491 EXPECT_TRUE(IsDragging()); in TEST_F()
506 EXPECT_TRUE(IsDragging()); in TEST_F()
[all …]
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.Core/
H A DMapCore.cs68 public bool IsDragging { get; set; } property in GKMap.MapCore
133 if (!IsDragging) {
218 if (fZoom != value && !IsDragging) {
517 IsDragging = true; in BeginDrag()
527 IsDragging = false; in EndDrag()
616 IsDragging = true; in DragOffset()
618 IsDragging = false; in DragOffset()
643 if (IsDragging) { in Drag()
1280 if (fMouseIn && !IsDragging) { in ProcessMouseWheel()
1311 if (IsDragging) return; in ProcessMouseClick()
[all …]
/dports/multimedia/olive/olive-0.1.2/effects/fields/
H A Ddoublefield.cpp117 if (ls->IsDragging() && kdc_ == nullptr) { in UpdateFromWidget()
123 if (!ls->IsDragging() && kdc_ != nullptr) { in UpdateFromWidget()
/dports/cad/leocad/leocad-21.06/common/
H A Dlc_viewsphere.h24 bool IsDragging() const;
H A Dlc_viewsphere.cpp296 if (IsDragging()) in OnMouseMove()
317 bool lcViewSphere::IsDragging() const in IsDragging() function in lcViewSphere
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dheaderctrlg.cpp273 wxASSERT_MSG( IsDragging(), in CancelDragging()
566 if ( IsDragging() ) in OnCaptureLost()
574 if ( IsDragging() ) in OnKeyDown()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dheaderctrlg.cpp293 wxASSERT_MSG( IsDragging(), in CancelDragging()
590 if ( IsDragging() ) in OnCaptureLost()
598 if ( IsDragging() ) in OnKeyDown()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dheaderctrlg.cpp273 wxASSERT_MSG( IsDragging(), in CancelDragging()
566 if ( IsDragging() ) in OnCaptureLost()
574 if ( IsDragging() ) in OnKeyDown()
/dports/multimedia/olive/olive-0.1.2/ui/
H A Dlabelslider.h98 bool IsDragging();
H A Dlabelslider.cpp86 bool LabelSlider::IsDragging() { in IsDragging() function in LabelSlider
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/generic/
H A Dheaderctrlg.h108 bool IsDragging() const { return IsResizing() || IsReordering(); } in IsDragging() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/generic/
H A Dheaderctrlg.h108 bool IsDragging() const { return IsResizing() || IsReordering(); } in IsDragging() function
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.WinForms/
H A DGMapControl.cs266 if (fCore.IsStarted && !fCore.IsDragging) {
829 if (fCore.IsDragging) { in OnMouseUp()
859 if (!fCore.IsDragging && !fCore.MouseDown.IsEmpty) { in OnMouseMove()
869 if (fCore.IsDragging) { in OnMouseMove()
/dports/editors/lazarus/lazarus/lcl/include/
H A Dmouse.inc74 Result := DragManager.IsDragging;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/generic/
H A Dheaderctrlg.h112 bool IsDragging() const { return IsResizing() || IsReordering(); } in IsDragging() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dmouse.inc74 Result := DragManager.IsDragging;
/dports/editors/lazarus-qt5/lazarus/lcl/include/
H A Dmouse.inc74 Result := DragManager.IsDragging;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dmouse.inc74 Result := DragManager.IsDragging;
/dports/devel/kyra/kyra/spriteed/
H A Dstatemachine.h125 bool IsDragging() { return mouseDown && !commandDown; } in IsDragging() function
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4MouseControl.h165 bool IsDragging();
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dgaltheme.hxx99 SAL_DLLPRIVATE bool IsDragging() const { return bDragging; } in IsDragging() function in GalleryTheme
/dports/games/openclonk/openclonk-release-8.1-src/src/editor/
H A DC4ConsoleQtShapes.h57 bool IsDragging() const { return dragging_border != -1; } in IsDragging() function
319 bool IsDragging() const { return !!dragging_shape; } in IsDragging() function

12345