Methods

(static) OnScreenShown() → {void}

Returns:
Type: 
void

(static) destroy() → {void}

destroy: Full teardown releasing all resources before component removal Called automatically by SceneManager.popScene() / clearScenes()

Returns:
Type: 
void

(static) init() → {void}

Returns:
Type: 
void

(static) loadResults() → {void}

Returns:
Type: 
void

(static) onKeyEvent(key, press) → {boolean}

Parameters:
NameTypeDescription
keystring
pressboolean
Returns:
Type: 
boolean

(static) onKeyboardFocusChange() → {void}

onKeyboardFocusChange: Fires when focus changes within the keyboard subtree (including entry/exit). Clears stale backdrop when keyboard gains focus, and adjusts alphabet layout when the voice button popup appears (textEditBox focused moves the textbox up to avoid overlap).

Returns:
Type: 
void

(static) onSearchItemFocused() → {void}

onSearchItemFocused: Update backdrop when search result is focused

Returns:
Type: 
void

(static) searchMedias() → {void}

Returns:
Type: 
void