Home
last modified time | relevance | path

Searched refs:sample_fragment_ctor (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/examples/others/fragment/
Dlv_example_fragment_1.c9 static void sample_fragment_ctor(lv_fragment_t * self, void * args);
23 .constructor_cb = sample_fragment_ctor,
40 static void sample_fragment_ctor(lv_fragment_t * self, void * args) in sample_fragment_ctor() function
Dlv_example_fragment_2.c9 static void sample_fragment_ctor(lv_fragment_t * self, void * args);
29 .constructor_cb = sample_fragment_ctor,
69 static void sample_fragment_ctor(lv_fragment_t * self, void * args) in sample_fragment_ctor() function
/lvgl-latest/docs/others/
Dfragment.md33 .constructor_cb = sample_fragment_ctor,