OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:keyboardTheme
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
ThemeSettingsFragment.java
25
import com.android.inputmethod.keyboard.
KeyboardTheme
;
49
final
KeyboardTheme
keyboardTheme
=
KeyboardTheme
.getKeyboardTheme(context);
53
if (
keyboardTheme
.mThemeId == keyboardThemeIds[index]) {
75
final
KeyboardTheme
keyboardTheme
=
KeyboardTheme
.getKeyboardTheme(context);
76
mSelectedThemeId =
keyboardTheme
.mThemeId;
97
KeyboardTheme
.saveKeyboardThemeId(mSelectedThemeId, getSharedPreferences())
[
all
...]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetTestsBase.java
85
final
KeyboardTheme
keyboardTheme
=
KeyboardTheme
.searchKeyboardThemeById(
86
getKeyboardThemeForTests(),
KeyboardTheme
.KEYBOARD_THEMES);
87
setContext(new ContextThemeWrapper(getContext(),
keyboardTheme
.mStyleId));
Completed in 309 milliseconds