Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/datausage/
DDataUsageSummaryPreference.java108 public void setCarrierInfoTextStyle(@StyleRes int styleId) { in setCarrierInfoTextStyle() argument
109 if (mCarrierInfoTextStyle != styleId) { in setCarrierInfoTextStyle()
110 mCarrierInfoTextStyle = styleId; in setCarrierInfoTextStyle()
/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionAppearanceFragment.java132 final int styleId = mCaptioningManager.getRawUserStyle(); in refreshPreviewText() local
133 applyCaptionProperties(mCaptioningManager, preview, mPreviewViewport, styleId); in refreshPreviewText()
164 View previewWindow, int styleId) { in applyCaptionProperties() argument
165 previewText.setStyle(styleId); in applyCaptionProperties()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DCaptionPropertiesFragment.java189 final int styleId = mCaptioningManager.getRawUserStyle(); in refreshPreviewText() local
190 applyCaptionProperties(mCaptioningManager, preview, mPreviewViewport, styleId); in refreshPreviewText()
212 View previewWindow, int styleId) { in applyCaptionProperties() argument
213 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()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DTutorialController.java174 private void updateTitleView(TextView textView, @Nullable Integer stringId, int styleId) { in updateTitleView() argument
182 textView.setTextAppearance(styleId); in updateTitleView()