Home
last modified time | relevance | path

Searched refs:mInputType (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/car-lib/src/android/car/input/
DRotaryEvent.java43 private final int mInputType; field in RotaryEvent
85 .append(mInputType) in toString()
129 this.mInputType = inputType; in RotaryEvent()
131 CarInputManager.InputTypeEnum.class, null, mInputType); in RotaryEvent()
146 return mInputType; in getInputType()
182 && mInputType == that.mInputType in equals()
194 _hash = 31 * _hash + mInputType; in hashCode()
209 dest.writeInt(mInputType); in writeToParcel()
229 this.mInputType = inputType; in RotaryEvent()
231 CarInputManager.InputTypeEnum.class, null, mInputType); in RotaryEvent()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DValidatedEditTextPreference.java41 private int mInputType; field in ValidatedEditTextPreference
62 mInputType = inputType; in setSummaryInputType()
68 return mInputType; in getSummaryInputType()
92 summaryView.setInputType(mInputType); in onBindViewHolder()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DInputAttributes.java53 final private int mInputType; field in InputAttributes
64 mInputType = inputType; in InputAttributes()
145 return InputType.TYPE_NULL == mInputType; in isTypeNull()
149 return editorInfo.inputType == mInputType; in isSameInputType()
288 mInputType, in toString()