HomeSort by relevance Sort by last modified time
    Searched full:themeindex (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 184 final int themeIndex = Integer.valueOf(themeId);
185 if (themeIndex >= 0 && themeIndex < KEYBOARD_THEMES.length)
186 return themeIndex;
194 private void setContextThemeWrapper(Context context, int themeIndex) {
195 if (mThemeIndex != themeIndex) {
196 mThemeIndex = themeIndex;
197 mThemeContext = new ContextThemeWrapper(context, KEYBOARD_THEMES[themeIndex]);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java     [all...]

Completed in 122 milliseconds