Home
last modified time | relevance | path

Searched refs:styleId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java186 final int styleId = mCaptioningManager.getRawUserStyle(); in refreshPreviewText() local
187 applyCaptionProperties(mCaptioningManager, preview, mPreviewViewport, styleId); in refreshPreviewText()
209 View previewWindow, int styleId) { in applyCaptionProperties() argument
210 previewText.setStyle(styleId); in applyCaptionProperties()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardTheme.java76 private KeyboardTheme(final int themeId, final String themeName, final int styleId, in KeyboardTheme() argument
80 mStyleId = styleId; in KeyboardTheme()