Home | History | Annotate | Download | only in accessibility

Lines Matching defs:mInputType

572     private int mInputType = InputType.TYPE_NULL;
2304 return mInputType;
2322 mInputType = inputType;
2623 parcel.writeInt(mInputType);
2720 mInputType = other.mInputType;
2797 mInputType = parcel.readInt();
2863 mInputType = InputType.TYPE_NULL;