/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | will_pop_scope.dart | 9 /// Registers a callback to veto attempts by the user to dismiss the enclosing 18 /// dismiss the enclosing [ModalRoute]. 33 /// Called to veto attempts by the user to dismiss the enclosing [ModalRoute].
|
D | dismissible.dart | 28 /// confirm or veto a dismiss gesture. 61 /// perpendicular to the dismiss direction) to zero over the [resizeDuration]. 146 /// dismissed. Clients can define different thresholds for each dismiss 150 /// flinging can dismiss an item past any threshold less than 1.0. 158 …/// Defines the duration for card to dismiss or to come back to original position if not dismissed. 169 /// If set to [DragStartBehavior.start], the drag gesture used to dismiss a
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | dismissible_test.dart | 234 …testWidgets('Horizontal drag triggers dismiss scrollDirection=vertical', (WidgetTester tester) asy… 252 …testWidgets('Horizontal fling triggers dismiss scrollDirection=vertical', (WidgetTester tester) as… 296 …testWidgets('Vertical drag triggers dismiss scrollDirection=horizontal', (WidgetTester tester) asy… 314 …testWidgets('drag-left with DismissDirection.endToStart triggers dismiss (LTR)', (WidgetTester tes… 332 …testWidgets('drag-right with DismissDirection.startToEnd triggers dismiss (LTR)', (WidgetTester te… 348 …testWidgets('drag-right with DismissDirection.endToStart triggers dismiss (RTL)', (WidgetTester te… 364 …testWidgets('drag-left with DismissDirection.startToEnd triggers dismiss (RTL)', (WidgetTester tes… 382 …testWidgets('fling-left with DismissDirection.endToStart triggers dismiss (LTR)', (WidgetTester te… 400 …testWidgets('fling-right with DismissDirection.startToEnd triggers dismiss (LTR)', (WidgetTester t… 416 …testWidgets('fling-right with DismissDirection.endToStart triggers dismiss (RTL)', (WidgetTester t… [all …]
|
D | modal_barrier_test.dart | 108 // Tap on the barrier to dismiss it 133 // Tap on the barrier to dismiss it 158 // Tap on the barrier to dismiss it 196 // Tap on the barrier to attempt to dismiss it 236 // Tap on the barrier to attempt to dismiss it 285 …testWidgets('Dismissible ModalBarrier is hidden on Android (back button is used to dismiss)', (Wid…
|
/third_party/boost/boost/signals2/detail/ |
D | scope_guard.hpp | 52 void dismiss()const{dismissed_=true;} in dismiss() function in boost::signals2::detail::scope_guard_impl_base 60 other.dismiss(); in scope_guard_impl_base()
|
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/ |
D | SnackbarHelper.java | 72 messageSnackbar.dismiss(); in hide() 97 messageSnackbar.dismiss(); in show()
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | bottom_sheet_test.dart | 14 testWidgets('Tapping on a modal BottomSheet should not dismiss it', (WidgetTester tester) async { 48 testWidgets('Tapping outside a modal BottomSheet should dismiss it', (WidgetTester tester) async { 75 // Tap above the bottom sheet to dismiss it 77 await tester.pump(); // bottom sheet dismiss animation starts 130 await tester.pump(); // bottom sheet dismiss animation starts 165 await tester.pump(); // bottom sheet dismiss animation starts
|
D | will_pop_test.dart | 246 await tester.pump(); // Start the dismiss animation. 259 await tester.pump(); // Start the dismiss animation. 264 // This time really dismiss the SampleForm by pressing the Alert's 270 await tester.pump(); // Start the dismiss animation.
|
D | drawer_test.dart | 60 testWidgets('Drawer dismiss barrier has label on iOS', (WidgetTester tester) async { 86 testWidgets('Drawer dismiss barrier has no label on Android', (WidgetTester tester) async {
|
D | snack_bar_test.dart | 48 …await tester.pump(const Duration(milliseconds: 750)); // 3.00s // timer triggers to dismiss snackb… 50 expect(find.text(helloSnackBar), findsOneWidget); // frame 0 of dismiss animation 102 …await tester.pump(const Duration(milliseconds: 750)); // 3.00s // timer triggers to dismiss snackb… 121 …await tester.pump(const Duration(milliseconds: 750)); // 6.75s // timer triggers to dismiss snackb… 207 …await tester.pump(const Duration(milliseconds: 750)); // 16.75s // timer triggers to dismiss snack… 216 testWidgets('SnackBar dismiss test', (WidgetTester tester) async { 828 // Pop up the snack bar and then swipe downwards to dismiss it. 901 testWidgets('contributes dismiss semantics', (WidgetTester tester) async { 985 …await tester.pump(const Duration(milliseconds: 1000)); // 4.75s // timer triggers to dismiss snack… 987 expect(find.text(helloSnackBar), findsOneWidget); // frame 0 of dismiss animation
|
D | page_test.dart | 544 testWidgets('Back swipe dismiss interrupted by route push', (WidgetTester tester) async { 571 // Check the basic iOS back-swipe dismiss transition. Dragging the pushed 572 // route halfway across the screen will trigger the iOS dismiss animation 600 // Run the dismiss animation 60%, which exposes the route "push" button,
|
/third_party/boost/boost/statechart/ |
D | state_machine.hpp | 253 guard.dismiss(); in initiate() 265 guard.dismiss(); in terminate() 780 guard.dismiss(); in handle_exception_event() 856 void dismiss() { dismissed_ = true; } in dismiss() function in boost::statechart::state_machine::terminator 892 guard.dismiss(); in send_event()
|
/third_party/boost/libs/unordered/test/helpers/ |
D | exception_test.hpp | 51 !unordered_test_guard.dismissed(); unordered_test_guard.dismiss()) 90 void dismiss() { dismissed_ = true; } in dismiss() function in test::scope_guard
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/ |
D | modal_bottom_sheet_demo.dart | 27 child: Text('This is the modal bottom sheet. Slide down to dismiss.',
|
D | leave_behind_demo.dart | 151 title: const Text('Swipe to dismiss'), 180 child: const Text('Confirm dismiss'),
|
D | persistent_bottom_sheet_demo.dart | 39 child: Text('This is a Material persistent bottom sheet. Drag downwards to dismiss it.',
|
/third_party/flutter/flutter/dev/manual_tests/lib/ |
D | card_collection.dart | 137 return "dismiss ${s.substring(s.indexOf('.') + 1)}"; 288 backgroundMessage = 'Swipe left to dismiss'; 291 backgroundMessage = 'Swipe right to dismiss';
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | snack_bar.dart | 51 /// The snack bar was closed through a [SemanticAction.dismiss]. 52 dismiss, 230 /// The action should not be "dismiss" or "cancel". 361 Scaffold.of(context).removeCurrentSnackBar(reason: SnackBarClosedReason.dismiss);
|
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/l10n/ |
D | material_fil.arb | 34 "modalBarrierDismissLabel": "I-dismiss",
|
D | material_tl.arb | 34 "modalBarrierDismissLabel": "I-dismiss",
|
/third_party/flutter/flutter/dev/integration_tests/ui/test_driver/ |
D | keyboard_resize_test.dart | 42 // Unfocus the text field to dismiss the keyboard.
|
/third_party/flutter/flutter/packages/flutter/test/cupertino/ |
D | route_test.dart | 265 testWidgets('Back swipe dismiss interrupted by route push', (WidgetTester tester) async { 291 // Check the basic iOS back-swipe dismiss transition. Dragging the pushed 292 // route halfway across the screen will trigger the iOS dismiss animation 320 // Run the dismiss animation 60%, which exposes the route "push" button,
|
/third_party/boost/boost/multi_index/detail/ |
D | scope_guard.hpp | 64 void dismiss()const{dismissed_=true;} in dismiss() function in boost::multi_index::detail::scope_guard_impl_base 77 other.dismiss(); in scope_guard_impl_base()
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/ |
D | semantics.dart | 170 /// A [Snackbar], for example, may have a dismiss action to indicate to the 174 /// (with VoiceOver) users can perform a standard gesture to dismiss it. 175 static const SemanticsAction dismiss = SemanticsAction._(_kDismissIndex); 218 _kDismissIndex: dismiss, 263 return 'SemanticsAction.dismiss';
|
/third_party/flutter/engine/flutter/lib/ui/ |
D | semantics.dart | 165 /// A [Snackbar], for example, may have a dismiss action to indicate to the 169 /// (with VoiceOver) users can perform a standard gesture to dismiss it. 170 static const SemanticsAction dismiss = SemanticsAction._(_kDismissIndex); 211 _kDismissIndex: dismiss, 256 return 'SemanticsAction.dismiss';
|