Searched refs:press (Results 1 – 25 of 231) sorted by relevance
12345678910
52 group('Long press', () {69 testGesture('Should recognize long press', (GestureTester tester) {83 testGesture('Up cancels long press', (GestureTester tester) {135 testGesture('Should recognize both tap down and long press', (GestureTester tester) {195 testGesture('Should recognize long press up', (GestureTester tester) {215 … testGesture('Should not recognize long press with more than one buttons', (GestureTester tester) {234 …testGesture('Should cancel long press when buttons change before acceptance', (GestureTester teste…258 group('long press drag', () {280 testGesture('Should recognize long press down', (GestureTester tester) {294 testGesture('Short up cancels long press', (GestureTester tester) {[all …]
21 press-release-press sequence in quick succession, libinput ignores the22 release and second press event. This method is always enabled.25 immediately followed by a press event. libinput monitors for these events26 and ignores the release and press event. This method is disabled by29 The "bounce" method guarantees that all press events are delivered39 filtered to only one key press. This feature must be implemented higher in
19 /// Called when a pointer stops contacting the screen after a long press26 /// same location for a long period of time. Also reports the long press down39 /// Called when a pointer stops contacting the screen after a long press95 /// A delta offset from the point where the long press drag initially contacted100 /// A local delta offset from the point where the long press drag initially contacted148 /// Creates a long-press gesture recognizer.155 /// the long press has triggered. If the gesture deviates past that point,158 /// can be moved without limit once the long press is accepted.176 /// Called when a long press gesture by a primary button has been recognized.182 /// press location.[all …]
18 // A pointer has touched down, but a force press gesture has not yet been detected.21 // A pointer is down and a force press gesture has been detected. However, if92 /// Recognizes a force press on devices that have force sensors.97 /// [ForcePressGestureRecognizer.startPressure]. A long press recognizer will98 /// win when the press down time exceeds the threshold time as long as the107 /// send any force press related callbacks.114 /// Creates a force press gesture recognizer.140 /// detectors, only the force press gesture will be detected and all others173 /// The pressure of the press required to initiate a force press.178 /// The pressure of the press required to peak a force press.[all …]
51 /// // Respond to long press.59 /// your tap or long press handler:72 /// // Do some work (e.g. check if the long press is valid)74 /// // Do more work (e.g. respond to the long press)123 /// Provides platform-specific feedback for a long press.144 /// for a long press before the provided callback is executed.148 /// press.
4 {name:'current mode', wave: '3............', data: ['normal button press and release']},9 {name:'current mode', wave: '4............', data: ['debounced button press']},19 {name:'current mode', wave: '5............', data: ['delayed button press']},
35 …(line.contains('\] For a more detailed help message, press "h". To detach, press "d"; to quit, pre…
232 for (UIPress *press in presses) {233 SDL_Scancode scancode = [self scancodeFromPressType:press.type];242 for (UIPress *press in presses) {243 SDL_Scancode scancode = [self scancodeFromPressType:press.type];252 for (UIPress *press in presses) {253 SDL_Scancode scancode = [self scancodeFromPressType:press.type];262 /* This is only called when the force of a press changes. */
193 ? 'To detach, press "d"; to quit, press "q".'194 : 'To quit, press "q".';196 printStatus('For a more detailed help message, press "h". $quitMessage');198 printStatus('To repeat this help message, press "h". $quitMessage');
317 testWidgets('Long Press Up Callback called after long press', (WidgetTester tester) async {342 …ongPressTimeout + const Duration(seconds: 1)); // To make sure the time for long press has occurred346 testWidgets('Force Press Callback called after force press', (WidgetTester tester) async {421 …testWidgets('Force Press Callback not called if long press triggered before force press', (WidgetT…461 // Trigger the long press.467 // Failed attempt to trigger the force press.474 …testWidgets('Force Press Callback not called if drag triggered before force press', (WidgetTester …519 // Failed attempt to trigger the force press.576 'gestures: tap, long press',
197 testWidgets('a force press intiates a force press', (WidgetTester tester) async {263 …testWidgets('a tap and then force press intiates a force press and not a double tap', (WidgetTeste…320 …testWidgets('a long press from a touch device is recognized as a long single tap', (WidgetTester t…339 testWidgets('a long press from a mouse is just a tap', (WidgetTester tester) async {425 testWidgets('test TextSelectionGestureDetectorBuilder long press', (WidgetTester tester) async {
458 testWidgets('enableInteractiveSelection = false, long-press', (WidgetTester tester) async {471 // Long press the 'e' to select 'def'.483 testWidgets('Can long press to select', (WidgetTester tester) async {494 // Long press the 'e' to select 'def'.518 // Long press the 'e' to select 'def', but don't release the gesture.539 testWidgets('Mouse long press is just like a tap', (WidgetTester tester) async {548 // Long press the 'e' using a mouse device.582 // Long press on the 't' character of text 'selectable' to show context menu.768 // Long press the 'e' to select 'def'.830 // Long press the 'e' to select 'def'.[all …]
4 # On press, we get a release for the current mode and a press for the
111 /// An event which triggers long press semantic feedback.113 /// Currently only honored on Android. Triggers a long-press specific sound117 /// Constructs an event that triggers a long-press semantic feedback by the platform.130 /// Constructs an event that triggers a long-press semantic feedback by the platform.
11 'a long press. Tooltip messages are also used by services that make Flutter '36 Text('Long press the ', style: theme.textTheme.subhead),
72 def press(self): member in ChipWidget124 self.__nearest.press()
55 …testWidgets('Floating Action Button tooltip (long press button edge)', (WidgetTester tester) async…76 …testWidgets('Floating Action Button tooltip (long press button edge - no child)', (WidgetTester te…125 // Test long press for tooltip.162 // Test long press for tooltip.180 final TestGesture gesture = await tester.press(find.byType(PhysicalShape));286 await tester.press(find.byType(PhysicalShape));735 await tester.press(find.byKey(key));814 await tester.press(find.byType(FloatingActionButton));
30 log.add('long-press');61 expect(log, equals(<String>['tap-down', 'tap-cancel', 'long-press']));78 testWidgets('long-press and tap on disabled should not throw', (WidgetTester tester) async {
37 // "hot reload" (press "r" in the console where you ran "flutter run",38 // or press Run > Flutter Hot Reload in a Flutter IDE). Notice that the101 // Invoke "debug painting" (press "p" in the console, choose the
37 if (line.contains('To quit, press "q".'))79 if (stdout.join('\n') != '\nTo quit, press "q".\n\nApplication finished.') {
24 If you type text is in the text box and press send, the text
211 the user to enter data in, and then press some kind of 'OK' or 'Submit'228 <input type=submit name=press value="OK">233 and a press-button labeled "OK". If you fill in '1905' and press the OK235 get `junk.cgi?birthyear=1905&press=OK` appended to the path part of the240 `www.example.com/when/junk.cgi?birthyear=1905&press=OK`.247 curl "http://www.example.com/when/junk.cgi?birthyear=1905&press=OK"266 <input type=submit name=press value=" OK ">273 curl --data "birthyear=1905&press=%20OK%20" http://www.example.com/when.cgi303 <input type=submit name=press value="OK">312 curl --form upload=@localfilename --form press=OK [URL][all …]
14 // We press the "1" and the "2" buttons and check that the display
1462 // Long press to put the cursor after the "w".1550 // Hold the press.1642 // Hold the press.1645 // Nothing is selected despite the double tap long press gesture.1689 // Hold the press.1758 'long press moves cursor to the exact long press position and shows toolbar',1778 // Collapsed cursor for iOS long press.1790 'long press tap cannot initiate a double tap',1820 // The toolbar from the long press is now dismissed by the second tap.1826 'long press drag moves the cursor under the drag and shows toolbar on lift',[all …]