Home
last modified time | relevance | path

Searched refs:dismiss (Results 1 – 25 of 61) sorted by relevance

123

/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dwill_pop_scope.dart9 /// 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].
Ddismissible.dart28 /// 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/
Ddismissible_test.dart234 …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 …]
Dmodal_barrier_test.dart108 // 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/
Dscope_guard.hpp52 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/
DSnackbarHelper.java72 messageSnackbar.dismiss(); in hide()
97 messageSnackbar.dismiss(); in show()
/third_party/flutter/flutter/packages/flutter/test/material/
Dbottom_sheet_test.dart14 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
Dwill_pop_test.dart246 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.
Ddrawer_test.dart60 testWidgets('Drawer dismiss barrier has label on iOS', (WidgetTester tester) async {
86 testWidgets('Drawer dismiss barrier has no label on Android', (WidgetTester tester) async {
Dsnack_bar_test.dart48 …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
Dpage_test.dart544 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/
Dstate_machine.hpp253 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/
Dexception_test.hpp51 !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/
Dmodal_bottom_sheet_demo.dart27 child: Text('This is the modal bottom sheet. Slide down to dismiss.',
Dleave_behind_demo.dart151 title: const Text('Swipe to dismiss'),
180 child: const Text('Confirm dismiss'),
Dpersistent_bottom_sheet_demo.dart39 child: Text('This is a Material persistent bottom sheet. Drag downwards to dismiss it.',
/third_party/flutter/flutter/dev/manual_tests/lib/
Dcard_collection.dart137 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/
Dsnack_bar.dart51 /// 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/
Dmaterial_fil.arb34 "modalBarrierDismissLabel": "I-dismiss",
Dmaterial_tl.arb34 "modalBarrierDismissLabel": "I-dismiss",
/third_party/flutter/flutter/dev/integration_tests/ui/test_driver/
Dkeyboard_resize_test.dart42 // Unfocus the text field to dismiss the keyboard.
/third_party/flutter/flutter/packages/flutter/test/cupertino/
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
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/
Dscope_guard.hpp64 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/
Dsemantics.dart170 /// 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/
Dsemantics.dart165 /// 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';

123