HomeSort by relevance Sort by last modified time
    Searched defs:InputMethodSubtype (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java 45 public final class InputMethodSubtype implements Parcelable {
46 private static final String TAG = InputMethodSubtype.class.getSimpleName();
84 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue,
113 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue,
126 InputMethodSubtype(Parcel source) {
289 if (o instanceof InputMethodSubtype) {
290 InputMethodSubtype subtype = (InputMethodSubtype) o;
318 public static final Parcelable.Creator<InputMethodSubtype> CREATOR
319 = new Parcelable.Creator<InputMethodSubtype>() {
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 41 milliseconds