Lines Matching refs:lv_obj_set_width
399 lv_obj_set_width(dialog_window, lv_pct(100)); in create_dialog_window()
416 lv_obj_set_width(dialog_panel, lv_pct(80)); in create_dialog_window()
435 lv_obj_set_width(dialog_title, lv_pct(80)); in create_dialog_window()
452 lv_obj_set_width(dialog_message, lv_pct(80)); in create_dialog_window()
459 lv_obj_set_width(dialog_close, lv_pct(60)); in create_dialog_window()
467 lv_obj_set_width(dialog_close_label, LV_SIZE_CONTENT); in create_dialog_window()
480 lv_obj_set_width(hint_panel, lv_pct(100)); in create_scroll_hints()
497 lv_obj_set_width(hint_up, LV_SIZE_CONTENT); in create_scroll_hints()
512 lv_obj_set_width(hint_down, LV_SIZE_CONTENT); in create_scroll_hints()
527 lv_obj_set_width(hint_left, LV_SIZE_CONTENT); in create_scroll_hints()
542 lv_obj_set_width(hint_right, LV_SIZE_CONTENT); in create_scroll_hints()