Home
last modified time | relevance | path

Searched refs:LV_STYLE_FLEX_TRACK_PLACE (Results 1 – 2 of 2) sorted by relevance

/lvgl-3.7.0/src/extra/layouts/flex/
Dlv_flex.h64 extern lv_style_prop_t LV_STYLE_FLEX_TRACK_PLACE;
132 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_FLEX_TRACK_PLACE); in lv_obj_get_style_flex_track_place()
Dlv_flex.c71 lv_style_prop_t LV_STYLE_FLEX_TRACK_PLACE; variable
97 LV_STYLE_FLEX_TRACK_PLACE = lv_style_register_prop(LV_STYLE_PROP_LAYOUT_REFR); in lv_flex_init()
151 lv_style_set_prop(style, LV_STYLE_FLEX_TRACK_PLACE, v); in lv_style_set_flex_track_place()
191 lv_obj_set_local_style_prop(obj, LV_STYLE_FLEX_TRACK_PLACE, v, selector); in lv_obj_set_style_flex_track_place()