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.h223 struct TextConfig { struct
224 InputAttribute inputAttribute = {};
225 CursorInfo cursorInfo = {};
226 Range range = {};
227 uint32_t windowId = INVALID_WINDOW_ID;
228 double positionY = 0;
229 double height = 0;
230 std::unordered_map<std::string, PrivateDataValue> privateCommand = {};
232 std::string ToString() const in ToString()
246 …bool IsPrivateCommandValid(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) in IsPrivateCommandValid()
[all …]