/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | refresh_indicator.dart | 23 // When the scroll ends, the duration of the refresh indicator's animation 27 // The duration of the ScaleTransition that starts when the refresh action 33 /// refresh. The returned [Future] must complete when the refresh operation is 45 refresh, // Running the refresh callback. 50 /// A widget that supports the Material "swipe to refresh" idiom. 56 /// scrollable's contents and then complete the [Future] it returns. The refresh 76 /// * <https://material.io/design/platform-guidance/android-swipe-to-refresh.html> 77 /// * [RefreshIndicatorState], can be used to programmatically show the refresh indicator. 80 /// * [CupertinoSliverRefreshControl], an iOS equivalent of the pull-to-refresh pattern. 85 /// Creates a refresh indicator. [all …]
|
/third_party/node/test/sequential/ |
D | test-heap-prof.js | 72 tmpdir.refresh(); 92 tmpdir.refresh(); 114 tmpdir.refresh(); 135 tmpdir.refresh(); 158 tmpdir.refresh(); 179 tmpdir.refresh(); 200 tmpdir.refresh(); 221 tmpdir.refresh(); 243 tmpdir.refresh(); 267 tmpdir.refresh(); [all …]
|
D | test-cpu-prof-invalid-options.js | 20 tmpdir.refresh(); 41 tmpdir.refresh(); 62 tmpdir.refresh();
|
D | test-diagnostic-dir-cpu-prof.js | 26 tmpdir.refresh(); 52 tmpdir.refresh();
|
/third_party/node/test/parallel/ |
D | test-timers-refresh.js | 31 strictEqual(timer.refresh(), timer); 58 strictEqual(timer.refresh(), timer); 72 strictEqual(timer.refresh(), timer); 82 timer.refresh(); 103 strictEqual(timer.refresh(), timer);
|
D | test-heapsnapshot-near-heap-limit.js | 15 tmpdir.refresh(); 29 tmpdir.refresh(); 50 tmpdir.refresh();
|
D | test-require-long-path.js | 19 tmpdir.refresh(); 28 tmpdir.refresh();
|
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/ |
D | refresh.dart | 106 // Only pulling to refresh from the top is currently supported. 133 // keep after the user lets go during the refresh process. 181 /// The current state of the refresh control. 190 /// While being overscrolled but not far enough yet to trigger the refresh. 194 /// displacement is not yet at the final refresh resting state. 198 refresh, 205 /// refresh indicator space depending on the current state of the refresh 212 /// overscrolling or as held by the sliver during refresh. 227 /// A sliver widget implementing the iOS-style pull to refresh content control. 247 /// Only one refresh can be triggered until the previous refresh has completed [all …]
|
/third_party/weston/libweston/backend-drm/ |
D | modes.c | 353 uint64_t refresh; in drm_refresh_rate_mHz() local 356 refresh = (info->clock * 1000000LL / info->htotal + in drm_refresh_rate_mHz() 360 refresh *= 2; in drm_refresh_rate_mHz() 362 refresh /= 2; in drm_refresh_rate_mHz() 364 refresh /= info->vscan; in drm_refresh_rate_mHz() 366 return refresh; in drm_refresh_rate_mHz() 392 mode->base.refresh = drm_refresh_rate_mHz(info); in drm_output_add_mode() 444 m->width, m->height, m->refresh / 1000.0, in drm_output_print_modes() 480 (output->base.current_mode->refresh == target_mode->refresh || in drm_output_choose_mode() 481 target_mode->refresh == 0)) { in drm_output_choose_mode() [all …]
|
/third_party/boost/libs/signals2/example/ |
D | doc_view.cpp | 56 m_connection = m_document.connect(boost::bind(&TextView::refresh, this)); in TextView() 64 void refresh() const in refresh() function in TextView 80 m_connection = m_document.connect(boost::bind(&HexView::refresh, this)); in HexView() 88 void refresh() const in refresh() function in HexView
|
D | doc_view_acm.cpp | 62 slot_type myslot(&TextView::refresh, new_view.get()); in create() 68 void refresh() const in refresh() function in TextView 89 slot_type myslot(&HexView::refresh, new_view.get()); in create() 95 void refresh() const in refresh() function in HexView
|
D | doc_view_acm_deconstruct.cpp | 65 slot_type myslot(&TextView::refresh, view); in adl_postconstruct() 70 void refresh() const in refresh() function in TextView 95 slot_type myslot(&HexView::refresh, view); in adl_postconstruct() 100 void refresh() const in refresh() function in HexView
|
/third_party/python/Tools/demo/ |
D | life.py | 60 self.scr.refresh() 82 self.scr.refresh() 99 self.scr.refresh() 133 self.scr.refresh() 206 stdscr.refresh() 215 stdscr.refresh() 218 stdscr.refresh()
|
/third_party/flutter/flutter/packages/flutter/test/cupertino/ |
D | refresh_test.dart | 119 // Drag down but not enough to trigger the refresh. 161 // Drag down but not enough to trigger the refresh. 193 // Drag down but not enough to trigger the refresh. 234 testWidgets('drag past threshold triggers refresh task', (WidgetTester tester) async { 288 // The refresh callback is triggered after the frame. 343 // Reaches refresh state and sliver's at 60.0 in height after a while. 347 RefreshIndicatorMode.refresh, 425 // Reaches refresh state and sliver's at 60.0 in height after a while. 429 RefreshIndicatorMode.refresh, 509 RefreshIndicatorMode.refresh, [all …]
|
/third_party/node/test/report/ |
D | test-report-fatal-error.js | 36 tmpdir.refresh(); 65 tmpdir.refresh(); 83 tmpdir.refresh(); 102 tmpdir.refresh();
|
/third_party/weston/pipewire/ |
D | pipewire-plugin.c | 294 int32_t refresh; in pipewire_output_timer_update() local 298 refresh = output->output->current_mode->refresh; in pipewire_output_timer_update() 300 refresh = 1000; in pipewire_output_timer_update() 302 msec = millihz_to_nsec(refresh) / 1000000; in pipewire_output_timer_update() 385 int frame_rate = output->output->current_mode->refresh / 1000; in pipewire_output_connect() 620 int n, width, height, refresh = 0; in pipewire_output_set_mode() local 630 n = sscanf(modeline, "%dx%d@%d", &width, &height, &refresh); in pipewire_output_set_mode() 643 pipewire_output_debug(output, "mode = %dx%d@%d", width, height, refresh); in pipewire_output_set_mode() 648 mode->refresh = (refresh ? refresh : 60) * 1000LL; in pipewire_output_set_mode()
|
/third_party/node/benchmark/module/ |
D | module-loader-circular.js | 15 tmpdir.refresh(); 33 tmpdir.refresh();
|
D | module-loader-deep.js | 16 tmpdir.refresh(); 36 tmpdir.refresh();
|
D | module-loader.js | 22 tmpdir.refresh(); 41 tmpdir.refresh();
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/ |
D | overscroll_demo.dart | 11 enum IndicatorType { overscroll, refresh } 50 title: const Text('Pull to refresh'), 54 icon: const Icon(Icons.refresh),
|
/third_party/node/benchmark/esm/ |
D | cjs-parse.js | 16 tmpdir.refresh(); 39 tmpdir.refresh();
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | refresh_indicator_test.dart | 13 Future<void> refresh() { 30 onRefresh: refresh, 64 onRefresh: refresh, 105 onRefresh: refresh, 186 onRefresh: refresh, 214 onRefresh: refresh, 284 onRefresh: refresh, 328 onRefresh: refresh, 399 onRefresh: refresh,
|
/third_party/node/test/common/ |
D | tmpdir.js | 21 function refresh() { function 60 refresh field
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/uridownloader/ |
D | gsturidownloader.h | 71 …r, const gchar * uri, const gchar * referer, gboolean compress, gboolean refresh, gboolean allow_c… 74 …r, const gchar * uri, const gchar * referer, gboolean compress, gboolean refresh, gboolean allow_c…
|
/third_party/weston/remoting/ |
D | remoting-plugin.c | 240 mode->refresh, 1000, in remoting_gst_pipeline_init() 482 msec = millihz_to_nsec(output->output->current_mode->refresh) / 1000000; in remoting_output_finish_frame_handler() 667 msec = millihz_to_nsec(remoted_output->output->current_mode->refresh) in remoting_output_start_repaint_loop() 815 int n, width, height, refresh = 0; in remoting_output_set_mode() local 825 n = sscanf(modeline, "%dx%d@%d", &width, &height, &refresh); in remoting_output_set_mode() 836 mode->refresh = (refresh ? refresh : 60) * 1000LL; in remoting_output_set_mode()
|