i80_controller sample
LV_DIR_BOTTOM
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_BOTTOM
LV_DIR_BOTTOM value
Syntax
Show:
Summary
Declaration
from
lv_area.h:82
LV_DIR_BOTTOM
=
(
1
<
<
3
)
;
Examples
References
from
examples
Code
Location
Referrer
LV_DIR_BOTTOM
=
(
1
<
<
3
)
,
lv_area.h:82
LV_DIR_VER
=
LV_DIR_TOP
|
LV_DIR_BOTTOM
,
lv_area.h:84
line_dsc
.
p2
.
y
=
cursor
->
dir
&
LV_DIR_BOTTOM
?
obj
->
coords
.
y2
:
cy
;
lv_chart.c:1213
draw_cursors()
(
dropdown
->
dir
==
LV_DIR_TOP
||
dropdown
->
dir
==
LV_DIR_BOTTOM
)
)
{
lv_dropdown.c:536
lv_dropdown_open()
if
(
dropdown
->
dir
==
LV_DIR_BOTTOM
)
{
lv_dropdown.c:550
lv_dropdown_open()
dir
=
LV_DIR_BOTTOM
;
lv_dropdown.c:567
lv_dropdown_open()
if
(
dir
==
LV_DIR_BOTTOM
)
lv_obj_align_to
(
dropdown
->
list
,
dropdown_obj
,
LV_ALIGN_OUT_BOTTOM_LEFT
,
0
,
0
)
;
lv_dropdown.c:581
lv_dropdown_open()
dropdown
->
dir
=
LV_DIR_BOTTOM
;
lv_dropdown.c:664
lv_dropdown_constructor()
cursor
=
lv_chart_add_cursor
(
chart
,
lv_palette_main
(
LV_PALETTE_BLUE
)
,
LV_DIR_LEFT
|
LV_DIR_BOTTOM
)
;
lv_example_chart_6.c:34
lv_example_chart_6()
lv_dropdown_set_dir
(
dd
,
LV_DIR_BOTTOM
)
;
lv_example_dropdown_2.c:21
lv_example_dropdown_2()
lv_obj_t
*
tile1
=
lv_tileview_add_tile
(
tv
,
0
,
0
,
LV_DIR_BOTTOM
)
;
lv_example_tileview_1.c:14
lv_example_tileview_1()
indev
->
pointer
.
gesture_dir
=
LV_DIR_BOTTOM
;
lv_indev.c:1594
indev_gesture()
if
(
(
scroll_dir
&
LV_DIR_BOTTOM
)
==
0
&&
diff_y
<
0
)
diff_y
=
0
;
lv_indev_scroll.c:104
lv_indev_scroll_handler()
if
(
(
scroll_dir
&
LV_DIR_BOTTOM
)
==
0
)
down_en
=
false
;
lv_indev_scroll.c:330
lv_indev_find_scroll_obj()
if
(
(
scroll_dir
&
LV_DIR_BOTTOM
)
==
0
&&
y_scroll
>
0
)
y_scroll
=
0
;
lv_obj_scroll.c:794
scroll_area_into_view()
case
LV_DIR_BOTTOM
:
lv_tabview.c:164
lv_tabview_set_tab_bar_position()
case
LV_DIR_BOTTOM
:
lv_tabview.c:185
lv_tabview_set_tab_bar_position()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LV_DIR_BOTTOM
is read by 11 functions:
All items filtered out
LV_DIR_BOTTOM
scroll_area_into_view()
indev_gesture()
lv_indev_scroll_handler()
lv_indev_find_scroll_obj()
draw_cursors()
lv_dropdown_open()
lv_dropdown_constructor()
lv_tabview_set_tab_bar_position()
lv_example_chart_6()
lv_example_dropdown_2()
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