Lines Matching refs:lv_obj_set_height
400 lv_obj_set_height(dialog_window, lv_pct(100)); in create_dialog_window()
417 lv_obj_set_height(dialog_panel, LV_SIZE_CONTENT); in create_dialog_window()
436 lv_obj_set_height(dialog_title, LV_SIZE_CONTENT); in create_dialog_window()
453 lv_obj_set_height(dialog_message, LV_SIZE_CONTENT); in create_dialog_window()
460 lv_obj_set_height(dialog_close, LV_SIZE_CONTENT); in create_dialog_window()
468 lv_obj_set_height(dialog_close_label, LV_SIZE_CONTENT); in create_dialog_window()
481 lv_obj_set_height(hint_panel, lv_pct(100)); in create_scroll_hints()
498 lv_obj_set_height(hint_up, LV_SIZE_CONTENT); in create_scroll_hints()
513 lv_obj_set_height(hint_down, LV_SIZE_CONTENT); in create_scroll_hints()
528 lv_obj_set_height(hint_left, LV_SIZE_CONTENT); in create_scroll_hints()
543 lv_obj_set_height(hint_right, LV_SIZE_CONTENT); in create_scroll_hints()