OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:searchKeyboardThemeById
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardTheme.java
96
static KeyboardTheme
searchKeyboardThemeById
(final int themeId) {
114
final KeyboardTheme theme =
searchKeyboardThemeById
(themeId);
133
return
searchKeyboardThemeById
(DEFAULT_THEME_ID);
137
final KeyboardTheme theme =
searchKeyboardThemeById
(themeId);
173
final KeyboardTheme theme =
searchKeyboardThemeById
(themeId);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetTestsBase.java
52
final KeyboardTheme keyboardTheme = KeyboardTheme.
searchKeyboardThemeById
(
Completed in 190 milliseconds