i80_controller sample
LV_DIR_LEFT
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_LEFT
LV_DIR_LEFT value
Syntax
Show:
Summary
Declaration
from
lv_area.h:79
LV_DIR_LEFT
=
(
1
<
<
0
)
;
Examples
References
from
examples
Code
Location
Referrer
LV_DIR_LEFT
=
(
1
<
<
0
)
,
lv_area.h:79
LV_DIR_HOR
=
LV_DIR_LEFT
|
LV_DIR_RIGHT
,
lv_area.h:83
line_dsc
.
p1
.
x
=
cursor
->
dir
&
LV_DIR_LEFT
?
obj
->
coords
.
x1
:
cx
;
lv_chart.c:1194
draw_cursors()
else
if
(
dir
==
LV_DIR_LEFT
)
lv_obj_align_to
(
dropdown
->
list
,
dropdown_obj
,
LV_ALIGN_OUT_LEFT_TOP
,
0
,
0
)
;
lv_dropdown.c:583
lv_dropdown_open()
if
(
dropdown
->
dir
==
LV_DIR_LEFT
||
dropdown
->
dir
==
LV_DIR_RIGHT
)
{
lv_dropdown.c:588
lv_dropdown_open()
if
(
dropdown
->
dir
==
LV_DIR_LEFT
)
symbol_to_left
=
true
;
lv_dropdown.c:880
draw_main()
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_LEFT
)
;
lv_example_dropdown_2.c:33
lv_example_dropdown_2()
lv_tabview_set_tab_bar_position
(
tabview
,
LV_DIR_LEFT
)
;
lv_example_tabview_2.c:10
lv_example_tabview_2()
lv_obj_t
*
tile3
=
lv_tileview_add_tile
(
tv
,
1
,
1
,
LV_DIR_LEFT
)
;
lv_example_tileview_1.c:31
lv_example_tileview_1()
indev
->
pointer
.
gesture_dir
=
LV_DIR_LEFT
;
lv_indev.c:1590
indev_gesture()
if
(
(
scroll_dir
&
LV_DIR_LEFT
)
==
0
&&
diff_x
>
0
)
diff_x
=
0
;
lv_indev_scroll.c:101
lv_indev_scroll_handler()
if
(
(
scroll_dir
&
LV_DIR_LEFT
)
==
0
)
left_en
=
false
;
lv_indev_scroll.c:327
lv_indev_find_scroll_obj()
if
(
(
scroll_dir
&
LV_DIR_LEFT
)
==
0
&&
x_scroll
<
0
)
x_scroll
=
0
;
lv_obj_scroll.c:791
scroll_area_into_view()
case
LV_DIR_LEFT
:
lv_tabview.c:167
lv_tabview_set_tab_bar_position()
case
LV_DIR_LEFT
:
lv_tabview.c:193
lv_tabview_set_tab_bar_position()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LV_DIR_LEFT
is read by 12 functions:
All items filtered out
LV_DIR_LEFT
scroll_area_into_view()
indev_gesture()
lv_indev_scroll_handler()
lv_indev_find_scroll_obj()
draw_cursors()
lv_dropdown_open()
draw_main()
lv_tabview_set_tab_bar_position()
lv_example_chart_6()
lv_example_dropdown_2()
lv_example_tabview_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