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.java48 private final int mInputType; field in RotaryEvent
91 .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()
/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()