Searched refs:onUpdate (Results 1 – 23 of 23) sorted by relevance
/third_party/flutter/flutter/packages/flutter/test/gestures/ |
D | drag_test.dart | 24 pan.onUpdate = (DragUpdateDetails details) { 116 drag.onUpdate = (DragUpdateDetails details) { 144 drag.onUpdate = (DragUpdateDetails details) { 197 drag.onUpdate = (DragUpdateDetails details) { 234 drag.onUpdate = (DragUpdateDetails details) { 267 drag1.onUpdate = (_) { log.add('drag1-update'); }; 272 drag2.onUpdate = (_) { log.add('drag2-update'); }; 437 drag.onUpdate = (DragUpdateDetails details) { 498 drag.onUpdate = (DragUpdateDetails details) { 537 drag.onUpdate = (DragUpdateDetails details) { [all …]
|
D | force_press_test.dart | 40 force.onUpdate = (ForcePressDetails details) => updated += 1; 123 force.onUpdate = (ForcePressDetails details) => updated += 1; 181 force.onUpdate = (_) => updated += 1; 233 force.onUpdate = (_) => updated += 1; 309 force.onUpdate = (_) => updated += 1; 358 force.onUpdate = (_) => updated += 1; 428 force.onUpdate = (ForcePressDetails details) => updated += 1; 522 force.onUpdate = (_) => updated += 1; 574 force.onUpdate = (_) => updated += 1;
|
D | scale_test.dart | 29 scale.onUpdate = (ScaleUpdateDetails details) { 232 scale.onUpdate = (ScaleUpdateDetails details) { 266 scale.onUpdate = (ScaleUpdateDetails details) { 325 scale.onUpdate = (ScaleUpdateDetails details) { log.add('scale-update'); }; 412 scale.onUpdate = (ScaleUpdateDetails details) {
|
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/ |
D | force_press.dart | 33 // crosses this threshold, onUpdate callbacks will still be sent. 44 /// [ForcePressGestureRecognizer.onEnd], and [ForcePressGestureRecognizer.onUpdate] 156 GestureForcePressUpdateCallback onUpdate; 284 if (onUpdate != null && !pressure.isNaN && 286 if (onUpdate != null) { 287 invokeCallback<void>('onUpdate', () => onUpdate(ForcePressDetails(
|
D | monodrag.dart | 131 GestureDragUpdateCallback onUpdate; 207 onUpdate == null && 305 if (localUpdateDelta != Offset.zero && onUpdate != null) { 388 if (onUpdate != null) 389 invokeCallback<void>('onUpdate', () => onUpdate(details));
|
D | scale.dart | 219 /// scale, rotation change, the recognizer calls [onUpdate]. When the pointers 236 GestureScaleUpdateCallback onUpdate; 436 if (_state == _ScaleState.started && onUpdate != null) 437 invokeCallback<void>('onUpdate', () { 438 onUpdate(ScaleUpdateDetails(
|
D | drag_details.dart | 118 /// * [DragGestureRecognizer.onUpdate], which uses [GestureDragUpdateCallback]. 196 /// See [DragGestureRecognizer.onUpdate].
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | gesture_detector.dart | 637 ..onUpdate = onVerticalDragUpdate 656 ..onUpdate = onHorizontalDragUpdate 675 ..onUpdate = onPanUpdate 689 ..onUpdate = onScaleUpdate 705 ..onUpdate = onForcePressUpdate 823 /// `onDown`, `onStart`, `onUpdate` and `onEnd`, then 824 /// [PanGestureRecognizer]'s `onDown`, `onStart`, `onUpdate` and `onEnd`. 826 /// `onDown`, `onStart`, `onUpdate` and `onEnd`, then 827 /// [PanGestureRecognizer]'s `onDown`, `onStart`, `onUpdate` and `onEnd`. 1154 if (horizontal.onUpdate != null) [all …]
|
D | scrollable.dart | 415 ..onUpdate = _handleDragUpdate 434 ..onUpdate = _handleDragUpdate
|
D | text_selection.dart | 81 /// pointer movement. It's the same as the one passed to [DragGestureRecognizer.onUpdate]. 1418 ..onUpdate = _handleDragUpdate
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/notification/ |
D | notificationSubscriber.js | 28 onUpdate: function (...args) { method
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_application_FormExtension.js | 35 this.onUpdate = function (...args) { method
|
/third_party/flutter/flutter/dev/manual_tests/lib/ |
D | material_arc.dart | 23 _DragHandler(this.onUpdate, this.onCancel, this.onEnd); 25 final GestureDragUpdateCallback onUpdate; 31 onUpdate(details);
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | gesture_detector_semantics_test.dart | 538 ..onUpdate = (_) {logs.add('HUpdate');} 548 ..onUpdate = (_) {logs.add('PUpdate');} 629 ..onUpdate = (_) {logs.add('VUpdate');} 639 ..onUpdate = (_) {logs.add('PUpdate');}
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/@internal/ets/ |
D | lifecycle.js | 35 onUpdate: function (...args) { method
|
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/ |
D | scrollbar.dart | 329 ..onUpdate = _handleHorizontalDragUpdate
|
D | switch.dart | 231 ..onUpdate = _handleDragUpdate
|
D | slider.dart | 317 ..onUpdate = _handleDragUpdate
|
D | route.dart | 491 ..onUpdate = _handleDragUpdate
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | switch.dart | 382 ..onUpdate = _handleDragUpdate
|
D | slider.dart | 670 ..onUpdate = _handleDragUpdate
|
D | range_slider.dart | 669 ..onUpdate = _handleDragUpdate
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | compilation_trace.txt | 3451 package:flutter/src/gestures/monodrag.dart,DragGestureRecognizer,get:onUpdate
|