internal virtual android.os.Message obtainMessageIOSC(int what, int arg1, object
                                                       arg2, int seq, [email protected] callback)
 {
     throw new System.NotImplementedException();
 }
 public override void getCursorCapsMode(int reqModes, int seq, [email protected]
                                        callback)
 {
     throw new System.NotImplementedException();
 }
 public override void getExtractedText(android.view.inputmethod.ExtractedTextRequest
                                       request, int flags, int seq, [email protected] callback
                                       )
 {
     throw new System.NotImplementedException();
 }
 public override void getTextBeforeCursor(int length, int flags, int seq, [email protected]
                                          callback)
 {
     throw new System.NotImplementedException();
 }
 public override void getSelectedText(int flags, int seq, [email protected]
                                      callback)
 {
     throw new System.NotImplementedException();
 }
Beispiel #6
0
 public abstract void getTextBeforeCursor(int arg1, int arg2, int arg3, [email protected]
                                          arg4);
Beispiel #7
0
 public abstract void getSelectedText(int arg1, int arg2, [email protected]
                                      arg3);
Beispiel #8
0
 public abstract void getExtractedText(android.view.inputmethod.ExtractedTextRequest
                                       arg1, int arg2, int arg3, [email protected] arg4);
Beispiel #9
0
 public abstract void getCursorCapsMode(int arg1, int arg2, [email protected]
                                        arg3);
Beispiel #10
0
 public virtual void getTextAfterCursor(int length, int flags, int seq, [email protected]
                                        callback)
 {
     throw new System.NotImplementedException();
 }