Searched refs:LV_DIR_HOR (Results 1 – 7 of 7) sorted by relevance
85 if(proc->types.pointer.scroll_dir == LV_DIR_HOR) { in _lv_indev_scroll_handler()88 diff_x = elastic_diff(scroll_obj, proc->types.pointer.vect.x, sl, sr, LV_DIR_HOR); in _lv_indev_scroll_handler()153 else if(proc->types.pointer.scroll_dir == LV_DIR_HOR) { in _lv_indev_scroll_throw_handler()164 LV_DIR_HOR); in _lv_indev_scroll_throw_handler()231 case LV_DIR_HOR: in lv_indev_scroll_throw_predict()351 dir_candidate = LV_DIR_HOR; in find_scroll_obj()364 proc->types.pointer.scroll_dir = hor_en ? LV_DIR_HOR : LV_DIR_VER; in find_scroll_obj()619 …snap = dir == LV_DIR_HOR ? lv_obj_get_scroll_snap_x(scroll_obj) : lv_obj_get_scroll_snap_y(scroll_… in elastic_diff()625 if(dir == LV_DIR_HOR) { in elastic_diff()
787 if(!((lv_obj_get_scroll_dir(obj) & LV_DIR_HOR) && (sl > 0 || sr > 0))) in lv_obj_event()794 if(!((lv_obj_get_scroll_dir(obj) & LV_DIR_HOR) && (sl > 0 || sr > 0))) in lv_obj_event()
485 if((dir & LV_DIR_HOR) && in lv_obj_get_scrollbar_area()488 (sm == LV_SCROLLBAR_MODE_ACTIVE && lv_indev_get_scroll_dir(indev) == LV_DIR_HOR))) { in lv_obj_get_scrollbar_area()
84 LV_DIR_HOR = LV_DIR_LEFT | LV_DIR_RIGHT, enumerator86 LV_DIR_ALL = LV_DIR_HOR | LV_DIR_VER,
130 if(tabview->tab_pos & LV_DIR_HOR) id *= 2; in lv_tabview_rename_tab()280 if(tabview->tab_pos & LV_DIR_HOR) { in lv_tabview_destructor()
79 - `LV_DIR_HOR` only scroll horizontally
1350 if(cursor->dir & LV_DIR_HOR) { in draw_cursors()