Lines Matching refs:fragment
10 It represents a reusable portion of your app's UI. A fragment defines
13 or another fragment, Fragment in LVGL needs to be hosted by a Widget,
14 or another fragment. The fragment's view hierarchy becomes part of, or
22 fragment manager to build a navigation stack, or a multi-pane application
42 /* States, object references and data fields for this fragment */
51 /* IMPORTANT: size of your fragment struct */
60 /* Create fragment instance, and Widgets will be added to container */
62 …/* Replace current fragment with instance of sample_cls, and init_argument is user defined pointer…
70 /* Add one instance into manager stack. View object of current fragment will be destroyed,
75 /* Remove the top most fragment from the stack, and bring back previous one. */
85 .. include:: ../../examples/others/fragment/index.rst