i80_controller sample
LV_DIR_VER
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (1/4)...
Files
loading (2/4)...
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_VER
LV_DIR_VER value
Syntax
Show:
Summary
Declaration
from
lv_area.h:84
LV_DIR_VER
=
LV_DIR_TOP
|
LV_DIR_BOTTOM
;
Examples
References
from
examples
Code
Location
Referrer
LV_DIR_VER
=
LV_DIR_TOP
|
LV_DIR_BOTTOM
,
lv_area.h:84
LV_DIR_ALL
=
LV_DIR_HOR
|
LV_DIR_VER
,
lv_area.h:85
if
(
cursor
->
dir
&
LV_DIR_VER
)
{
lv_chart.c:1209
draw_cursors()
lv_obj_set_scroll_dir
(
cont
,
LV_DIR_VER
)
;
lv_example_scroll_6.c:60
lv_example_scroll_6()
diff_y
=
elastic_diff
(
scroll_obj
,
indev
->
pointer
.
vect
.
y
,
st
,
sb
,
LV_DIR_VER
)
;
lv_indev_scroll.c:97
lv_indev_scroll_handler()
if
(
indev
->
pointer
.
scroll_dir
==
LV_DIR_VER
)
{
lv_indev_scroll.c:131
lv_indev_scroll_throw_handler()
LV_DIR_VER
)
;
lv_indev_scroll.c:142
lv_indev_scroll_throw_handler()
int32_t
diff_y
=
lv_indev_scroll_throw_predict
(
indev
,
LV_DIR_VER
)
;
lv_indev_scroll.c:149
lv_indev_scroll_throw_handler()
case
LV_DIR_VER
:
lv_indev_scroll.c:232
lv_indev_scroll_throw_predict()
dir_candidate
=
LV_DIR_VER
;
lv_indev_scroll.c:393
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()
if
(
(
dir
&
LV_DIR_VER
)
&&
lv_obj_scroll.c:478
lv_obj_get_scrollbar_area()
(
sm
==
LV_SCROLLBAR_MODE_ACTIVE
&&
lv_indev_get_scroll_dir
(
indev
)
==
LV_DIR_VER
)
)
)
{
lv_obj_scroll.c:481
lv_obj_get_scrollbar_area()
if
(
(
tabview
->
tab_pos
&
LV_DIR_VER
)
!=
0
)
{
lv_tabview.c:127
lv_tabview_set_active()
case
LV_DIR_VER
:
lv_tabview.c:174
lv_tabview_set_tab_bar_position()
case
LV_DIR_VER
:
lv_tabview.c:203
lv_tabview_set_tab_bar_position()
bool
was_ver
=
tabview
->
tab_pos
&
LV_DIR_VER
;
lv_tabview.c:209
lv_tabview_set_tab_bar_position()
bool
now_ver
=
dir
&
LV_DIR_VER
;
lv_tabview.c:210
lv_tabview_set_tab_bar_position()
if
(
tabview
->
tab_pos
&
LV_DIR_VER
)
{
lv_tabview.c:230
lv_tabview_set_tab_bar_size()
if
(
(
tv_obj
->
tab_pos
&
LV_DIR_VER
)
!=
0
)
{
lv_tabview.c:332
cont_scroll_end_event_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LV_DIR_VER
is read by 11 functions:
All items filtered out
LV_DIR_VER
lv_obj_get_scrollbar_area()
lv_indev_scroll_handler()
lv_indev_scroll_throw_handler()
lv_indev_scroll_throw_predict()
lv_indev_find_scroll_obj()
draw_cursors()
lv_tabview_set_active()
lv_tabview_set_tab_bar_position()
lv_tabview_set_tab_bar_size()
cont_scroll_end_event_cb()
lv_example_scroll_6()
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