Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp745 if (NotifyVirtualKeyBoard(rootWidth_, rootHeight_, keyboardHeight)) { in OnVirtualKeyboardAreaChange()
765 if (NotifyVirtualKeyBoard(rootWidth_, rootHeight_, keyboardHeight)) { in OnVirtualKeyboardAreaChange()
H A Dpipeline_base.h980 bool NotifyVirtualKeyBoard(int32_t width, int32_t height, double keyboard) const in NotifyVirtualKeyBoard() function