Home
last modified time | relevance | path

Searched defs:styleId (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/datausage/
DDataUsageSummaryPreference.java108 public void setCarrierInfoTextStyle(@StyleRes int styleId) { in setCarrierInfoTextStyle()
/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java148 final int styleId = mCaptioningManager.getRawUserStyle(); in refreshPreviewText() local
171 View previewWindow, int styleId) { in applyCaptionProperties()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DCaptionPropertiesFragment.java189 final int styleId = mCaptioningManager.getRawUserStyle(); in refreshPreviewText() local
212 View previewWindow, int 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()