Searched refs:min_close (Results 1 – 2 of 2) sorted by relevance
400 arc->min_close = 1; in lv_arc_constructor()492 const uint32_t min_close_prev = (uint32_t) arc->min_close; in lv_arc_event()507 if(arc->min_close) angle = 0; in lv_arc_event()512 if(arc->min_close) angle = -deg_range; in lv_arc_event()519 … if(((min_close_prev == CLICK_CLOSER_TO_MIN_END) && (arc->min_close == CLICK_CLOSER_TO_MAX_END)) in lv_arc_event()523 …else if(((min_close_prev == CLICK_CLOSER_TO_MAX_END) && (arc->min_close == CLICK_CLOSER_TO_MIN_END… in lv_arc_event()947 arc->min_close = 1; in lv_arc_angle_within_bg_bounds()950 arc->min_close = 0; in lv_arc_angle_within_bg_bounds()962 arc->min_close = 1; in lv_arc_angle_within_bg_bounds()981 arc->min_close = 1; in lv_arc_angle_within_bg_bounds()[all …]
49 uint32_t min_close : 1; /*1: the last pressed angle was closer to minimum end*/ member