Lines Matching refs:pressed
57 lv_style_t pressed; member
304 style_init_reset(&styles->pressed); in style_init()
305 lv_style_set_color_filter_dsc(&styles->pressed, &dark_filter); in style_init()
306 lv_style_set_color_filter_opa(&styles->pressed, 35); in style_init()
754 lv_obj_add_style(obj, &styles->pressed, LV_STATE_PRESSED); in theme_apply()
786 lv_obj_add_style(obj, &styles->pressed, LV_PART_ITEMS | LV_STATE_PRESSED); in theme_apply()
799 lv_obj_add_style(obj, &styles->pressed, LV_PART_ITEMS | LV_STATE_PRESSED); in theme_apply()
815 lv_obj_add_style(obj, &styles->pressed, LV_PART_ITEMS | LV_STATE_PRESSED); in theme_apply()
827 lv_obj_add_style(obj, &styles->pressed, LV_PART_ITEMS | LV_STATE_PRESSED); in theme_apply()
874 lv_obj_add_style(obj, &styles->pressed, LV_PART_ITEMS | LV_STATE_PRESSED); in theme_apply()
888 lv_obj_add_style(obj, &styles->pressed, LV_PART_INDICATOR | LV_STATE_PRESSED); in theme_apply()
949 lv_obj_add_style(obj, &styles->pressed, LV_STATE_PRESSED); in theme_apply()
963 lv_obj_add_style(obj, &styles->pressed, LV_PART_SELECTED | LV_STATE_PRESSED); in theme_apply()
1035 lv_obj_add_style(obj, &styles->pressed, LV_PART_ITEMS | LV_STATE_PRESSED); in theme_apply()
1059 lv_obj_add_style(obj, &styles->pressed, LV_STATE_PRESSED); in theme_apply()