i80_controller sample
LV_DIR_RIGHT
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_RIGHT
LV_DIR_RIGHT value
Syntax
Show:
Summary
Declaration
from
lv_area.h:80
LV_DIR_RIGHT
=
(
1
<
<
1
)
;
Examples
References
from
examples
Code
Location
Referrer
LV_DIR_RIGHT
=
(
1
<
<
1
)
,
lv_area.h:80
LV_DIR_HOR
=
LV_DIR_LEFT
|
LV_DIR_RIGHT
,
lv_area.h:83
line_dsc
.
p2
.
x
=
cursor
->
dir
&
LV_DIR_RIGHT
?
obj
->
coords
.
x2
:
cx
;
lv_chart.c:1196
draw_cursors()
else
if
(
dir
==
LV_DIR_RIGHT
)
lv_obj_align_to
(
dropdown
->
list
,
dropdown_obj
,
LV_ALIGN_OUT_RIGHT_TOP
,
0
,
0
)
;
lv_dropdown.c:584
lv_dropdown_open()
if
(
dropdown
->
dir
==
LV_DIR_LEFT
||
dropdown
->
dir
==
LV_DIR_RIGHT
)
{
lv_dropdown.c:588
lv_dropdown_open()
lv_dropdown_set_dir
(
dd
,
LV_DIR_RIGHT
)
;
lv_example_dropdown_2.c:27
lv_example_dropdown_2()
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_RIGHT
;
lv_indev.c:1588
indev_gesture()
if
(
(
scroll_dir
&
LV_DIR_RIGHT
)
==
0
&&
diff_x
<
0
)
diff_x
=
0
;
lv_indev_scroll.c:102
lv_indev_scroll_handler()
if
(
(
scroll_dir
&
LV_DIR_RIGHT
)
==
0
)
right_en
=
false
;
lv_indev_scroll.c:328
lv_indev_find_scroll_obj()
if
(
(
scroll_dir
&
LV_DIR_RIGHT
)
==
0
&&
x_scroll
>
0
)
x_scroll
=
0
;
lv_obj_scroll.c:792
scroll_area_into_view()
spinbox
->
digit_step_dir
=
LV_DIR_RIGHT
;
lv_spinbox.c:287
lv_spinbox_constructor()
if
(
spinbox
->
digit_step_dir
==
LV_DIR_RIGHT
)
{
lv_spinbox.c:314
lv_spinbox_event()
case
LV_DIR_RIGHT
:
lv_tabview.c:170
lv_tabview_set_tab_bar_position()
case
LV_DIR_RIGHT
:
lv_tabview.c:194
lv_tabview_set_tab_bar_position()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LV_DIR_RIGHT
is read by 11 functions:
All items filtered out
LV_DIR_RIGHT
scroll_area_into_view()
indev_gesture()
lv_indev_scroll_handler()
lv_indev_find_scroll_obj()
draw_cursors()
lv_dropdown_open()
lv_spinbox_constructor()
lv_spinbox_event()
lv_tabview_set_tab_bar_position()
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