Home
last modified time | relevance | path

Searched refs:onUpdate (Results 1 – 23 of 23) sorted by relevance

/third_party/flutter/flutter/packages/flutter/test/gestures/
Ddrag_test.dart24 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 …]
Dforce_press_test.dart40 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;
Dscale_test.dart29 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/
Dforce_press.dart33 // 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(
Dmonodrag.dart131 GestureDragUpdateCallback onUpdate;
207 onUpdate == null &&
305 if (localUpdateDelta != Offset.zero && onUpdate != null) {
388 if (onUpdate != null)
389 invokeCallback<void>('onUpdate', () => onUpdate(details));
Dscale.dart219 /// 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(
Ddrag_details.dart118 /// * [DragGestureRecognizer.onUpdate], which uses [GestureDragUpdateCallback].
196 /// See [DragGestureRecognizer.onUpdate].
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dgesture_detector.dart637 ..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 …]
Dscrollable.dart415 ..onUpdate = _handleDragUpdate
434 ..onUpdate = _handleDragUpdate
Dtext_selection.dart81 /// 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/
DnotificationSubscriber.js28 onUpdate: function (...args) { method
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_application_FormExtension.js35 this.onUpdate = function (...args) { method
/third_party/flutter/flutter/dev/manual_tests/lib/
Dmaterial_arc.dart23 _DragHandler(this.onUpdate, this.onCancel, this.onEnd);
25 final GestureDragUpdateCallback onUpdate;
31 onUpdate(details);
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dgesture_detector_semantics_test.dart538 ..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/
Dlifecycle.js35 onUpdate: function (...args) { method
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dscrollbar.dart329 ..onUpdate = _handleHorizontalDragUpdate
Dswitch.dart231 ..onUpdate = _handleDragUpdate
Dslider.dart317 ..onUpdate = _handleDragUpdate
Droute.dart491 ..onUpdate = _handleDragUpdate
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dswitch.dart382 ..onUpdate = _handleDragUpdate
Dslider.dart670 ..onUpdate = _handleDragUpdate
Drange_slider.dart669 ..onUpdate = _handleDragUpdate
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dcompilation_trace.txt3451 package:flutter/src/gestures/monodrag.dart,DragGestureRecognizer,get:onUpdate