Home | History | Annotate | Download | only in app

Lines Matching defs:mSearchInputType

78     private final int mSearchInputType;
321 mSearchInputType = a.getInt(com.android.internal.R.styleable.Searchable_inputType,
745 return mSearchInputType;
818 mSearchInputType = in.readInt();
856 dest.writeInt(mSearchInputType);