Home
last modified time | relevance | path

Searched full:back (Results 1 – 25 of 45) sorted by relevance

12

/lvgl-3.5.0/src/misc/
Dlv_anim.c296 /*First bounce back*/ in lv_anim_path_bounce()
303 /*Fall back*/ in lv_anim_path_bounce()
309 /*Second bounce back*/ in lv_anim_path_bounce()
316 /*Fall back*/ in lv_anim_path_bounce()
415 * e.g. repeat, play back, delete etc.
426 * - no repeat left and no play back (simple one shot animation) in anim_ready_handler()
427 * - no repeat, play back is enabled and play back is ready*/ in anim_ready_handler()
444 /*Swap the start and end values in play back mode*/ in anim_ready_handler()
446 /*If now turning back use the 'playback_pause*/ in anim_ready_handler()
449 /*Toggle the play back state*/ in anim_ready_handler()
Dlv_anim.h89 uint32_t playback_delay; /**< Wait before play back*/
96 uint8_t playback_now : 1; /**< Play back is in progress*/
243 * Make the animation to play back to when the forward direction is ready
253 * Make the animation to play back to when the forward direction is ready
Dlv_printf.c487 // do we want to fall-back to "%f" mode? in _etoa()
511 // we didn't fall-back so subtract the characters required for the exponent in _etoa()
515 // not enough characters, so go back to default sizing in _etoa()
Dlv_bidi.h110 …* @param align LV_TEXT_ALIGN_..., write back the calculated align here (LV_TEXT_ALIGN_LEFT/RIG…
125 …* @param align For LV_TEXT_ALIGN_AUTO give LV_TEXT_ALIGN_LEFT else leave unchanged, write back
Dlv_tlsf.c36 ** specific implementations will be used when available, falling back
180 /* Fall back to generic implementation. */
1114 ** trim a leading free block and release it back to the pool. We must in lv_tlsf_memalign()
/lvgl-3.5.0/docs/widgets/extra/
Dmenu.md10 - Back btn: [lv_btn](/widgets/core/btn)
11 - Back btn icon: [lv_img](/widgets/core/img)
15 - Back btn: [lv_btn](/widgets/core/btn)
16 - Back btn icon: [lv_img](/widgets/core/img)
32 ### Root back button mode
33 The following root back button modes exist:
37 You can set root back button modes with `lv_menu_set_mode_root_back_btn(menu, LV_MENU_ROOT_BACK_BTN…
65 - `LV_EVENT_CLICKED` Sent when a back btn in a header from either main or sidebar is clicked. `LV_O…
66 - `lv_menu_back_btn_is_root(menu, btn)` to check if btn is root back btn
Dspan.md26 Use the function `lv_spangroup_get_child_cnt(spangroup)` to get back the number of spans the group …
/lvgl-3.5.0/src/extra/widgets/menu/
Dlv_menu.h57 …main_header_back_btn; /* a pointer to obj that on click triggers back btn event handler, can be sa…
63 …sidebar_header_back_btn; /* a pointer to obj that on click triggers back btn event handler, can be…
152 * Set whether back button should appear at root
191 * Get a pointer to main header back btn obj
193 * @return pointer to main header back btn obj
207 * @return pointer to sidebar header back btn obj
212 * Check if an obj is a root back btn
214 * @return true if it is a root back btn
Dlv_menu.c236 /* Back btn management */ in lv_menu_set_page()
241 /* Root back btn is always shown if enabled*/ in lv_menu_set_page()
514 /* Create the default simple back btn and title */ in lv_menu_constructor()
/lvgl-3.5.0/src/core/
Dlv_group.h182 * @param focus_cb the call back function or NULL if unused
189 * @param edge_cb the call back function or NULL if unused
226 * @return the call back function or NULL if not set
233 * @return the call back function or NULL if not set
Dlv_obj_pos.h354 * @param p a point to transform, the result will be written back here too
363 * @param area an area to transform, the result will be written back here too
386 * @param area the are to check. The visible part of the area will be written back here.
Dlv_refr.c826 /*Transform back (inverse) the transformed area. in layer_get_area()
859 … /*Test for alpha by assuming there is no alpha. If it fails, fall back to rendering with alpha*/ in layer_alpha_test()
/lvgl-3.5.0/docs/overview/
Dstyle.md60 …e. If the object can't find a property for its current state it will fall back to the default stat…
268 This example configuration results in going to the pressed state quickly and then going back to def…
Danimation.md92 - `lv_anim_path_bounce` bounce back a little from the end value (like hitting a wall)
/lvgl-3.5.0/src/extra/themes/default/
Dlv_theme_default.c230 …lv_style_set_transition(&styles->transition_delayed, &trans_delayed); /*Go back to default state w… in style_init()
232 …lv_style_set_transition(&styles->transition_normal, &trans_normal); /*Go back to default state wit… in style_init()
/lvgl-3.5.0/docs/
DCHANGELOG.md113 - fix(darw): add back the disappeared antialising=0 support [`2c17b28`](https://github.com/lvgl/lvg…
165 - fix(led): add bg_color draw descriptors back to led draw event to support LV_DRAW_COMPLEX 0 [`351…
727 - ci add back stack usage check at 4 kilobytes [`89135d6`](https://github.com/littlevgl/lvgl/commit…
1050 - fix(docs) add fsdrv back [`64527a5`](https://github.com/lvgl/lvgl/commit/64527a5a1ba9d37883c1303a…
1624 - label: Repair calculate back `dot` character logical error which cause infinite loop.
/lvgl-3.5.0/env_support/rt-thread/squareline/ui/lvgl/
Dlvgl.h13 #include "../../../../../lvgl.h" /* back to the root folder's lvgl.h */
/lvgl-3.5.0/examples/widgets/label/
Dlv_example_label_5.c16 … 3000); /*Repeat the scroll 3 seconds after the label scrolls back to the initial position*/ in lv_example_label_5()
/lvgl-3.5.0/.github/workflows/
Dclose_old_issues.yml23 …this issue. But don't worry, the conversation is still here and you can get back to it at any time.
/lvgl-3.5.0/examples/widgets/menu/
Dlv_example_menu_2.py4 mbox1 = lv.msgbox(lv.scr_act(), "Hello", "Root back btn click.", None, True)
Dlv_example_menu_2.c10 lv_obj_t * mbox1 = lv_msgbox_create(NULL, "Hello", "Root back btn click.", NULL, true); in back_event_handler()
Dlv_example_menu_3.c14 lv_label_set_text(back_btn_label, "Back"); in lv_example_menu_3()
/lvgl-3.5.0/examples/widgets/btn/
Dlv_example_btn_3.py8 # Transition descriptor when going back to the default state.
Dlv_example_btn_3.c14 /*Transition descriptor when going back to the default state. in lv_example_btn_3()
/lvgl-3.5.0/docs/others/
Dfragment.md58 /* Remove the top most fragment from the stack, and bring back previous one. */

12