Home
last modified time | relevance | path

Searched refs:DragScroller (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/docs/sphinx/_static/images/inheritance/
H A Dwx.lib.dragscroller.DragScroller_inheritance.png.map2 …pe="rect" id="node1" href="wx.lib.dragscroller.DragScroller.html" title="wx.lib.dragscroller.DragS…
/dports/games/ecwolf/ecwolf-1.3.3-src/android-libs/launcher/src/com/mobeta/android/dslv/
H A DDragSortListView.java226 private DragScroller mDragScroller;
539 mDragScroller = new DragScroller(); in DragSortListView()
1805 if (minY > mLastY && minY > mDownScrollStartY && currentScrollDir != DragScroller.DOWN) { in continueDrag()
1809 if (currentScrollDir != DragScroller.STOP) { in continueDrag()
1815 mDragScroller.startScrolling(DragScroller.DOWN); in continueDrag()
1816 } else if (maxY < mLastY && maxY < mUpScrollStartY && currentScrollDir != DragScroller.UP) { in continueDrag()
1820 if (currentScrollDir != DragScroller.STOP) { in continueDrag()
1826 mDragScroller.startScrolling(DragScroller.UP); in continueDrag()
2806 private class DragScroller implements Runnable { class in DragSortListView
2837 public DragScroller() { in DragScroller() method in DragSortListView.DragScroller
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DDragScroller.py21 self.scroller = wx.lib.dragscroller.DragScroller(self)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/
H A Ddragscroller.py14 class DragScroller: class
/dports/deskutils/calibre/calibre-src-5.34.0/src/pyj/read_book/
H A Dflow_mode.pyj465 class DragScroller:
513 drag_scroller = DragScroller()
H A Dpaged_mode.pyj896 class DragScroller:
927 drag_scroller = DragScroller()