Home
last modified time | relevance | path

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

/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_panel_test.cpp1187 LayoutParams layoutParams; variable
1209 LayoutParams layoutParams; variable
1231 LayoutParams layoutParams; variable
1253 LayoutParams layoutParams; variable
1275 LayoutParams layoutParams; variable
1301 LayoutParams layoutParams; variable
1327 LayoutParams layoutParams; variable
1353 LayoutParams layoutParams; variable
1379 LayoutParams layoutParams; variable
1401 LayoutParams layoutParams; variable
[all …]
Dinput_method_panel_adjust_test.cpp660 LayoutParams layoutParams = { .landscapeRect = landscapeRect, .portraitRect = portraitRect }; variable
701 LayoutParams layoutParams = { .landscapeRect = landscapeRect, .portraitRect = portraitRect }; variable
745 LayoutParams layoutParams = { .landscapeRect = landscapeRect, .portraitRect = portraitRect }; variable
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_panel.cpp451 const PanelFlag panelFlag, const LayoutParams &layoutParams, bool needUpdateRegion) in AdjustPanelRect()
494 PanelFlag panelFlag, const EnhancedLayoutParams &layoutParams) in ConvertToWMSParam()
943 …t32_t InputMethodPanel::ParsePanelRect(const PanelFlag panelFlag, const LayoutParams &layoutParams) in ParsePanelRect()
969 …nputMethodPanel::CalculateNoConfigRect(const PanelFlag panelFlag, const LayoutParams &layoutParams) in CalculateNoConfigRect()
1058 …:tuple<std::vector<std::string>, std::vector<std::string>> &keys, const LayoutParams &layoutParams) in GetSysPanelAdjust()
1075 PanelAdjustInfo &porIterValue, const LayoutParams &layoutParams) in CalculatePanelRect()
1120 const LayoutParams &layoutParams, PanelAdjustInfo &lanIterValue, PanelAdjustInfo &porIterValue) in CalculateFloatRect()
1156 const LayoutParams &layoutParams, PanelAdjustInfo &lanIterValue) in CalculateLandscapeRect()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_panel.h96 LayoutParams layoutParams = { { 0, 0, 0, 0 }, { 0, 0, 0, 0 } }; member
Djs_panel.cpp731 napi_value JsPanelRect::Write(napi_env env, const LayoutParams &layoutParams) in Write()
741 bool JsPanelRect::Read(napi_env env, napi_value object, LayoutParams &layoutParams) in Read()