Searched refs:lv_tileview_set_tile_by_index (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/src/widgets/tileview/ |
D | lv_tileview.h | 63 void lv_tileview_set_tile_by_index(lv_obj_t * tv, uint32_t col_id, uint32_t row_id, lv_anim_enable_…
|
D | lv_tileview.c | 98 void lv_tileview_set_tile_by_index(lv_obj_t * tv, uint32_t col_id, uint32_t row_id, lv_anim_enable_… in lv_tileview_set_tile_by_index() function
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_notifications.c | 154 lv_tileview_set_tile_by_index(notification_screen, 1, 0, LV_ANIM_ON); in lv_demo_smartwatch_show_notification() 234 lv_tileview_set_tile_by_index(notification_screen, 0, 0, LV_ANIM_OFF); in notification_screen_events_cb()
|
D | lv_demo_smartwatch.c | 110 lv_tileview_set_tile_by_index(home_tile, 0, 1, LV_ANIM_OFF); in lv_demo_smartwatch() 225 lv_tileview_set_tile_by_index(home_tile, 0, 1, LV_ANIM_OFF); in lv_demo_smartwatch_load_home_watchface()
|
D | lv_demo_smartwatch_weather.c | 385 lv_tileview_set_tile_by_index(weather_screen, 0, 0, LV_ANIM_OFF); in weather_screen_event_cb()
|
/lvgl-latest/docs/details/widgets/ |
D | tileview.rst | 54 :cpp:expr:`lv_tileview_set_tile_by_index(tileview, col_id, row_id, LV_ANIM_ON/OFF)`.
|
/lvgl-latest/src/ |
D | lv_api_map_v8.h | 234 #define lv_obj_set_tile_id lv_tileview_set_tile_by_index
|
/lvgl-latest/demos/stress/ |
D | lv_demo_stress.c | 277 lv_tileview_set_tile_by_index(tv, 1, 1, LV_ANIM_ON); in obj_test_task_cb()
|