Home
last modified time | relevance | path

Searched refs:searchKeyboardThemeById (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardTheme.java103 static KeyboardTheme searchKeyboardThemeById(final int themeId, in searchKeyboardThemeById() method in KeyboardTheme
122 final KeyboardTheme theme = searchKeyboardThemeById(themeId, in getDefaultKeyboardTheme()
142 return searchKeyboardThemeById(DEFAULT_THEME_ID, availableThemeArray); in getDefaultKeyboardTheme()
146 final KeyboardTheme theme = searchKeyboardThemeById(themeId, KEYBOARD_THEMES); in getKeyboardThemeName()
182 final KeyboardTheme theme = searchKeyboardThemeById(id, KEYBOARD_THEMES); in getAvailableThemeArray()
203 final KeyboardTheme theme = searchKeyboardThemeById(themeId, availableThemeArray); in getKeyboardTheme()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardThemeTests.java379 KeyboardTheme.searchKeyboardThemeById(THEME_ID_ICS, KeyboardTheme.KEYBOARD_THEMES),
380 KeyboardTheme.searchKeyboardThemeById(THEME_ID_KLP, KeyboardTheme.KEYBOARD_THEMES)
DKeyboardLayoutSetTestsBase.java85 final KeyboardTheme keyboardTheme = KeyboardTheme.searchKeyboardThemeById( in setUp()