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