HomeSort by relevance Sort by last modified time
    Searched full:textservice (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /frameworks/base/core/java/android/service/textservice/
package.html 7 android.service.textservice.SpellCheckerService} and extend the {@link
8 android.service.textservice.SpellCheckerService.Session} class to provide spelling suggestions based
10 android.service.textservice.SpellCheckerService.Session} callback methods, you must return the
11 spelling suggestions as {@link android.view.textservice.SuggestionsInfo} objects. </p>
16 android:name="android.service.textservice.SpellCheckerService" />} as the intent?s action and should
26 &lt;action android:name="android.service.textservice.SpellCheckerService" />
29 android:name="android.view.textservice.scs"
  /frameworks/base/core/java/com/android/internal/textservice/
ITextServicesManager.aidl 17 package com.android.internal.textservice;
19 import com.android.internal.textservice.ISpellCheckerSessionListener;
20 import com.android.internal.textservice.ITextServicesSessionListener;
24 import android.view.textservice.SpellCheckerInfo;
25 import android.view.textservice.SpellCheckerSubtype;
ISpellCheckerService.aidl 17 package com.android.internal.textservice;
19 import com.android.internal.textservice.ISpellCheckerSession;
20 import com.android.internal.textservice.ISpellCheckerSessionListener;
ISpellCheckerSessionListener.aidl 17 package com.android.internal.textservice;
19 import android.view.textservice.SentenceSuggestionsInfo;
20 import android.view.textservice.SuggestionsInfo;
ITextServicesSessionListener.aidl 17 package com.android.internal.textservice;
19 import com.android.internal.textservice.ISpellCheckerSession;
21 import android.view.textservice.SpellCheckerInfo;
ISpellCheckerSession.aidl 17 package com.android.internal.textservice;
19 import android.view.textservice.TextInfo;
  /development/samples/SpellChecker/HelloSpellChecker/
_index.html 2 href="../../../../reference/android/view/textservice/TextServicesManager.html">TextServicesManager</a></code>
3 and <code><a href="../../../../reference/android/view/textservice/SpellCheckerSession.html">SpellCheckerSession</a></code>
  /development/samples/SpellChecker/SampleSpellCheckerService/
_index.html 2 href="../../../../reference/android/service/textservice/SpellCheckerService.html">SpellCheckerService</a></code>
AndroidManifest.xml 30 <action android:name="android.service.textservice.SpellCheckerService" />
34 android:name="android.view.textservice.scs"
  /prebuilts/sdk/14/
framework.aidl 29 interface com.android.internal.textservice.ISpellCheckerService;
30 interface com.android.internal.textservice.ISpellCheckerSession;
31 interface com.android.internal.textservice.ISpellCheckerSessionListener;
32 interface com.android.internal.textservice.ITextServicesManager;
33 interface com.android.internal.textservice.ITextServicesSessionListener;
  /prebuilts/sdk/15/
framework.aidl 29 interface com.android.internal.textservice.ISpellCheckerService;
30 interface com.android.internal.textservice.ISpellCheckerSession;
31 interface com.android.internal.textservice.ISpellCheckerSessionListener;
32 interface com.android.internal.textservice.ITextServicesManager;
33 interface com.android.internal.textservice.ITextServicesSessionListener;
  /prebuilts/sdk/16/
framework.aidl 29 interface com.android.internal.textservice.ISpellCheckerService;
30 interface com.android.internal.textservice.ISpellCheckerSession;
31 interface com.android.internal.textservice.ISpellCheckerSessionListener;
32 interface com.android.internal.textservice.ITextServicesManager;
33 interface com.android.internal.textservice.ITextServicesSessionListener;
  /prebuilts/sdk/17/
framework.aidl 29 interface com.android.internal.textservice.ISpellCheckerService;
30 interface com.android.internal.textservice.ISpellCheckerSession;
31 interface com.android.internal.textservice.ISpellCheckerSessionListener;
32 interface com.android.internal.textservice.ITextServicesManager;
33 interface com.android.internal.textservice.ITextServicesSessionListener;
  /prebuilts/sdk/18/
framework.aidl 31 interface com.android.internal.textservice.ISpellCheckerService;
32 interface com.android.internal.textservice.ISpellCheckerSession;
33 interface com.android.internal.textservice.ISpellCheckerSessionListener;
34 interface com.android.internal.textservice.ITextServicesManager;
35 interface com.android.internal.textservice.ITextServicesSessionListener;
  /prebuilts/sdk/19/
framework.aidl 33 interface com.android.internal.textservice.ISpellCheckerService;
34 interface com.android.internal.textservice.ISpellCheckerSession;
35 interface com.android.internal.textservice.ISpellCheckerSessionListener;
36 interface com.android.internal.textservice.ITextServicesManager;
37 interface com.android.internal.textservice.ITextServicesSessionListener;
  /prebuilts/sdk/20/
framework.aidl 33 interface com.android.internal.textservice.ISpellCheckerService;
34 interface com.android.internal.textservice.ISpellCheckerSession;
35 interface com.android.internal.textservice.ISpellCheckerSessionListener;
36 interface com.android.internal.textservice.ITextServicesManager;
37 interface com.android.internal.textservice.ITextServicesSessionListener;
  /frameworks/base/docs/html/guide/topics/text/
spell-checker-framework.jd 71 A subclass of {@link android.service.textservice.SpellCheckerService}
74 The {@link android.service.textservice.SpellCheckerService} implements both the
78 <dt>{@link android.service.textservice.SpellCheckerService#createSession()}</dt>
81 {@link android.service.textservice.SpellCheckerService.Session} object to a
92 An implementation of {@link android.service.textservice.SpellCheckerService.Session}
100 {@link android.service.textservice.SpellCheckerService.Session#onCreate()}
104 {@link android.service.textservice.SpellCheckerService#createSession()}. In this
106 {@link android.service.textservice.SpellCheckerService.Session} object based on
110 {@link android.service.textservice.SpellCheckerService.Session#onGetSentenceSuggestionsMultiple(TextInfo[], int)
115 {@link android.view.textservice.SentenceSuggestionsInfo} containin
    [all...]
  /frameworks/base/core/java/android/view/textservice/
TextInfo.java 17 package android.view.textservice;
27 * This class contains a metadata of the input of TextService
39 * @param text the text which will be input to TextService
47 * @param text the text which will be input to TextService
61 * @param charSequence the text which will be input to TextService. Attached spans that
75 // SpellCheckSpan is for internal use. We do not want to marshal this for TextService.
SentenceSuggestionsInfo.aidl 17 package android.view.textservice;
SpellCheckerInfo.aidl 17 package android.view.textservice;
SpellCheckerSubtype.aidl 17 package android.view.textservice;
SuggestionsInfo.aidl 17 package android.view.textservice;
TextInfo.aidl 17 package android.view.textservice;
  /frameworks/base/docs/html/sdk/api_diff/24/changes/
android.view.textservice.SpellCheckerSubtype.html 10 android.view.textservice.SpellCheckerSubtype
74 Class android.view.textservice.<A HREF="../../../../reference/android/view/textservice/SpellCheckerSubtype.html" target="_top"><font size="+2"><code>SpellCheckerSubtype</code></font></A>
85 <A NAME="android.view.textservice.SpellCheckerSubtype.ctor_changed(int, java.lang.String, java.lang.String)"></A>
86 <nobr><A HREF="../../../../reference/android/view/textservice/SpellCheckerSubtype.html#SpellCheckerSubtype(int, java.lang.String, java.lang.String)" target="_top"><code>SpellCheckerSubtype</code></A>(<code>int,</nobr> String<nobr>,</nobr> String<nobr><nobr></code>) </nobr>
104 <A NAME="android.view.textservice.SpellCheckerSubtype.getLanguageTag_added()"></A>
105 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/view/textservice/SpellCheckerSubtype.html#getLanguageTag()" target="_top"><code>getLanguageTag</code></A>()</nobr>
119 <A NAME="android.view.textservice.SpellCheckerSubtype.getLocale_changed()"></A>
120 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/view/textservice/SpellCheckerSubtype.html#getLocale()" target="_top"><code>getLocale</code></A>() </nobr>
  /frameworks/base/tools/layoutlib/bridge/src/com/android/internal/textservice/
ITextServicesManager_Stub_Delegate.java 17 package com.android.internal.textservice;
24 import android.view.textservice.SpellCheckerInfo;
25 import android.view.textservice.SpellCheckerSubtype;

Completed in 388 milliseconds

1 2 3 4 5