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.h199 struct TextConfig { struct
200 InputAttribute inputAttribute = {};
201 CursorInfo cursorInfo = {};
202 Range range = {};
203 uint32_t windowId = INVALID_WINDOW_ID;
204 double positionY = 0;
205 double height = 0;
206 std::unordered_map<std::string, PrivateDataValue> privateCommand = {};
208 std::string ToString() const in ToString()
222 …bool IsPrivateCommandValid(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) in IsPrivateCommandValid()
[all …]