Exemplo n.º 1
0
 public virtual void changeInputMethodSubtype(android.view.inputmethod.InputMethodSubtype
                                              subtype)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 2
0
 public abstract void changeInputMethodSubtype(android.view.inputmethod.InputMethodSubtype
                                               arg1);
Exemplo n.º 3
0
 public abstract void setInputMethodAndSubtype(android.os.IBinder arg1, string arg2
                                               , android.view.inputmethod.InputMethodSubtype arg3);
Exemplo n.º 4
0
 public abstract bool setCurrentInputMethodSubtype(android.view.inputmethod.InputMethodSubtype
                                                   arg1);
Exemplo n.º 5
0
 public virtual bool setCurrentInputMethodSubtype(android.view.inputmethod.InputMethodSubtype
                                                  subtype)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 6
0
 public virtual void setInputMethodAndSubtype(android.os.IBinder token, string id,
                                              android.view.inputmethod.InputMethodSubtype subtype)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 7
0
 protected internal virtual void onCurrentInputMethodSubtypeChanged(android.view.inputmethod.InputMethodSubtype
                                                                    newSubtype)
 {
     throw new System.NotImplementedException();
 }