Home
last modified time | relevance | path

Searched refs:ParsePanelAdjust (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/inputmethod/imf/services/src/
H A Dsys_cfg_parser.cpp50 bool SysCfgParser::ParsePanelAdjust(std::vector<SysPanelAdjust> &sysPanelAdjust) in ParsePanelAdjust() function in OHOS::MiscServices::SysCfgParser
/ohos5.0/base/inputmethod/imf/services/include/
H A Dsys_cfg_parser.h125 static bool ParsePanelAdjust(std::vector<SysPanelAdjust> &sysPanelAdjust);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_panel.cpp316 auto isSuccess = SysCfgParser::ParsePanelAdjust(configs); in ParsePanelRect()