Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_panel.h83 …int32_t CalculateLandscapeRect(sptr<OHOS::Rosen::Display> &defaultDisplay, const LayoutParams &lay…
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_panel.cpp479 return CalculateLandscapeRect(defaultDisplay, layoutParams, lanIterValue, densityDpi); in CalculatePanelRect()
519 int32_t InputMethodPanel::CalculateLandscapeRect(sptr<OHOS::Rosen::Display> &defaultDisplay, in CalculateLandscapeRect() function in OHOS::MiscServices::InputMethodPanel