Methods
(static) Main(args) → {void}
Parameters:
Name | Type | Description |
---|---|---|
args | dynamic |
- Source
Returns:
- Type:
- void
(static) calculateFontScaleFactor() → {void}
Calculate global font scale factor for fallback font
- Source
Returns:
- Type:
- void
(static) createAndShowHomeGroup() → {void}
Create and show the home group
- Source
Returns:
- Type:
- void
(static) handleFontDownloadCompletion(fontDownloadTask) → {void}
Handle font download completion and optionally calculate scale factor
Parameters:
Name | Type | Description |
---|---|---|
fontDownloadTask | object |
- Source
Returns:
- Type:
- void
(static) initializeFallbackFont() → {void}
Initialize fallback font download process
- Source
Returns:
- Type:
- void
(static) loadHomeScreen() → {void}
Load the home screen - may wait for font processing if UI fallback fonts are enabled
- Source
Returns:
- Type:
- void