Home
last modified time | relevance | path

Searched defs:keyboardHeight (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dkeyboard_base_pattern.cpp104 auto keyboardHeight = GetKeyboardHeight(); in SetKeyboardAreaChange() local
H A Doverlay_manager.cpp5383 auto keyboardHeight = customKeyboard->GetGeometryNode()->GetFrameSize().Height(); in CalcCustomKeyboardOffset() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/safe_area/
H A Dsafe_area_manager.cpp96 bool SafeAreaManager::UpdateKeyboardSafeArea(float keyboardHeight, std::optional<uint32_t> rootHeig… in UpdateKeyboardSafeArea()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dui_extension_manager.cpp241 int32_t keyboardHeight = static_cast<int32_t>(info->rect_.height_); in NotifyOccupiedAreaChangeInfo() local
H A Dsecurity_session_wrapper_impl.cpp672 int32_t keyboardHeight = static_cast<int32_t>(info->rect_.height_); in NotifyOccupiedAreaChangeInfo() local
H A Dsession_wrapper_impl.cpp818 int32_t keyboardHeight = static_cast<int32_t>(info->rect_.height_); in InnerNotifyOccupiedAreaChangeInfo() local
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp301 void PipelineContext::OnVirtualKeyboardHeightChange(float keyboardHeight, in OnVirtualKeyboardHeightChange()
306 void PipelineContext::OnVirtualKeyboardHeightChange(float keyboardHeight, double positionY, double … in OnVirtualKeyboardHeightChange()
310 void PipelineContext::AvoidanceLogic(float keyboardHeight, const std::shared_ptr<Rosen::RSTransacti… in AvoidanceLogic()
315 float keyboardHeight, const std::shared_ptr<Rosen::RSTransaction>& rsTransaction) in OriginalAvoidanceLogic()
641 void PipelineContext::CheckAndUpdateKeyboardInset(float keyboardHeight) {} in CheckAndUpdateKeyboardInset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp1596 void PipelineContext::CheckAndUpdateKeyboardInset(float keyboardHeight) in CheckAndUpdateKeyboardInset()
1744 void PipelineContext::OnVirtualKeyboardHeightChange(float keyboardHeight, in OnVirtualKeyboardHeightChange()
1775 void PipelineContext::AvoidanceLogic(float keyboardHeight, const std::shared_ptr<Rosen::RSTransacti… in AvoidanceLogic()
1826 float keyboardHeight, const std::shared_ptr<Rosen::RSTransaction>& rsTransaction) in OriginalAvoidanceLogic()
1880 void PipelineContext::OnVirtualKeyboardHeightChange(float keyboardHeight, double positionY, double … in OnVirtualKeyboardHeightChange()
2037 float keyboardHeight, double positionY, double height, in OnCaretPositionChangeOrKeyboardHeightChange()
2121 float PipelineContext::CalcNewKeyboardOffset(float keyboardHeight, float positionY, in CalcNewKeyboardOffset()
2141 float PipelineContext::CalcAvoidOffset(float keyboardHeight, float positionY, in CalcAvoidOffset()
4407 float keyboardHeight, const std::function<void()>& func) in DoKeyboardAvoidAnimate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp744 double keyboardHeight = keyboardArea.Height(); in OnVirtualKeyboardAreaChange() local
755 float keyboardHeight = keyboardArea.Height(); in OnVirtualKeyboardAreaChange() local
H A Dpipeline_base.h416 virtual void CheckAndUpdateKeyboardInset(float keyboardHeight) {} in CheckAndUpdateKeyboardInset()
H A Dpipeline_context.cpp1985 void PipelineContext::OnVirtualKeyboardHeightChange(float keyboardHeight, in OnVirtualKeyboardHeightChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimation_util.cpp485 const KeyboardAnimationConfig& config, float keyboardHeight) in CreateKeyboardAnimationOption()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.cpp158 auto keyboardHeight = safeAreaManager ? safeAreaManager->GetKeyboardInset().Length() : 0; in OnDirtyLayoutWrapperSwap() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_layout_algorithm.cpp72 …auto keyboardHeight = safeAreaManager->IsNeedAvoidWindow() ? 0.0f : safeAreaManager->GetKeyboardIn… in MeasureChild() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp504 auto keyboardHeight = safeAreaManager->GetKeyboardInset().Length(); in GetBottomBySafeAreaManager() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp382 uint32_t keyboardHeight = safeAreaManager->GetKeyboardInset().Length(); in UpdateSafeArea() local