示例#1
0
 public abstract java.util.List <android.view.inputmethod.InputMethodSubtype> getEnabledInputMethodSubtypeList
     (android.view.inputmethod.InputMethodInfo arg1, bool arg2);
示例#2
0
 public static java.util.List <android.view.inputmethod.InputMethodSubtype> sort(android.content.Context
                                                                                 context, int flags, android.view.inputmethod.InputMethodInfo imi, java.util.List
                                                                                 <android.view.inputmethod.InputMethodSubtype> subtypeList)
 {
     throw new System.NotImplementedException();
 }
示例#3
0
 public virtual java.util.List <android.view.inputmethod.InputMethodSubtype> getEnabledInputMethodSubtypeList
     (android.view.inputmethod.InputMethodInfo imi, bool allowsImplicitlySelectedSubtypes
     )
 {
     throw new System.NotImplementedException();
 }