Searched refs:mInputType (Results 1 – 4 of 4) sorted by relevance
49 private final int mInputType; field in RotaryEvent92 .append(mInputType) in toString()137 this.mInputType = inputType; in RotaryEvent()139 CarInputManager.InputTypeEnum.class, null, mInputType); in RotaryEvent()154 return mInputType; in getInputType()191 && mInputType == that.mInputType in equals()204 _hash = 31 * _hash + mInputType; in hashCode()219 dest.writeInt(mInputType); in writeToParcel()240 this.mInputType = inputType; in RotaryEvent()242 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()
238 private int mInputType = SysUiStatsLog.LAUNCHER_UICHANGED__INPUT_TYPE__UNKNOWN; field in StatsLogCompatManager.StatsCompatLogger340 this.mInputType = inputType; in withInputType()457 int inputType = mInputType; in write()