Searched refs:pbottom (Results 1 – 1 of 1) sorted by relevance
705 int32_t pbottom = lv_obj_get_style_pad_bottom(obj, LV_PART_MAIN); in draw_main() local772 …if(btn_area.y2 == obj->coords.y2 - pbottom) draw_rect_dsc_act.border_side &= ~LV_BORDER_SIDE_BOTTO… in draw_main()938 int32_t pbottom = lv_obj_get_style_pad_bottom(obj, LV_PART_MAIN); in get_button_from_point() local950 pbottom = LV_MIN(pbottom, BTN_EXTRA_CLICK_AREA_MAX); in get_button_from_point()964 if(btn_area.y2 >= h - pbottom - 2) btn_area.y2 += obj_cords.y1 + LV_MIN(pbottom, in get_button_from_point()