Home
last modified time | relevance | path

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

/lvgl-latest/src/themes/default/
Dlv_theme_default.c83 lv_style_t transition_normal; member
233 style_init_reset(&theme->styles.transition_normal); in style_init()
241 …lv_style_set_transition(&theme->styles.transition_normal, &theme->trans_normal); /*Go back to defa… in style_init()
813 lv_obj_add_style(obj, &theme->styles.transition_normal, LV_STATE_PRESSED); in theme_apply()
889 lv_obj_add_style(obj, &theme->styles.transition_normal, LV_PART_KNOB | LV_STATE_PRESSED); in theme_apply()
923 … lv_obj_add_style(obj, &theme->styles.transition_normal, LV_PART_INDICATOR | LV_STATE_PRESSED); in theme_apply()
943 … lv_obj_add_style(obj, &theme->styles.transition_normal, LV_PART_INDICATOR | LV_STATE_CHECKED); in theme_apply()
944 lv_obj_add_style(obj, &theme->styles.transition_normal, LV_PART_INDICATOR); in theme_apply()
978 lv_obj_add_style(obj, &theme->styles.transition_normal, LV_STATE_PRESSED); in theme_apply()
982 lv_obj_add_style(obj, &theme->styles.transition_normal, LV_PART_INDICATOR); in theme_apply()
[all …]