FileDocCategorySizeDatePackage
InputConnectionWrapper.javaAPI DocAndroid 5.1 API2669Sat Mar 14 14:09:40 GMT 2015android.view.inputmethod

InputConnectionWrapper

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

Fields Summary
Constructors Summary
public InputConnectionWrapper(android.view.inputmethod.InputConnection target, boolean mutable)

 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 intgetCursorCapsMode(int reqModes)

 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 n, int flags)

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

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

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

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

 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 booleansetComposingText(java.lang.CharSequence text, int newCursorPosition)

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

 throw new RuntimeException("Stub!"); 
public voidsetTarget(android.view.inputmethod.InputConnection target)

 throw new RuntimeException("Stub!");