Searched defs:getVariant (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DSynthesisRequest.java102 public String getVariant() { method in class:SynthesisRequest
H A DTextToSpeechService.java193 * @see Locale#getVariant()
256 if (locale.getVariant().isEmpty()) {
287 locale.getISO3Country(), locale.getVariant());
296 locale.getISO3Country(), locale.getVariant());
298 locale.getISO3Country(), locale.getVariant());
369 locale.getISO3Country(), locale.getVariant());
374 locale.getISO3Country(), locale.getVariant());
400 locale.getISO3Country(), locale.getVariant());
978 request.setLanguage(getLanguage(), getCountry(), getVariant());
1009 private String getVariant() { method in class:TextToSpeechService.SynthesisSpeechItemV1
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java200 public FontVariant getVariant() { method in class:FontFamily_Delegate
/frameworks/minikin/include/minikin/
H A DFontFamily.h77 int getVariant() const { return (bits >> kVariantShift) & kVariantMask; } function in class:android::FontStyle

Completed in 152 milliseconds