Searched refs:mInputType (Results 1 – 3 of 3) sorted by relevance
48 private final int mInputType; field in RotaryEvent91 .append(mInputType) in toString()135 this.mInputType = inputType; in RotaryEvent()137 CarInputManager.InputTypeEnum.class, null, mInputType); in RotaryEvent()152 return mInputType; in getInputType()189 && mInputType == that.mInputType in equals()202 _hash = 31 * _hash + mInputType; in hashCode()217 dest.writeInt(mInputType); in writeToParcel()238 this.mInputType = inputType; in RotaryEvent()240 CarInputManager.InputTypeEnum.class, null, mInputType); in RotaryEvent()
41 private int mInputType; field in ValidatedEditTextPreference62 mInputType = inputType; in setSummaryInputType()68 return mInputType; in getSummaryInputType()92 summaryView.setInputType(mInputType); in onBindViewHolder()
53 final private int mInputType; field in InputAttributes64 mInputType = inputType; in InputAttributes()145 return InputType.TYPE_NULL == mInputType; in isTypeNull()149 return editorInfo.inputType == mInputType; in isSameInputType()288 mInputType, in toString()