Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/input/
DRotaryEvent.java49 private final int mInputType; field in RotaryEvent
92 .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()
/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()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
DStatsLogCompatManager.java238 private int mInputType = SysUiStatsLog.LAUNCHER_UICHANGED__INPUT_TYPE__UNKNOWN; field in StatsLogCompatManager.StatsCompatLogger
340 this.mInputType = inputType; in withInputType()
457 int inputType = mInputType; in write()