i80_controller sample
LV_DIR_NONE
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (2/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_NONE
LV_DIR_NONE value
Syntax
Show:
Summary
Declaration
from
lv_area.h:78
LV_DIR_NONE
=
0x00
;
Examples
References
from
examples
Code
Location
Referrer
LV_DIR_NONE
=
0x00
,
lv_area.h:78
indev
->
pointer
.
scroll_dir
=
LV_DIR_NONE
;
lv_indev.c:1218
indev_proc_press()
indev
->
pointer
.
gesture_dir
=
LV_DIR_NONE
;
lv_indev.c:1220
indev_proc_press()
indev
->
pointer
.
scroll_dir
=
LV_DIR_NONE
;
lv_indev.c:1473
indev_proc_reset_query_handler()
if
(
indev
->
pointer
.
scroll_dir
==
LV_DIR_NONE
||
indev
->
pointer
.
scroll_obj
==
NULL
)
{
lv_indev.c:1711
indev_scroll_throw_anim_cb()
if
(
indev
->
pointer
.
scroll_dir
==
LV_DIR_NONE
)
return
;
lv_indev_scroll.c:119
lv_indev_scroll_throw_handler()
indev
->
pointer
.
scroll_dir
=
LV_DIR_NONE
;
lv_indev_scroll.c:222
lv_indev_scroll_throw_handler()
lv_dir_t
dir_candidate
=
LV_DIR_NONE
;
lv_indev_scroll.c:261
lv_indev_find_scroll_obj()
case
LV_DIR_NONE
:
lv_tabview.c:176
lv_tabview_set_tab_bar_position()
case
LV_DIR_NONE
:
lv_tabview.c:205
lv_tabview_set_tab_bar_position()
tabview
->
tab_pos
=
LV_DIR_NONE
;
/*Invalid value to apply the default TOP direction correctly*/
lv_tabview.c:271
lv_tabview_constructor()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LV_DIR_NONE
is read by 7 functions:
All items filtered out
LV_DIR_NONE
indev_proc_press()
indev_proc_reset_query_handler()
indev_scroll_throw_anim_cb()
lv_indev_scroll_throw_handler()
lv_indev_find_scroll_obj()
lv_tabview_set_tab_bar_position()
lv_tabview_constructor()
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