Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/tileview/
Dlv_tileview.h63 void lv_tileview_set_tile_by_index(lv_obj_t * tv, uint32_t col_id, uint32_t row_id, lv_anim_enable_…
Dlv_tileview.c98 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/
Dlv_demo_smartwatch_notifications.c154 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()
Dlv_demo_smartwatch.c110 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()
Dlv_demo_smartwatch_weather.c385 lv_tileview_set_tile_by_index(weather_screen, 0, 0, LV_ANIM_OFF); in weather_screen_event_cb()
/lvgl-latest/docs/details/widgets/
Dtileview.rst54 :cpp:expr:`lv_tileview_set_tile_by_index(tileview, col_id, row_id, LV_ANIM_ON/OFF)`.
/lvgl-latest/src/
Dlv_api_map_v8.h234 #define lv_obj_set_tile_id lv_tileview_set_tile_by_index
/lvgl-latest/demos/stress/
Dlv_demo_stress.c277 lv_tileview_set_tile_by_index(tv, 1, 1, LV_ANIM_ON); in obj_test_task_cb()