Home
last modified time | relevance | path

Searched refs:swipe (Results 1 – 25 of 35) sorted by relevance

12

/third_party/libinput/doc/user/
Dgestures.rst22 puts down a fourth finger during a three-finger swipe gesture, libinput will
23 end the three-finger gesture and, if applicable, start a four-finger swipe
64 in the gesture and thus allows swipe gestures in any direction, including
68 .. figure:: swipe-gestures.svg
71 The swipe gestures
73 The illustration above shows a vertical three-finger swipe. The coordinates
138 impossible to detect whether a gesture is a pinch gesture or a swipe gesture
151 (the right image above) and use a swipe gesture.
Dmeson.build115 'svg/swipe-gestures.svg',
/third_party/libinput/tools/
Dlibinput-debug-gui.c123 } swipe; member
318 cairo_translate(cr, w->swipe.x, w->swipe.y); in draw_gestures()
319 for (i = 0; i < w->swipe.nfingers; i++) { in draw_gestures()
778 w->swipe.x = w->width/2; in map_event_cb()
779 w->swipe.y = w->height/2; in map_event_cb()
1243 w->swipe.nfingers = nfingers; in handle_event_swipe()
1244 w->swipe.x = w->width/2; in handle_event_swipe()
1245 w->swipe.y = w->height/2; in handle_event_swipe()
1250 w->swipe.x += dx; in handle_event_swipe()
1251 w->swipe.y += dy; in handle_event_swipe()
[all …]
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dleave_behind_demo.dart165 child: const Text('Horizontal swipe'),
170 child: const Text('Only swipe left'),
175 child: const Text('Only swipe right'),
Dbackdrop_demo.dart290 // By design: the panel can only be opened with a swipe. To close the panel
/third_party/flutter/flutter/packages/flutter/test/cupertino/
Dscrollbar_test.dart109 // The view has scrolled more than it would have by a swipe gesture of the
180 // The view has scrolled more than it would have by a swipe gesture of the
Droute_test.dart265 testWidgets('Back swipe dismiss interrupted by route push', (WidgetTester tester) async {
291 // Check the basic iOS back-swipe dismiss transition. Dragging the pushed
332 // Since the back swipe drag was brought to >=50% of the screen, it will
661 testWidgets('test edge swipe then drop back at ending point works', (WidgetTester tester) async {
698 …testWidgets('test edge swipe then drop back at starting point works', (WidgetTester tester) async {
Dnav_bar_transition_test.dart1110 testWidgets('Back swipe gesture transitions', (WidgetTester tester) async {
1122 // Trigger the swipe.
1164 testWidgets('Back swipe gesture cancels properly with transition', (WidgetTester tester) async {
1176 // Trigger the swipe.
Dpage_test.dart431 …testWidgets('test edge swipe then drop back at starting point works', (WidgetTester tester) async {
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Droute.dart19 // if the user releases a page mid swipe.
23 // user releases a page mid swipe.
183 /// True if an iOS-style back swipe pop gesture is currently underway for [route].
195 /// True if an iOS-style back swipe pop gesture is currently underway for this route.
207 /// Returns true if the user can edge-swipe to a previous route.
226 // with forms, then do not allow the user to dismiss the route with a swipe.
229 // Fullscreen dialogs aren't dismissible by back swipe.
310 // in a back swipe gesture.
Dapp.dart43 /// * Pages will be dismissible via a back swipe.
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dsnack_bar.dart54 /// The snack bar was closed by a user's swipe.
55 swipe,
368 Scaffold.of(context).removeCurrentSnackBar(reason: SnackBarClosedReason.swipe);
Ddrawer.dart73 /// automatically handles the edge-swipe gesture to show the drawer.
196 /// This controls the direction in which the user should swipe to open and
230 /// The width of the area within which a horizontal swipe will open the
Drefresh_indicator.dart50 /// A widget that supports the Material "swipe to refresh" idiom.
76 /// * <https://material.io/design/platform-guidance/android-swipe-to-refresh.html>
Dprogress_indicator.dart591 /// Typically used for swipe-to-refresh interactions. See [RefreshIndicator] for
592 /// a complete implementation of swipe-to-refresh driven by a [Scrollable]
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dpages.dart23 /// with the back swipe gesture.
Dheroes.dart235 /// triggered by a user gesture, such as a back swipe on iOS.
238 /// [transitionOnUserGestures] set to true, a back swipe gesture will
709 // back swipe is snapped.
/third_party/flutter/flutter/packages/flutter/test/material/
Dpage_test.dart474 …testWidgets('test iOS edge swipe then drop back at starting point works', (WidgetTester tester) as…
510 …testWidgets('test iOS edge swipe then drop back at ending point works', (WidgetTester tester) asyn…
544 testWidgets('Back swipe dismiss interrupted by route push', (WidgetTester tester) async {
571 // Check the basic iOS back-swipe dismiss transition. Dragging the pushed
Dsnack_bar_test.dart828 // Pop up the snack bar and then swipe downwards to dismiss it.
834 expect(closedReason, equals(SnackBarClosedReason.swipe));
/third_party/flutter/flutter/examples/catalog/lib/
Dcustom_semantics.dart11 /// This allows screen reader users to swipe up/down (on iOS) or use the volume
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-gesture.md54 SDL provides simple support for pinch/rotate/swipe gestures.
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_uitest.js213 this.swipe = function(...args) { method
/third_party/skia/site/docs/user/sample/
Dviewer.md102 swipe between them, pinch-zoom to scale, and translate via panning. There is not
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dtext_selection_test.dart161 testWidgets('a very quick swipe is ignored', (WidgetTester tester) async {
183 testWidgets('a slower swipe has a tap down and a canceled tap', (WidgetTester tester) async {
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/cupertino/
Dcupertino_navigation_demo.dart52 // Prevent swipe popping of this page. Use explicit exit buttons only.

12