Home
last modified time | relevance | path

Searched refs:refresh (Results 1 – 25 of 595) sorted by relevance

12345678910>>...24

/third_party/flutter/flutter/packages/flutter/lib/src/material/
Drefresh_indicator.dart23 // 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/
Dtest-heap-prof.js72 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 …]
Dtest-cpu-prof-invalid-options.js20 tmpdir.refresh();
41 tmpdir.refresh();
62 tmpdir.refresh();
Dtest-diagnostic-dir-cpu-prof.js26 tmpdir.refresh();
52 tmpdir.refresh();
/third_party/node/test/parallel/
Dtest-timers-refresh.js31 strictEqual(timer.refresh(), timer);
58 strictEqual(timer.refresh(), timer);
72 strictEqual(timer.refresh(), timer);
82 timer.refresh();
103 strictEqual(timer.refresh(), timer);
Dtest-heapsnapshot-near-heap-limit.js15 tmpdir.refresh();
29 tmpdir.refresh();
50 tmpdir.refresh();
Dtest-require-long-path.js19 tmpdir.refresh();
28 tmpdir.refresh();
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Drefresh.dart106 // 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/
Dmodes.c353 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/
Ddoc_view.cpp56 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
Ddoc_view_acm.cpp62 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
Ddoc_view_acm_deconstruct.cpp65 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/
Dlife.py60 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/
Drefresh_test.dart119 // 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/
Dtest-report-fatal-error.js36 tmpdir.refresh();
65 tmpdir.refresh();
83 tmpdir.refresh();
102 tmpdir.refresh();
/third_party/weston/pipewire/
Dpipewire-plugin.c294 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/
Dmodule-loader-circular.js15 tmpdir.refresh();
33 tmpdir.refresh();
Dmodule-loader-deep.js16 tmpdir.refresh();
36 tmpdir.refresh();
Dmodule-loader.js22 tmpdir.refresh();
41 tmpdir.refresh();
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Doverscroll_demo.dart11 enum IndicatorType { overscroll, refresh }
50 title: const Text('Pull to refresh'),
54 icon: const Icon(Icons.refresh),
/third_party/node/benchmark/esm/
Dcjs-parse.js16 tmpdir.refresh();
39 tmpdir.refresh();
/third_party/flutter/flutter/packages/flutter/test/material/
Drefresh_indicator_test.dart13 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/
Dtmpdir.js21 function refresh() { function
60 refresh field
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/uridownloader/
Dgsturidownloader.h71 …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/
Dremoting-plugin.c240 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()

12345678910>>...24