Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/
Dlv_textarea.h48 …uint16_t pwd_show_time; /*Time to show characters in password mode before change them to '*'*/ member
Dlv_textarea.c539 ta->pwd_show_time = time; in lv_textarea_set_password_show_time()
704 return ta->pwd_show_time; in lv_textarea_get_password_show_time()
815 ta->pwd_show_time = LV_TEXTAREA_DEF_PWD_SHOW_TIME; in lv_textarea_constructor()
1342 if(ta->pwd_show_time == 0) { in auto_hide_characters()
1350 lv_anim_set_time(&a, ta->pwd_show_time); in auto_hide_characters()