Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/inputmethod_controller/include/
Dinput_method_utils.h68 return textInputType; in GetTextInputType()
73 textInputType = textType; in SetTextInputType()
78 TextInputType textInputType = TextInputType::TEXT; variable
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
Dinputmethodcontroller_fuzzer.cpp104 TextInputType textInputType = TextInputType::DATETIME; in TestOnConfigurationChange() local
105 info.SetTextInputType(textInputType); in TestOnConfigurationChange()
/base/inputmethod/imf/unitest/src/
Dinput_method_ability_test.cpp418 TextInputType textInputType = TextInputType::DATETIME; variable
419 config.SetTextInputType(textInputType);
428 EXPECT_EQ(inputPattern, (int)textInputType);