Home
last modified time | relevance | path

Searched full:scrolling (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/third_party/libinput/doc/user/
Dscrolling.rst4 Scrolling title
7 libinput supports three different types of scrolling methods:
13 two-finger scrolling
15 support two-finger scrolling only
16 - pointing sticks provide on-button scrolling by default
17 - mice and other pointing devices support on-button scrolling but it is not
28 Horizontal scrolling
34 toggles to enable or disable horizontal scrolling. Instead, horizontal
35 scrolling is always enabled. This is intentional, libinput does not have
36 enough context to know when horizontal scrolling is appropriate for a given
[all …]
Dconfiguration.rst73 Scrolling chapter
76 "Natural scrolling" is the terminology for moving the content in the
77 direction of scrolling, i.e. moving the wheel or fingers down moves the page
78 down. Traditional scrolling moves the content in the opposite direction.
79 Natural scrolling can be turned on or off, it is usually off by default.
82 libinput provides two-finger scrolling and edge scrolling. Two-finger
83 scrolling converts a movement with two fingers to a series of scroll events.
84 Edge scrolling converts a movement with one finger along the right or bottom
87 On other libinput provides button-scrolling - movement of the device while
89 button used for scrolling is configurable.
[all …]
Dmeson.build53 [ 'scrolling.rst', 'scrolling.html'],
99 'svg/button-scrolling.svg',
102 'svg/edge-scrolling.svg',
128 'svg/twofinger-scrolling.svg',
146 'scrolling.rst',
Dtrackpoints.rst12 .. figure:: button-scrolling.svg
24 Button scrolling on trackpoints
29 by a user then button scrolling must be disabled.
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dscroll_notification.dart41 /// A [Notification] related to scrolling.
43 /// [Scrollable] widgets notify their ancestors about scrolling-related changes.
47 /// scrolling.
56 /// scrolling.
58 /// scrolling.
103 /// A notification that a [Scrollable] widget has started scrolling.
107 /// * [ScrollEndNotification], which indicates that scrolling has stopped.
110 /// Creates a notification that a [Scrollable] widget has started scrolling.
117 /// If the [Scrollable] started scrolling because of a drag, the details about
197 /// The number of logical pixels that the [Scrollable] avoided scrolling.
[all …]
Dscroll_physics.dart29 /// reaches the maximum scroll extent or when the user stops scrolling.
164 /// [BouncingScrollPhysics] returns zero. In other words, it allows scrolling
169 /// other words, it disallows scrolling past the boundary, but allows
170 /// scrolling back from being overscrolled, if for some reason the position
178 /// Returns a simulation for ballistic scrolling starting from the given
205 /// The default accuracy to which scrolling is computed.
220 /// scrolling axis.
232 /// velocity along the scrolling axis.
299 /// The multiple applied to overscroll to make it appear that scrolling past
300 /// the edge of the scrollable contents is harder than scrolling the list.
Dscrollable.dart39 /// or [GridView], which combine scrolling, viewporting, and a layout model. To
47 /// To further customize scrolling behavior with a [Scrollable]:
62 /// scrolling, linear list of child widgets.
63 /// * [PageView], which is a scrolling list of child widgets that are each the
65 /// * [GridView], which is a [ScrollView] that displays a scrolling, 2D array
141 /// even if the scrollable's contents fit without scrolling being necessary.
161 /// scrolling actions are generally not exposed to the semantics layer.
190 /// If set to [DragStartBehavior.start], scrolling drag behavior will
291 /// To be informed of when a [Scrollable] widget is scrolling, use a
627 /// node will contain all children, that are excluded from scrolling. The inner
[all …]
Dscroll_controller.dart43 /// scrolling widget.
122 /// Any active animation is canceled. If the user is currently scrolling, that
131 /// the [ScrollPosition] does not overscroll but instead allows scrolling
160 /// Any active animation is canceled. If the user is currently scrolling, that
216 /// simulate scrolling when released or flung, etc. The value will not be
332 /// attached scroll positions, or there hasn't been any scrolling yet, or the
Dscroll_activity.dart45 /// are appropriate for user-driving scrolling.
56 /// Base class for scrolling activities like dragging and flinging.
116 /// Whether performing this activity constitutes scrolling.
139 /// When a scroll view is not scrolling, it is performing the idle activity.
180 /// scrolling, and does not prevent the user from interacting with the contents
256 /// scroll movement again after each time scrolling came to a stop.
490 /// finger off the screen to continue the scrolling gesture with the current velocity.
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/
DGestureHelper.java40 // true if the MotionEven was the start of the scrolling motion
71 // Queue motion events when scrolling in GestureHelper()
102 * Polls for a scrolling motion.
104 * @return if a scrolling event was queued, a ScrollEvent for the gesture. Otherwise null
112 // If finger is up + is scrolling: don't scroll anymore, and empty touch hold queue in onTouch()
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/semantics/
Dscrollable.dart7 /// Implements vertical and horizontal scrolling functionality for semantics
10 /// Scrolling is implemented using a "joystick" method. The absolute value of
14 /// send [ui.SemanticsAction.scrollDown]. The actual scrolling is then handled
28 /// Disables browser-driven scrolling in the presence of pointer events.
81 // process scrolling. We don't want that when scrolling is handled by
86 // to prevent browser scrolling.
/third_party/python/Lib/idlelib/
Dsidebar.py95 """Redirect vertical scrolling to the main editor text widget.
177 # Redirect mouse scrolling to the main editor text widget.
179 # Note that without this, scrolling with the mouse only scrolls
214 # to recognize scrolling while the mouse isn't moving.
253 # below the text widget triggers scrolling, in a way that bypasses the
254 # other scrolling synchronization mechanisms.i
265 # With mouse-drag scrolling fixed by the above, there is still an edge-
266 # case we need to handle: When drag-scrolling, scrolling can continue
267 # while the mouse isn't moving, leading to the above fix not scrolling
/third_party/boost/libs/preprocessor/doc/
Dindex.html6 <frame name="top" src="top.html" scrolling="no" noresize>
8 <frame name="index" src="contents.html" scrolling="auto">
9 <frame name="desc" src="title.html" scrolling="auto">
/third_party/flutter/flutter/dev/benchmarks/complex_layout/
DREADME.md3 ## Scrolling benchmark
5 To run the scrolling benchmark on a device:
/third_party/libinput/tools/
Dlibinput-debug-events.man70 .B \-\-enable\-natural\-scrolling|\-\-disable\-natural\-scrolling
71 Enable or disable natural scrolling
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dviewport_offset.dart17 /// the user is scrolling in the same direction as the detected scroll offset
20 /// No scrolling is underway.
23 /// Scrolling is happening in the positive scroll offset direction.
30 /// Scrolling is happening in the negative scroll offset direction.
112 /// size (i.e. when its parent lays out), and not during normal scrolling.
211 /// If the _user_ is not scrolling, this will return [ScrollDirection.idle]
/third_party/libinput/completion/zsh/
D_libinput70 + '(natural-scrolling)' \
71 '--enable-natural-scrolling[Enable natural scrolling]' \
72 '--disable-natural-scrolling[Disable natural scrolling]' \
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dslivers_appbar_scrolling_test.dart18 testWidgets('Sliver appbars - scrolling', (WidgetTester tester) async {
53 testWidgets('Sliver appbars - scrolling off screen', (WidgetTester tester) async {
77 …testWidgets('Sliver appbars - scrolling - overscroll gap is below header', (WidgetTester tester) a…
109 …testWidgets('Sliver appbars const child delegate - scrolling - overscroll gap is below header', (W…
Dscrollbar_test.dart98 'When scrolling normally (no overscrolling), the size of the scrollbar stays the same, '
404 // Scrolling to the middle also gives a full sized thumb.
414 // Scrolling just to the very end also gives a full sized thumb.
424 // Scrolling just past the end shrinks the thumb slightly.
434 // Scrolling way past the end shrinks the thumb to minimum.
/third_party/flutter/skia/third_party/externals/imgui/docs/
DTODO.txt31 …- scrolling: while holding down a scrollbar, try to keep the same contents visible (at least while…
32 …- scrolling: allow immediately effective change of scroll after Begin() if we haven't appended ite…
33 …- scrolling/clipping: separator on the initial position of a window is not visible (cursorpos.y <=…
34 - scrolling/style: shadows on scrollable areas to denote that there is more contents
38 … allow to merge draw command when clipping isn't relied on (typical non-scrolling window or non-ov…
81 - input text multi-line: better horizontal scrolling support (#383, #1224)
111 - plot: full featured plot/graph api w/ scrolling, zooming etc. all bell & whistle. why not!
162 - listbox: scrolling should track modified selection.
193 - tree node: tree-node/header right-most side doesn't take account of horizontal scrolling.
195 …- tree node: try to apply scrolling at time of TreePop() if node was just opened and end of node i…
[all …]
/third_party/boost/libs/serialization/doc/
Dindex.html15 <frame name="contents" src="contents.html" scrolling = "yes">
16 <frame name="detail" src="overview.html" scrolling = "yes">
/third_party/boost/libs/iostreams/doc/
Dindex.html13 <frame scrolling="auto" name="index" src="menu.html">
14 <frame scrolling="auto" name="content" src="home.html">
/third_party/flutter/skia/tools/skp/page_sets/other/
DOLD-skia_nexus10_set.json45 "why": "from parallax scrolling thread"
94 "why": "from Arrow scrolling thread"
119 "why": "from Arrow scrolling thread"
/third_party/ffmpeg/libavfilter/
Dvf_scroll.c185 …{ "horizontal", "set the horizontal scrolling speed", OFFSET(h_speed), AV_OPT_TYPE_FLOAT, {.dbl=0.…
186 …{ "h", "set the horizontal scrolling speed", OFFSET(h_speed), AV_OPT_TYPE_FLOAT, {.dbl=0.…
187 …{ "vertical", "set the vertical scrolling speed", OFFSET(v_speed), AV_OPT_TYPE_FLOAT, {.dbl=0.…
188 …{ "v", "set the vertical scrolling speed", OFFSET(v_speed), AV_OPT_TYPE_FLOAT, {.dbl=0.…
/third_party/libxml2/result/HTML/
Ddoc2.htm18 <frame marginheight="0" marginwidth="0" name="left" noresize scrolling="no" src="doc2_files/side.ht…
20 <frame marginheight="0" marginwidth="0" name="rtop" noresize scrolling="no" src="doc2_files/top.htm…

12345678910>>...14