/third_party/backends/japi/ |
H A D | Jscanimage.java | 295 SaneSlider slider = new FixedSaneSlider( in initSaneOptions() 300 addLabeledOption(group, title, slider, c); in initSaneOptions() 301 addControl(slider); in initSaneOptions() 320 SaneSlider slider = new SaneSlider( in initSaneOptions() 324 addLabeledOption(group, title, slider, c); in initSaneOptions() 325 addControl(slider); in initSaneOptions() 754 * A slider in our dialog. This base class handles integer ranges. 755 * It consists of a slider and a label which shows the current value. 761 protected JSlider slider; // The slider itsel field in SaneSlider [all...] |
/applications/sample/camera/gallery/include/ |
H A D | player_ability_slice.h | 72 UISlider *slider, in SliderAnimator() 76 : Animator(this, slider, duration, true), in SliderAnimator() 78 slider_(slider), in SliderAnimator() 71 SliderAnimator(PlayerAdapter *sample, UISlider *slider, UILabel *label, int64_t duration, UISurfaceView* surfaceView) SliderAnimator() argument
|
/applications/sample/camera/cameraApp/cameraApp/src/main/cpp/ |
H A D | camera_ability_slice.cpp | 37 explicit SliderAnimator(UISlider *slider, UIImageView *backview, UISurfaceView *surface, in SliderAnimator() argument 39 : Animator(this, slider, duration, true), backgroundView_(backview), mSurfaceview(surface), in SliderAnimator() 371 delete slider; in ~CameraAbilitySlice() 469 slider = new UISlider(); in SetBottom() 470 slider->SetPosition(-1, -1, 1, 1); in SetBottom() 475 animator_ = new SliderAnimator(slider, background_, surfaceView, cam_manager, 10000); /* 10000 = 10s */ in SetBottom() 533 rootView->Add(slider); in OnStart()
|
H A D | camera_ability_slice.h | 133 UISlider *slider; member in OHOS::CameraAbilitySlice
|
/third_party/libinput/tools/ |
H A D | libinput-debug-tablet.c | 64 double rotation, slider; member 222 print_bar("slider:", ctx->slider, (ctx->slider + 1.0)/2.0); in print_state() 303 ctx->slider = libinput_event_tablet_tool_get_slider_position(t); in update_tablet_axes()
|
H A D | libinput-debug-events.c | 393 double rotation, slider, wheel; in print_tablet_axes() local 433 slider = libinput_event_tablet_tool_get_slider_position(t); in print_tablet_axes() 435 slider, changed_sym(t, slider)); in print_tablet_axes()
|
H A D | libinput-record.c | 835 double slider; in buffer_tablet_axes() local 837 slider = libinput_event_tablet_tool_get_slider_position(t); in buffer_tablet_axes() 838 len = xasprintf(&strv[idx++], "slider: %.2f", slider); in buffer_tablet_axes()
|
/third_party/libinput/src/ |
H A D | evdev-tablet.c | 570 tablet->axes.slider = normalize_slider(absinfo); in tablet_update_slider() 732 axes.slider = tablet->axes.slider; in tablet_check_notify_axes()
|
H A D | libinput-private.h | 439 double slider; member
|
H A D | libinput.c | 1439 return event->axes.slider; in libinput_event_tablet_tool_get_slider_position()
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 67 /// - Basic widgets like buttons, checkboxes, slider, ... 5227 struct nk_style_slider slider; member 5955 /* slider */ 14280 struct nk_style_slider *slider; in nk_style_from_table() local 14422 /* slider */ in nk_style_from_table() 14423 slider = &style->slider; in nk_style_from_table() 14424 nk_zero_struct(*slider); in nk_style_from_table() 14425 slider->normal = nk_style_item_hide(); in nk_style_from_table() 14426 slider in nk_style_from_table() [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |