Searched refs:part1_height (Results 1 – 1 of 1) sorted by relevance
289 int32_t part1_height = lv_obj_get_height(part1); in widget1_clicked_cb() local290 if((open_part1 && part1_height != c->sz->smart_meter_collapsed_part_height) in widget1_clicked_cb()291 || (!open_part1 && part1_height == c->sz->smart_meter_collapsed_part_height)) { in widget1_clicked_cb()