FileDocCategorySizeDatePackage
BaseInputConnection.javaAPI DocAndroid 5.1 API3072Sat Mar 14 14:09:44 GMT 2015android.view.inputmethod

BaseInputConnection

public class BaseInputConnection extends Object implements android.view.inputmethod.InputConnection

Fields Summary
Constructors Summary
public BaseInputConnection(android.view.View targetView, boolean fullEditor)

 throw new RuntimeException("Stub!"); 
Methods Summary
public booleanbeginBatchEdit()

 throw new RuntimeException("Stub!"); 
public booleanclearMetaKeyStates(int states)

 throw new RuntimeException("Stub!"); 
public booleancommitCompletion(android.view.inputmethod.CompletionInfo text)

 throw new RuntimeException("Stub!"); 
public booleancommitCorrection(android.view.inputmethod.CorrectionInfo correctionInfo)

 throw new RuntimeException("Stub!"); 
public booleancommitText(java.lang.CharSequence text, int newCursorPosition)

 throw new RuntimeException("Stub!"); 
public booleandeleteSurroundingText(int beforeLength, int afterLength)

 throw new RuntimeException("Stub!"); 
public booleanendBatchEdit()

 throw new RuntimeException("Stub!"); 
public booleanfinishComposingText()

 throw new RuntimeException("Stub!"); 
public static intgetComposingSpanEnd(android.text.Spannable text)

 throw new RuntimeException("Stub!"); 
public static intgetComposingSpanStart(android.text.Spannable text)

 throw new RuntimeException("Stub!"); 
public intgetCursorCapsMode(int reqModes)

 throw new RuntimeException("Stub!"); 
public android.text.EditablegetEditable()

 throw new RuntimeException("Stub!"); 
public android.view.inputmethod.ExtractedTextgetExtractedText(android.view.inputmethod.ExtractedTextRequest request, int flags)

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetSelectedText(int flags)

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetTextAfterCursor(int length, int flags)

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetTextBeforeCursor(int length, int flags)

 throw new RuntimeException("Stub!"); 
public booleanperformContextMenuAction(int id)

 throw new RuntimeException("Stub!"); 
public booleanperformEditorAction(int actionCode)

 throw new RuntimeException("Stub!"); 
public booleanperformPrivateCommand(java.lang.String action, android.os.Bundle data)

 throw new RuntimeException("Stub!"); 
public static final voidremoveComposingSpans(android.text.Spannable text)

 throw new RuntimeException("Stub!"); 
public booleanreportFullscreenMode(boolean enabled)

 throw new RuntimeException("Stub!"); 
public booleanrequestCursorUpdates(int cursorUpdateMode)

 throw new RuntimeException("Stub!"); 
public booleansendKeyEvent(android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public booleansetComposingRegion(int start, int end)

 throw new RuntimeException("Stub!"); 
public static voidsetComposingSpans(android.text.Spannable text)

 throw new RuntimeException("Stub!"); 
public booleansetComposingText(java.lang.CharSequence text, int newCursorPosition)

 throw new RuntimeException("Stub!"); 
public booleansetSelection(int start, int end)

 throw new RuntimeException("Stub!");