Home
last modified time | relevance | path

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

/lvgl-3.5.0/examples/styles/
Dlv_example_style_14.c18 static void new_theme_init_and_set(void) in new_theme_init_and_set() function
55 new_theme_init_and_set(); in lv_example_style_14()
Dlv_example_style_14.py34 self.new_theme_init_and_set()
47 def new_theme_init_and_set(self): member in ExampleStyle_14