Searched defs:InputType (Results 1 – 2 of 2) sorted by relevance
171 void InputType(sptr<InputMethodController> imc) in InputType() function
281 enum class InputType : int32_t { NONE = -1, CAMERA_INPUT = 0, SECURITY_INPUT, VOICE_INPUT, END }; enum