i80_controller sample
LV_DIR_HOR
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
LV_DIR_HOR
LV_DIR_HOR value
Syntax
Show:
Summary
Declaration
from
lv_area.h:83
LV_DIR_HOR
=
LV_DIR_LEFT
|
LV_DIR_RIGHT
;
Examples
References
from
examples
Code
Location
Referrer
LV_DIR_HOR
=
LV_DIR_LEFT
|
LV_DIR_RIGHT
,
lv_area.h:83
LV_DIR_ALL
=
LV_DIR_HOR
|
LV_DIR_VER
,
lv_area.h:85
if
(
cursor
->
dir
&
LV_DIR_HOR
)
{
lv_chart.c:1193
draw_cursors()
if
(
indev
->
pointer
.
scroll_dir
==
LV_DIR_HOR
)
{
lv_indev_scroll.c:89
lv_indev_scroll_handler()
diff_x
=
elastic_diff
(
scroll_obj
,
indev
->
pointer
.
vect
.
x
,
sl
,
sr
,
LV_DIR_HOR
)
;
lv_indev_scroll.c:92
lv_indev_scroll_handler()
else
if
(
indev
->
pointer
.
scroll_dir
==
LV_DIR_HOR
)
{
lv_indev_scroll.c:157
lv_indev_scroll_throw_handler()
LV_DIR_HOR
)
;
lv_indev_scroll.c:168
lv_indev_scroll_throw_handler()
int32_t
diff_x
=
lv_indev_scroll_throw_predict
(
indev
,
LV_DIR_HOR
)
;
lv_indev_scroll.c:175
lv_indev_scroll_throw_handler()
case
LV_DIR_HOR
:
lv_indev_scroll.c:235
lv_indev_scroll_throw_predict()
dir_candidate
=
LV_DIR_HOR
;
lv_indev_scroll.c:400
lv_indev_find_scroll_obj()
indev
->
pointer
.
scroll_dir
=
hor_en
?
LV_DIR_HOR
:
LV_DIR_VER
;
lv_indev_scroll.c:413
lv_indev_find_scroll_obj()
snap
=
dir
==
LV_DIR_HOR
?
lv_obj_get_scroll_snap_x
(
scroll_obj
)
:
lv_obj_get_scroll_snap_y
(
scroll_obj
)
;
lv_indev_scroll.c:652
elastic_diff()
if
(
dir
==
LV_DIR_HOR
)
{
lv_indev_scroll.c:668
elastic_diff()
if
(
!
(
(
lv_obj_get_scroll_dir
(
obj
)
&
LV_DIR_HOR
)
&&
(
sl
>
0
||
sr
>
0
)
)
)
lv_obj.c:785
lv_obj_event()
if
(
!
(
(
lv_obj_get_scroll_dir
(
obj
)
&
LV_DIR_HOR
)
&&
(
sl
>
0
||
sr
>
0
)
)
)
lv_obj.c:792
lv_obj_event()
if
(
(
dir
&
LV_DIR_HOR
)
&&
lv_obj_scroll.c:486
lv_obj_get_scrollbar_area()
(
sm
==
LV_SCROLLBAR_MODE_ACTIVE
&&
lv_indev_get_scroll_dir
(
indev
)
==
LV_DIR_HOR
)
)
)
{
lv_obj_scroll.c:489
lv_obj_get_scrollbar_area()
case
LV_DIR_HOR
:
lv_tabview.c:173
lv_tabview_set_tab_bar_position()
case
LV_DIR_HOR
:
lv_tabview.c:202
lv_tabview_set_tab_bar_position()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LV_DIR_HOR
is read by 9 functions:
All items filtered out
LV_DIR_HOR
lv_obj_event()
lv_obj_get_scrollbar_area()
lv_indev_scroll_handler()
lv_indev_scroll_throw_handler()
lv_indev_scroll_throw_predict()
lv_indev_find_scroll_obj()
elastic_diff()
draw_cursors()
lv_tabview_set_tab_bar_position()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out