Searched refs:getFeatures (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DRenderer.java90 public List<String> getFeatures() { method in class:Renderer
/frameworks/base/core/java/android/speech/tts/
H A DVoice.java181 public Set<String> getFeatures() { method in class:Voice
H A DTextToSpeech.java231 * through {@link TextToSpeech#getFeatures(java.util.Locale)}.
579 * Feature key for network synthesis. See {@link TextToSpeech#getFeatures(Locale)}
581 * as per {@link TextToSpeech#getFeatures(Locale)}, the engine must
586 * @see TextToSpeech#getFeatures(java.util.Locale)
597 * Feature key for embedded synthesis. See {@link TextToSpeech#getFeatures(Locale)}
599 * as per {@link TextToSpeech#getFeatures(Locale)}, the engine must synthesize
604 * @see TextToSpeech#getFeatures(java.util.Locale)
633 * @see TextToSpeech#getFeatures(java.util.Locale)
634 * @see Voice#getFeatures()
640 * supported as per {@link TextToSpeech#getFeatures(Local
1294 public Set<String> getFeatures(final Locale locale) { method in class:TextToSpeech
[all...]
/frameworks/base/core/java/android/view/
H A DWindow.java1611 protected final int getFeatures() method in class:Window
1642 return (getFeatures() & (1 << feature)) != 0;
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java338 final int features = getFeatures();
2779 if ((getFeatures() & (1 << featureId)) == 0) {
2826 if ((getFeatures() & (1 << featureId)) == 0) {
2878 if ((getFeatures() & featureMask) == 0 && !fromResume) {
2915 if ((getFeatures() & featureMask) == 0 && !fromResume) {

Completed in 164 milliseconds