Uses of Class
android.view.textservice.TextInfo

Packages that use TextInfo
android.service.textservice   
android.view.textservice   
 

Uses of TextInfo in android.service.textservice
 

Methods in android.service.textservice with parameters of type TextInfo
abstract  SuggestionsInfo SpellCheckerService.Session.onGetSuggestions(TextInfo textInfo, int suggestionsLimit)
           
 SuggestionsInfo[] SpellCheckerService.Session.onGetSuggestionsMultiple(TextInfo[] textInfos, int suggestionsLimit, boolean sequentialWords)
           
 

Uses of TextInfo in android.view.textservice
 

Fields in android.view.textservice with type parameters of type TextInfo
static Parcelable.Creator<TextInfo> TextInfo.CREATOR
           
 

Methods in android.view.textservice with parameters of type TextInfo
 void SpellCheckerSession.getSuggestions(TextInfo[] textInfos, int suggestionsLimit, boolean sequentialWords)
           
 void SpellCheckerSession.getSuggestions(TextInfo textInfo, int suggestionsLimit)
           
 



Copyright © 2008-2012. All Rights Reserved.