Searched refs:subject_int (Results 1 – 1 of 1) sorted by relevance
330 static lv_subject_t subject_int; in test_observer_label_text_normal() local331 lv_subject_init_int(&subject_int, 0); in test_observer_label_text_normal()332 observer = lv_label_bind_text(obj, &subject_int, NULL); in test_observer_label_text_normal()378 static lv_subject_t subject_int; in test_observer_label_text_formatted() local379 lv_subject_init_int(&subject_int, 10); in test_observer_label_text_formatted()380 lv_label_bind_text(obj, &subject_int, "value: %d"); in test_observer_label_text_formatted()383 lv_subject_set_int(&subject_int, -20); in test_observer_label_text_formatted()387 lv_obj_remove_from_subject(obj, &subject_int); in test_observer_label_text_formatted()388 lv_subject_set_int(&subject_int, 100); in test_observer_label_text_formatted()