/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/ |
D | slider.dart | 19 /// An iOS-style slider. 23 /// A slider can be used to select from either a continuous or a discrete set of 27 /// [max] is 50.0 and [divisions] is 5, then the slider can take on the values 30 /// The slider itself does not maintain any state. Instead, when the state of 31 /// the slider changes, the widget calls the [onChanged] callback. Most widgets 32 /// that use a slider will listen for the [onChanged] callback and rebuild the 33 /// slider with a new [value] to update the visual appearance of the slider. 39 /// Creates an iOS-style slider. 41 /// The slider itself does not maintain any state. Instead, when the state of 42 /// the slider changes, the widget calls the [onChanged] callback. Most widgets [all …]
|
D | thumb_painter.dart | 9 /// Paints an iOS-style slider thumb. 13 /// Creates an object that paints an iOS-style slider thumb.
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | slider_theme.dart | 16 /// {@template flutter.material.slider.seeAlso.sliderComponentShape} 22 /// {@template flutter.material.slider.seeAlso.sliderTrackShape} 27 /// {@template flutter.material.slider.seeAlso.sliderTickMarkShape} 32 /// {@template flutter.material.slider.seeAlso.rangeSliderThumbShape} 37 /// {@template flutter.material.slider.seeAlso.rangeSliderValueIndicatorShape} 42 /// {@template flutter.material.slider.seeAlso.rangeSliderTrackShape} 47 /// {@template flutter.material.slider.seeAlso.rangeSliderTickMarkShape} 52 /// {@template flutter.material.slider.seeAlso.roundSliderThumbShape} 57 /// {@template flutter.material.slider.seeAlso.roundSliderOverlayShape} 62 /// {@template flutter.material.slider.seeAlso.paddleSliderValueIndicatorShape} [all …]
|
D | slider.dart | 36 /// A Material Design slider. 40 /// A slider can be used to select from either a continuous or a discrete set of 44 /// [max] is 50.0 and [divisions] is 5, then the slider can take on the 47 /// The terms for the parts of a slider are: 51 /// * The "track", which is the line that the slider thumb slides along. 54 /// * The "active" side of the slider is the side between the thumb and the 56 /// * The "inactive" side of the slider is the side between the thumb and the 59 /// The slider will be disabled if [onChanged] is null or if the range given by 62 /// The slider widget itself does not maintain any state. Instead, when the state 63 /// of the slider changes, the widget calls the [onChanged] callback. Most [all …]
|
D | range_slider.dart | 25 /// A Material Design range slider. 29 /// A range slider can be used to select from either a continuous or a discrete 33 /// [max] is 50.0 and [divisions] is 5, then the slider can take on the 36 /// The terms for the parts of a slider are: 42 /// * The "tick marks", which mark the discrete values of a discrete slider. 47 /// * The "active" segment of the slider is the segment between the two thumbs. 48 /// * The "inactive" slider segments are the two track intervals outside of the 49 /// slider's thumbs. 51 /// The range slider will be disabled if [onChanged] is null or if the range 54 /// The range slider widget itself does not maintain any state. Instead, when [all …]
|
/third_party/pulseaudio/src/utils/ |
D | qpaeq | 366 self.slider=[None]*len(self.filter_state.frequencies) 367 self.label=[None]*len(self.slider) 372 def add_slider(slider,label, c): argument 373 self.layout().addWidget(slider,0,c,qt.AlignHCenter) 375 … self.layout().setColumnMinimumWidth(c,max(label.sizeHint().width(),slider.sizeHint().width())) 377 slider=QtWidgets.QSlider(QtCore.Qt.Vertical,self) 379 slider.setRange(-1000,2000) 380 slider.setSingleStep(1) 381 return (slider,label) 385 slider,label=create_slider(self.hz2label(hz)) [all …]
|
/third_party/gstreamer/gstplugins_good/tests/icles/ |
D | gdkpixbufsink-test.c | 35 GtkWidget *slider; member 134 gtk_widget_show (info->slider); in bus_message_cb() 307 info->slider = gtk_scale_new_with_range (GTK_ORIENTATION_HORIZONTAL, in run_gui() 309 gtk_box_pack_start (GTK_BOX (vbox), info->slider, FALSE, FALSE, 6); in run_gui() 310 g_signal_connect (info->slider, "value-changed", in run_gui() 312 g_signal_connect (info->slider, "format-value", in run_gui() 319 gtk_widget_hide (info->slider); /* hide until we're prerolled */ in run_gui()
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | slider_theme_test.dart | 97 testWidgets('Slider uses ThemeData slider theme if present', (WidgetTester tester) async { 221 testWidgets('Default slider track draws correctly', (WidgetTester tester) async { 231 // The enabled slider thumb has track segments that extend to and from 243 // The disabled slider thumb has a horizontal gap between itself and the 257 testWidgets('Default slider overlay draws correctly', (WidgetTester tester) async { 318 testWidgets('Default slider ticker and thumb shape draw correctly', (WidgetTester tester) async { 362 testWidgets('Default slider value indicator shape draws correctly', (WidgetTester tester) async { 534 testWidgets('The slider track height can be overridden', (WidgetTester tester) async { 562 …testWidgets('The default slider thumb shape sizes can be overridden', (WidgetTester tester) async { 587 …testWidgets('The default slider thumb shape disabled size can be inferred from the enabled size', … [all …]
|
D | range_slider_test.dart | 52 // Get the bounds of the track by finding the slider edges and translating 107 // Get the bounds of the track by finding the slider edges and translating 165 // Get the bounds of the track by finding the slider edges and translating 225 // Get the bounds of the track by finding the slider edges and translating 274 // Get the bounds of the track by finding the slider edges and translating 319 // Get the bounds of the track by finding the slider edges and translating 367 // Get the bounds of the track by finding the slider edges and translating 415 // Get the bounds of the track by finding the slider edges and translating 460 // Get the bounds of the track by finding the slider edges and translating 511 // Get the bounds of the track by finding the slider edges and translating [all …]
|
D | slider_test.dart | 662 // Test colors for discrete slider. 677 // Test colors for discrete slider with inactiveColor and activeColor set. 1041 // Pump a slider with a reasonable amount of divisions to verify that the 1073 Widget slider = Slider( 1085 slider = Column(children: <Widget>[slider]); 1087 return slider; 1230 // Disable slider
|
/third_party/libinput/tools/ |
D | libinput-debug-tablet.c | 63 double rotation, slider; member 221 print_bar("slider:", ctx->slider, (ctx->slider + 1.0)/2.0); in print_state() 302 ctx->slider = libinput_event_tablet_tool_get_slider_position(t); in update_tablet_axes()
|
D | libinput-debug-events.c | 385 double rotation, slider, wheel; in print_tablet_axes() local 425 slider = libinput_event_tablet_tool_get_slider_position(t); in print_tablet_axes() 427 slider, changed_sym(t, slider)); in print_tablet_axes()
|
/third_party/flutter/skia/third_party/externals/imgui/docs/ |
D | TODO.txt | 73 …- input text: display bug when clicking a drag/slider after an input text in a different window ha… 138 - slider: allow using the [-]/[+] buttons used by InputFloat()/InputInt() 139 …- slider: initial absolute click is imprecise. change to relative movement slider (same as scrollb… 140 …- slider: add dragging-based widgets to edit values with mouse (on 2 axises), saving screen real-e… 141 - slider: tint background based on value (e.g. v_min -> v_max, or use 0.0f either side of the sign) 142 - slider: relative dragging? + precision dragging 143 - slider: step option (#1183) 144 - slider style: fill % of the bar instead of positioning a drag. 146 - drag float: power/logarithmic slider and drags are weird. (#1316) 216 - log: LogButtons() options for specifying depth and/or hiding depth slider [all …]
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/cupertino/ |
D | cupertino_slider_demo.dart | 10 static const String routeName = '/cupertino/slider';
|
/third_party/skia/third_party/externals/expat/expat/doc/ |
D | ok.min.css | 2 …slider-runnable-track{cursor:pointer;-webkit-appearance:none;border-radius:var(--ok-br);border:var…
|
/third_party/flutter/flutter/packages/flutter/lib/ |
D | cupertino.dart | 29 export 'src/cupertino/slider.dart';
|
D | material.dart | 102 export 'src/material/slider.dart';
|
/third_party/weex-loader/test/spec/ |
D | o.we | 28 {name: 'component/slider/index', title: 'Slider'},
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | TODO.txt | 97 …- input text: display bug when clicking a drag/slider after an input text in a different window ha… 171 …- slider/drag: ctrl+click when format doesn't include a % character.. disable? display underlying … 172 - slider: allow using the [-]/[+] buttons used by InputFloat()/InputInt() 173 …- slider: initial absolute click is imprecise. change to relative movement slider (same as scrollb… 174 …- slider: add dragging-based widgets to edit values with mouse (on 2 axises), saving screen real-e… 175 - slider: tint background based on value (e.g. v_min -> v_max, or use 0.0f either side of the sign) 176 - slider: relative dragging? + precision dragging 177 - slider: step option (#1183) 178 - slider: style: fill % of the bar instead of positioning a drag. 258 - log: LogButtons() options for specifying depth and/or hiding depth slider [all …]
|
/third_party/typescript/tests/baselines/reference/docker/ |
D | office-ui-fabric.log | 391 @fluentui/react-slider: yarn run vX.X.X 392 @fluentui/react-slider: $ just-scripts ts 393 …react-slider: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js w… 394 …slider: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/types… 395 …react-slider: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js w… 396 …slider: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/types… 397 @fluentui/react-slider: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this… 1537 @fluentui/react-slider: [XX:XX:XX XM] x Error detected while running '_wrapFunction' 1538 @fluentui/react-slider: [XX:XX:XX XM] x ------------------------------------ 1539 …slider: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_m… [all …]
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_apple_metal/Shared/ |
D | Renderer.mm | 90 …ImGui::SliderFloat("float", &f, 0.0f, 1.0f); // Edit 1 float using a slider from 0.0f t…
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/semantics/ |
D | incrementable.dart | 45 _element.setAttribute('role', 'slider');
|
/third_party/skia/site/docs/dev/tools/ |
D | debugger.md | 69 back the frames. The current frame is indictated by the slider position, and the 70 slider can be set manually. Frames can be stepped through with `w` (back) and
|
/third_party/python/Misc/NEWS.d/ |
D | 3.7.0rc1.rst | 252 slider moved text by a fixed number of pixels, resulting in partial lines at
|
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/ |
D | team.dart | 108 /// out of the arena (e.g. if the slider is in a vertical scrolling list and the
|