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.cpp1155 LayoutParams layoutParams; variable
1177 LayoutParams layoutParams; variable
1199 LayoutParams layoutParams; variable
1221 LayoutParams layoutParams; variable
1243 LayoutParams layoutParams; variable
1269 LayoutParams layoutParams; variable
1295 LayoutParams layoutParams; variable
1322 LayoutParams layoutParams; variable
1348 LayoutParams layoutParams; variable
1370 LayoutParams layoutParams; variable
[all …]
Dinput_method_panel_adjust_test.cpp657 LayoutParams layoutParams = { .landscapeRect = landscapeRect, .portraitRect = portraitRect }; variable
698 LayoutParams layoutParams = { .landscapeRect = landscapeRect, .portraitRect = portraitRect }; variable
742 LayoutParams layoutParams = { .landscapeRect = landscapeRect, .portraitRect = portraitRect }; variable
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_panel.cpp413 const PanelFlag panelFlag, const LayoutParams &layoutParams, bool needUpdateRegion) in AdjustPanelRect()
454 PanelFlag panelFlag, const EnhancedLayoutParams &layoutParams) in ConvertToWMSParam()
898 …t32_t InputMethodPanel::ParsePanelRect(const PanelFlag panelFlag, const LayoutParams &layoutParams) in ParsePanelRect()
924 …nputMethodPanel::CalculateNoConfigRect(const PanelFlag panelFlag, const LayoutParams &layoutParams) in CalculateNoConfigRect()
1013 …:tuple<std::vector<std::string>, std::vector<std::string>> &keys, const LayoutParams &layoutParams) in GetSysPanelAdjust()
1034 PanelAdjustInfo &porIterValue, const LayoutParams &layoutParams) in CalculatePanelRect()
1079 const LayoutParams &layoutParams, PanelAdjustInfo &lanIterValue, PanelAdjustInfo &porIterValue) in CalculateFloatRect()
1114 const LayoutParams &layoutParams, PanelAdjustInfo &lanIterValue) in CalculateLandscapeRect()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_panel.h95 LayoutParams layoutParams = { { 0, 0, 0, 0 }, { 0, 0, 0, 0 } }; member
Djs_panel.cpp797 napi_value JsPanelRect::Write(napi_env env, const LayoutParams &layoutParams) in Write()
807 bool JsPanelRect::Read(napi_env env, napi_value object, LayoutParams &layoutParams) in Read()