i80_controller sample
LV_DIR_TOP
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_TOP
LV_DIR_TOP value
Syntax
Show:
Summary
Declaration
from
lv_area.h:81
LV_DIR_TOP
=
(
1
<
<
2
)
;
Examples
References
from
examples
Code
Location
Referrer
LV_DIR_TOP
=
(
1
<
<
2
)
,
lv_area.h:81
LV_DIR_VER
=
LV_DIR_TOP
|
LV_DIR_BOTTOM
,
lv_area.h:84
line_dsc
.
p1
.
y
=
cursor
->
dir
&
LV_DIR_TOP
?
obj
->
coords
.
y1
:
cy
;
lv_chart.c:1211
draw_cursors()
(
dropdown
->
dir
==
LV_DIR_TOP
||
dropdown
->
dir
==
LV_DIR_BOTTOM
)
)
{
lv_dropdown.c:536
lv_dropdown_open()
dir
=
LV_DIR_TOP
;
lv_dropdown.c:554
lv_dropdown_open()
else
if
(
dropdown
->
dir
==
LV_DIR_TOP
)
{
lv_dropdown.c:563
lv_dropdown_open()
else
if
(
dir
==
LV_DIR_TOP
)
lv_obj_align_to
(
dropdown
->
list
,
dropdown_obj
,
LV_ALIGN_OUT_TOP_LEFT
,
0
,
0
)
;
lv_dropdown.c:582
lv_dropdown_open()
lv_obj_t
*
tile2
=
lv_tileview_add_tile
(
tv
,
0
,
1
,
LV_DIR_TOP
|
LV_DIR_RIGHT
)
;
lv_example_tileview_1.c:20
lv_example_tileview_1()
indev
->
pointer
.
gesture_dir
=
LV_DIR_TOP
;
lv_indev.c:1596
indev_gesture()
if
(
(
scroll_dir
&
LV_DIR_TOP
)
==
0
&&
diff_y
>
0
)
diff_y
=
0
;
lv_indev_scroll.c:103
lv_indev_scroll_handler()
if
(
(
scroll_dir
&
LV_DIR_TOP
)
==
0
)
up_en
=
false
;
lv_indev_scroll.c:329
lv_indev_find_scroll_obj()
if
(
(
scroll_dir
&
LV_DIR_TOP
)
==
0
&&
y_scroll
<
0
)
y_scroll
=
0
;
lv_obj_scroll.c:793
scroll_area_into_view()
case
LV_DIR_TOP
:
lv_tabview.c:161
lv_tabview_set_tab_bar_position()
case
LV_DIR_TOP
:
lv_tabview.c:184
lv_tabview_set_tab_bar_position()
lv_tabview_set_tab_bar_position
(
obj
,
LV_DIR_TOP
)
;
lv_tabview.c:283
lv_tabview_constructor()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LV_DIR_TOP
is read by 9 functions:
All items filtered out
LV_DIR_TOP
scroll_area_into_view()
indev_gesture()
lv_indev_scroll_handler()
lv_indev_find_scroll_obj()
draw_cursors()
lv_dropdown_open()
lv_tabview_set_tab_bar_position()
lv_tabview_constructor()
lv_example_tileview_1()
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