Home
last modified time | relevance | path

Searched refs:vect (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_tileview.c436 … if(ext->drag_right_en == 0 && indev->proc.types.pointer.vect.x < 0 && ext->drag_ver == 0) { in lv_tileview_scrl_signal()
504 lv_point_t vect; in drag_end_handler() local
505 lv_indev_get_vect(indev, &vect); in drag_end_handler()
508 while(vect.x != 0) { in drag_end_handler()
509 predict += vect.x; in drag_end_handler()
510 vect.x = vect.x * (100 - LV_INDEV_DEF_DRAG_THROW) / 100; in drag_end_handler()
515 lv_point_t vect; in drag_end_handler() local
516 lv_indev_get_vect(indev, &vect); in drag_end_handler()
519 while(vect.y != 0) { in drag_end_handler()
520 predict += vect.y; in drag_end_handler()
[all …]
A Dlv_tabview.c906 lv_point_t vect; in tabpage_press_lost_handler() local
907 lv_indev_get_vect(indev, &vect); in tabpage_press_lost_handler()
910 while(vect.x != 0) { in tabpage_press_lost_handler()
911 x_predict += vect.x; in tabpage_press_lost_handler()
912 vect.x = vect.x * (100 - LV_INDEV_DEF_DRAG_THROW) / 100; in tabpage_press_lost_handler()
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_indev.c289 point->x = indev->proc.types.pointer.vect.x; in lv_indev_get_vect()
290 point->y = indev->proc.types.pointer.vect.y; in lv_indev_get_vect()
737 proc->types.pointer.vect.x = 0; in indev_proc_press()
738 proc->types.pointer.vect.y = 0; in indev_proc_press()
1061 state->types.pointer.drag_sum.x += state->types.pointer.vect.x;
1062 state->types.pointer.drag_sum.y += state->types.pointer.vect.y;
1079 if(state->types.pointer.vect.x != 0 || state->types.pointer.vect.y != 0) {
1098 …lv_obj_set_pos(drag_obj, act_x + state->types.pointer.vect.x, act_y + state->types.pointer.vect.y);
1103 lv_obj_set_x(drag_obj, act_x + state->types.pointer.vect.x);
1200 proc->types.pointer.vect.x = 0;
[all …]
/AliOS-Things-master/components/littlevgl/src/lv_hal/
A Dlv_hal_indev.h119 lv_point_t vect; /**< Difference between `act_point` and `last_point`. */ member
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/common/api/
A Dco_bt_defines.h2203 uint8_t vect[NAME_VECT_SIZE]; member
2303 uint8_t vect[IV_LEN]; member

Completed in 21 milliseconds