Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h172 struct TextTotalConfig { struct
177 uint32_t windowId = INVALID_WINDOW_ID;
178 double positionY = 0;
179 double height = 0;
182 std::string ToString() const in ToString()