i2c_oled sample
LV_STATE_FOCUS_KEY
is only used within i2c_oled 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
i2c_oled sample
LV_STATE_FOCUS_KEY
LV_STATE_FOCUS_KEY value
Syntax
Show:
Summary
Declaration
from
lv_obj.h:45
LV_STATE_FOCUS_KEY
=
0x0004
;
Examples
References
from
examples
Code
Location
Referrer
LV_STATE_FOCUS_KEY
=
0x0004
,
lv_obj.h:45
if
(
state_ori
&
LV_STATE_FOCUS_KEY
)
btn_state
|=
LV_STATE_FOCUS_KEY
;
lv_btnmatrix.c:714
draw_main()
if
(
indev_type
==
LV_INDEV_TYPE_KEYPAD
||
indev_type
==
LV_INDEV_TYPE_ENCODER
)
state
|=
LV_STATE_FOCUS_KEY
;
lv_obj.c:793
lv_obj_event()
lv_obj_clear_state
(
obj
,
LV_STATE_FOCUSED
|
LV_STATE_EDITED
|
LV_STATE_FOCUS_KEY
)
;
lv_obj.c:816
lv_obj_event()
if
(
obj
->
state
&
LV_STATE_FOCUS_KEY
)
cell_state
|=
LV_STATE_FOCUS_KEY
;
lv_table.c:694
draw_main()
lv_obj_add_style
(
obj
,
&
styles
->
focus
,
LV_STATE_FOCUS_KEY
)
;
lv_theme_mono.c:250
theme_apply()
lv_obj_add_style
(
obj
,
&
styles
->
underline
,
LV_PART_ITEMS
|
LV_STATE_FOCUS_KEY
)
;
lv_theme_mono.c:263
theme_apply()
lv_obj_add_style
(
obj
,
&
styles
->
large_border
,
LV_PART_ITEMS
|
LV_STATE_FOCUS_KEY
)
;
lv_theme_mono.c:264
theme_apply()
lv_obj_add_style
(
obj
,
&
styles
->
focus
,
LV_STATE_FOCUS_KEY
)
;
lv_theme_mono.c:275
theme_apply()
lv_obj_add_style
(
obj
,
&
styles
->
underline
,
LV_PART_ITEMS
|
LV_STATE_FOCUS_KEY
)
;
lv_theme_mono.c:276
theme_apply()
lv_obj_add_style
(
obj
,
&
styles
->
large_border
,
LV_PART_ITEMS
|
LV_STATE_FOCUS_KEY
)
;
lv_theme_mono.c:277
theme_apply()
lv_obj_add_style
(
obj
,
&
styles
->
focus
,
LV_STATE_FOCUS_KEY
)
;
lv_theme_mono.c:282
theme_apply()
lv_obj_add_style
(
obj
,
&
styles
->
underline
,
LV_PART_ITEMS
|
LV_STATE_FOCUS_KEY
)
;
lv_theme_mono.c:287
theme_apply()
lv_obj_add_style
(
obj
,
&
styles
->
large_border
,
LV_PART_ITEMS
|
LV_STATE_FOCUS_KEY
)
;
lv_theme_mono.c:288
theme_apply()
lv_obj_add_style
(
obj
,
&
styles
->
focus
,
LV_STATE_FOCUS_KEY
)
;
lv_theme_mono.c:297
theme_apply()
lv_obj_add_style
(
obj
,
&
styles
->
focus
,
LV_STATE_FOCUS_KEY
)
;
lv_theme_mono.c:308
theme_apply()
lv_obj_add_style
(
obj
,
&
styles
->
focus
,
LV_STATE_FOCUS_KEY
)
;
lv_theme_mono.c:319
theme_apply()
lv_obj_add_style
(
obj
,
&
styles
->
inv
,
LV_PART_ITEMS
|
LV_STATE_FOCUS_KEY
)
;
lv_theme_mono.c:320
theme_apply()
lv_obj_add_style
(
obj
,
&
styles
->
focus
,
LV_STATE_FOCUS_KEY
)
;
lv_theme_mono.c:332
theme_apply()
lv_obj_add_style
(
obj
,
&
styles
->
focus
,
LV_STATE_FOCUS_KEY
)
;
lv_theme_mono.c:347
theme_apply()
lv_obj_add_style
(
obj
,
&
styles
->
focus
,
LV_STATE_FOCUS_KEY
)
;
lv_theme_mono.c:359
theme_apply()
lv_obj_add_style
(
obj
,
&
styles
->
focus
,
LV_STATE_FOCUS_KEY
)
;
lv_theme_mono.c:368
theme_apply()
lv_obj_add_style
(
obj
,
&
styles
->
focus
,
LV_STATE_FOCUS_KEY
)
;
lv_theme_mono.c:377
theme_apply()
lv_obj_add_style
(
obj
,
&
styles
->
focus
,
LV_STATE_FOCUS_KEY
)
;
lv_theme_mono.c:386
theme_apply()
lv_obj_add_style
(
obj
,
&
styles
->
focus
,
LV_STATE_FOCUS_KEY
)
;
lv_theme_mono.c:398
theme_apply()
lv_obj_add_style
(
obj
,
&
styles
->
focus
,
LV_STATE_FOCUS_KEY
)
;
lv_theme_mono.c:425
theme_apply()
lv_obj_add_style
(
obj
,
&
styles
->
large_border
,
LV_PART_ITEMS
|
LV_STATE_FOCUS_KEY
)
;
lv_theme_mono.c:427
theme_apply()
lv_obj_add_style
(
obj
,
&
styles
->
focus
,
LV_STATE_FOCUS_KEY
)
;
lv_theme_mono.c:437
theme_apply()
lv_obj_add_style
(
obj
,
&
styles
->
focus
,
LV_STATE_FOCUS_KEY
)
;
lv_theme_mono.c:454
theme_apply()
lv_obj_add_style
(
obj
,
&
styles
->
focus
,
LV_STATE_FOCUS_KEY
)
;
lv_theme_mono.c:469
theme_apply()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LV_STATE_FOCUS_KEY
is read by 4 functions:
All items filtered out
LV_STATE_FOCUS_KEY
lv_obj_event()
theme_apply()
draw_main()
draw_main()
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