Home
last modified time | relevance | path

Searched refs:panelAdjust_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_panel.cpp319 panelAdjust_.clear(); in ParsePanelRect()
321panelAdjust_.insert({ config.style, { config.top, config.left, config.right, config.bottom } }); in ParsePanelRect()
414 auto lanIter = panelAdjust_.find(lanPanel); in GetSysPanelAdjust()
415 auto porIter = panelAdjust_.find(porPanel); in GetSysPanelAdjust()
416 if (lanIter == panelAdjust_.end() || porIter == panelAdjust_.end()) { in GetSysPanelAdjust()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_panel.h159 std::map<std::vector<std::string>, PanelAdjustInfo> panelAdjust_; variable