Lines Matching refs:loading
19 …rkTS Pages](ndk-access-the-arkts-page.md) section, by introducing a lazy loading mechanism for a t…
24 2. Implement lazy loading adapter functionality.
27 // Code for lazy loading functionality in a text list.
47 // Initialize lazy loading data.
51 // Set lazy loading data.
53 // Register the event receiver for lazy loading.
201 … with ArkTS Pages](ndk-access-the-arkts-page.md) section with additional lazy loading capabilities.
242 // Import the lazy loading module.
275 4. Write code for lazy loading of a list.
278 // Sample code for lazy loading a list.
297 // 2: Create ListItem child components for lazy loading and mount them to the List component.
301 // 3: Simulate lazy loading operations.
423 6. Mount the lazy loading example code onto the **ContentSlot** as described in the [Integrating wi…