Searched defs:layoutParams (Results 1 – 5 of 5) sorted by relevance
| /base/inputmethod/imf/test/unittest/cpp_test/src/ |
| D | input_method_panel_test.cpp | 1187 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 …]
|
| D | input_method_panel_adjust_test.cpp | 660 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/ |
| D | input_method_panel.cpp | 451 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/ |
| D | js_panel.h | 96 LayoutParams layoutParams = { { 0, 0, 0, 0 }, { 0, 0, 0, 0 } }; member
|
| D | js_panel.cpp | 731 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()
|