Home
last modified time | relevance | path

Searched refs:opts (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/examples/widgets/dropdown/
Dlv_example_dropdown_2.c9 static const char * opts = "Apple\n" in lv_example_dropdown_2() local
16 lv_dropdown_set_options_static(dd, opts); in lv_example_dropdown_2()
20 lv_dropdown_set_options_static(dd, opts); in lv_example_dropdown_2()
26 lv_dropdown_set_options_static(dd, opts); in lv_example_dropdown_2()
32 lv_dropdown_set_options_static(dd, opts); in lv_example_dropdown_2()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_roller.c272 const char * opts = in test_roller_appearance() local
282 lv_roller_set_options(roller, opts, LV_ROLLER_MODE_NORMAL); in test_roller_appearance()
284 lv_roller_set_options(roller_infinite, opts, LV_ROLLER_MODE_INFINITE); in test_roller_appearance()
289 lv_roller_set_options(r, opts, LV_ROLLER_MODE_NORMAL); in test_roller_appearance()
295 lv_roller_set_options(r, opts, LV_ROLLER_MODE_INFINITE); in test_roller_appearance()
303 lv_roller_set_options(r, opts, LV_ROLLER_MODE_NORMAL); in test_roller_appearance()
309 lv_roller_set_options(r, opts, LV_ROLLER_MODE_INFINITE); in test_roller_appearance()
317 lv_roller_set_options(r, opts, LV_ROLLER_MODE_NORMAL); in test_roller_appearance()
323 lv_roller_set_options(r, opts, LV_ROLLER_MODE_INFINITE); in test_roller_appearance()
331 lv_roller_set_options(r, opts, LV_ROLLER_MODE_NORMAL); in test_roller_appearance()
[all …]
/lvgl-latest/examples/widgets/roller/
Dlv_example_roller_2.c28 const char * opts = "1\n2\n3\n4\n5\n6\n7\n8\n9\n10"; in lv_example_roller_2() local
33 lv_roller_set_options(roller, opts, LV_ROLLER_MODE_NORMAL); in lv_example_roller_2()
47 lv_roller_set_options(roller, opts, LV_ROLLER_MODE_NORMAL); in lv_example_roller_2()
56 lv_roller_set_options(roller, opts, LV_ROLLER_MODE_NORMAL); in lv_example_roller_2()
/lvgl-latest/examples/others/gridnav/
Dlv_example_gridnav_5.c4 static const char * opts[] = {"0\n1\n2\n3\n4\n5", "0\n1\n2\n3\n4\n5\n6\n7\n8\n9", "s\nm\nh"}; variable
61 lv_roller_set_options(roller, opts[i], LV_ROLLER_MODE_INFINITE); in lv_example_gridnav_5()
/lvgl-latest/examples/others/file_explorer/
Dlv_example_file_explorer_2.c134 static const char * opts = "NONE\n" in lv_example_file_explorer_2() local
141 lv_dropdown_set_options_static(dd, opts); in lv_example_file_explorer_2()
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_home.c30 static lv_obj_t * roller_create(lv_obj_t * parent, const char * opts, lv_roller_mode_t mode);
299 static lv_obj_t * roller_create(lv_obj_t * parent, const char * opts, lv_roller_mode_t mode) in roller_create() argument
305 lv_roller_set_options(roller, opts, mode); in roller_create()
/lvgl-latest/src/libs/ffmpeg/
Dlv_ffmpeg.c522 AVDictionary * opts = NULL; in ffmpeg_open_codec_context() local
559 if((ret = avcodec_open2(*dec_ctx, dec, &opts)) < 0) { in ffmpeg_open_codec_context()
/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown.c468 const char * opts = lv_dropdown_get_options(obj); in lv_dropdown_get_option_index() local
471 const char * start = opts; in lv_dropdown_get_option_index()