Home
last modified time | relevance | path

Searched defs:TextConfig (Results 1 – 1 of 1) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_method_utils.h211 struct TextConfig { struct
212 InputAttribute inputAttribute = {};
213 CursorInfo cursorInfo = {};
214 Range range = {};
215 uint32_t windowId = INVALID_WINDOW_ID;
216 double positionY = 0;
217 double height = 0;
218 std::unordered_map<std::string, PrivateDataValue> privateCommand = {};
220 std::string ToString() const in ToString()
233 …bool IsPrivateCommandValid(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) in IsPrivateCommandValid()
[all …]