Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/textarea/
Dlv_textarea_private.h39 …uint32_t pwd_show_time; /**< Time to show characters in password mode before change them to '… member
Dlv_textarea.c643 ta->pwd_show_time = time; in lv_textarea_set_password_show_time()
809 return ta->pwd_show_time; in lv_textarea_get_password_show_time()
933 ta->pwd_show_time = LV_TEXTAREA_DEF_PWD_SHOW_TIME; in lv_textarea_constructor()
1475 if(ta->pwd_show_time == 0) { in auto_hide_characters()
1483 lv_anim_set_duration(&a, ta->pwd_show_time); in auto_hide_characters()