Home
last modified time | relevance | path

Searched refs:forceChange (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp303 const bool supportAvoidance, bool forceChange) in OnVirtualKeyboardHeightChange() argument
307 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, bool forceChange) in OnVirtualKeyboardHeightChange() argument
757 const bool supportAvoidance, bool forceChange) {} in OnVirtualKeyboardAreaChange() argument
759 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, bool forceChange) {} in OnVirtualKeyboardAreaChange() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp732 bool forceChange) in OnVirtualKeyboardAreaChange() argument
748 …tualKeyboardHeightChange(keyboardHeight, rsTransaction, safeHeight, supportAvoidance, forceChange); in OnVirtualKeyboardAreaChange()
752 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, bool forceChange) in OnVirtualKeyboardAreaChange() argument
768 OnVirtualKeyboardHeightChange(keyboardHeight, positionY, height, rsTransaction, forceChange); in OnVirtualKeyboardAreaChange()
H A Dpipeline_base.h952 bool supportAvoidance = false, bool forceChange = false);
954 … const std::shared_ptr<Rosen::RSTransaction>& rsTransaction = nullptr, bool forceChange = false);
1485 const bool supportAvoidance = false, bool forceChange = false)
1488 … const std::shared_ptr<Rosen::RSTransaction>& rsTransaction = nullptr, bool forceChange = false)
H A Dpipeline_context.h240 const bool supportAvoidance = false, bool forceChange = false) override;
H A Dpipeline_context.cpp1987 bool forceChange) in OnVirtualKeyboardHeightChange() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_content_overlay_manager.h86 void SwitchToHandleMode(HandleLevelMode mode, bool forceChange = true);
H A Dselect_content_overlay_manager.cpp299 void SelectContentOverlayManager::SwitchToHandleMode(HandleLevelMode mode, bool forceChange) in SwitchToHandleMode() argument
306 if (!forceChange && !selectOverlayHolder_->GetCallback()->CheckSwitchToMode(mode)) { in SwitchToHandleMode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h350 … const std::shared_ptr<Rosen::RSTransaction>& rsTransaction = nullptr, bool forceChange = false);
981 const bool supportAvoidance = false, bool forceChange = false) override;
983 …const std::shared_ptr<Rosen::RSTransaction>& rsTransaction = nullptr, bool forceChange = false) ov…
H A Dpipeline_context.cpp1746 bool forceChange) in OnVirtualKeyboardHeightChange() argument
1750 if (!forceChange && NearEqual(keyboardHeight, safeAreaManager_->GetKeyboardInset().Length())) { in OnVirtualKeyboardHeightChange()
1881 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, bool forceChange) in OnVirtualKeyboardHeightChange() argument
1888 positionY, height, rsTransaction, forceChange); in OnVirtualKeyboardHeightChange()
1893 if (!forceChange && NearEqual(keyboardHeight, safeAreaManager_->GetKeyboardInset().Length()) && in OnVirtualKeyboardHeightChange()
1901 …if (!forceChange && (NearEqual(keyboardHeight + 1, safeAreaManager_->GetKeyboardInset().Length()) … in OnVirtualKeyboardHeightChange()
2038 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, bool forceChange) in OnCaretPositionChangeOrKeyboardHeightChange() argument