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.h398 struct TextConfig { struct
399 InputAttribute inputAttribute = {};
400 CursorInfo cursorInfo = {};
401 Range range = {};
402 uint32_t windowId = INVALID_WINDOW_ID;
403 double positionY = 0;
404 double height = 0;
405 bool newEditBox = false;
406 std::unordered_map<std::string, PrivateDataValue> privateCommand = {};
409 std::string ToString() const in ToString()
[all …]