Uses of Class
android.view.inputmethod.CorrectionInfo

Packages that use CorrectionInfo
android.view.inputmethod   
android.widget   
 

Uses of CorrectionInfo in android.view.inputmethod
 

Fields in android.view.inputmethod with type parameters of type CorrectionInfo
static Parcelable.Creator<CorrectionInfo> CorrectionInfo.CREATOR
           
 

Methods in android.view.inputmethod with parameters of type CorrectionInfo
 boolean BaseInputConnection.commitCorrection(CorrectionInfo correctionInfo)
           
 boolean InputConnection.commitCorrection(CorrectionInfo correctionInfo)
           
 boolean InputConnectionWrapper.commitCorrection(CorrectionInfo correctionInfo)
           
 

Uses of CorrectionInfo in android.widget
 

Methods in android.widget with parameters of type CorrectionInfo
 void TextView.onCommitCorrection(CorrectionInfo info)
           
 



Copyright © 2008-2012. All Rights Reserved.