Home
last modified time | relevance | path

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

/lvgl-latest/src/themes/simple/
Dlv_theme_simple.c49 lv_style_t ta_cursor; member
132 style_init_reset(&theme->styles.ta_cursor); in style_init()
133 lv_style_set_border_side(&theme->styles.ta_cursor, LV_BORDER_SIDE_LEFT); in style_init()
134 lv_style_set_border_color(&theme->styles.ta_cursor, COLOR_DIM); in style_init()
135 lv_style_set_border_width(&theme->styles.ta_cursor, 2); in style_init()
136 lv_style_set_bg_opa(&theme->styles.ta_cursor, LV_OPA_TRANSP); in style_init()
137 lv_style_set_anim_duration(&theme->styles.ta_cursor, 500); in style_init()
364 lv_obj_add_style(obj, &theme->styles.ta_cursor, LV_PART_CURSOR | LV_STATE_FOCUSED); in theme_apply()
/lvgl-latest/src/themes/mono/
Dlv_theme_mono.c55 lv_style_t ta_cursor; member
162 style_init_reset(&theme->styles.ta_cursor); in style_init()
163 lv_style_set_border_side(&theme->styles.ta_cursor, LV_BORDER_SIDE_LEFT); in style_init()
164 lv_style_set_border_color(&theme->styles.ta_cursor, COLOR_FG); in style_init()
165 lv_style_set_border_width(&theme->styles.ta_cursor, 2); in style_init()
166 lv_style_set_bg_opa(&theme->styles.ta_cursor, LV_OPA_TRANSP); in style_init()
167 lv_style_set_anim_duration(&theme->styles.ta_cursor, 500); in style_init()
441 lv_obj_add_style(obj, &theme->styles.ta_cursor, LV_PART_CURSOR | LV_STATE_FOCUSED); in theme_apply()
/lvgl-latest/src/themes/default/
Dlv_theme_default.c120 lv_style_t ta_cursor, ta_placeholder; member
543 style_init_reset(&theme->styles.ta_cursor); in style_init()
544 lv_style_set_border_color(&theme->styles.ta_cursor, theme->color_text); in style_init()
545 lv_style_set_border_width(&theme->styles.ta_cursor, LV_DPX_CALC(theme->disp_dpi, 2)); in style_init()
546 lv_style_set_pad_left(&theme->styles.ta_cursor, - LV_DPX_CALC(theme->disp_dpi, 1)); in style_init()
547 lv_style_set_border_side(&theme->styles.ta_cursor, LV_BORDER_SIDE_LEFT); in style_init()
548 lv_style_set_anim_duration(&theme->styles.ta_cursor, 400); in style_init()
1024 lv_obj_add_style(obj, &theme->styles.ta_cursor, LV_PART_CURSOR | LV_STATE_FOCUSED); in theme_apply()