Searched refs:styleId (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Car/Settings/src/com/android/car/settings/datausage/ |
D | DataUsageSummaryPreference.java | 108 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/ |
D | CaptionAppearanceFragment.java | 132 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/ |
D | CaptionPropertiesFragment.java | 189 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/ |
D | KeyboardTheme.java | 76 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/ |
D | TutorialController.java | 174 private void updateTitleView(TextView textView, @Nullable Integer stringId, int styleId) { in updateTitleView() argument 182 textView.setTextAppearance(styleId); in updateTitleView()
|