Lines Matching refs:pressed
64 lv_style_t pressed; member
314 style_init_reset(&theme->styles.pressed); in style_init()
315 lv_style_set_color_filter_dsc(&theme->styles.pressed, &theme->dark_filter); in style_init()
316 lv_style_set_color_filter_opa(&theme->styles.pressed, 35); in style_init()
798 lv_obj_add_style(obj, &theme->styles.pressed, LV_STATE_PRESSED); in theme_apply()
812 lv_obj_add_style(obj, &theme->styles.pressed, LV_STATE_PRESSED); in theme_apply()
846 lv_obj_add_style(obj, &theme->styles.pressed, LV_PART_ITEMS | LV_STATE_PRESSED); in theme_apply()
858 lv_obj_add_style(obj, &theme->styles.pressed, LV_PART_ITEMS | LV_STATE_PRESSED); in theme_apply()
905 lv_obj_add_style(obj, &theme->styles.pressed, LV_PART_ITEMS | LV_STATE_PRESSED); in theme_apply()
919 lv_obj_add_style(obj, &theme->styles.pressed, LV_PART_INDICATOR | LV_STATE_PRESSED); in theme_apply()
979 lv_obj_add_style(obj, &theme->styles.pressed, LV_STATE_PRESSED); in theme_apply()
994 lv_obj_add_style(obj, &theme->styles.pressed, LV_PART_SELECTED | LV_STATE_PRESSED); in theme_apply()
1058 lv_obj_add_style(obj, &theme->styles.pressed, LV_PART_ITEMS | LV_STATE_PRESSED); in theme_apply()
1089 lv_obj_add_style(obj, &theme->styles.pressed, LV_STATE_PRESSED); in theme_apply()
1162 lv_obj_add_style(obj, &theme->styles.pressed, LV_STATE_PRESSED); in theme_apply()