Searched defs:safeHeight (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | occupied_area_change_info.h | 30 OccupiedAreaChangeInfo(OccupiedAreaType type, Rect rect, uint32_t safeHeight) in OccupiedAreaChangeInfo() 35 OccupiedAreaChangeInfo(OccupiedAreaType type, Rect rect, uint32_t safeHeight, in OccupiedAreaChangeInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | keyboard_base_pattern.h | 54 void SetKeyboardSafeHeight(const float safeHeight) in SetKeyboardSafeHeight()
|
H A D | overlay_manager.cpp | 5459 void OverlayManager::AvoidCustomKeyboard(int32_t targetId, float safeHeight) in AvoidCustomKeyboard()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_manager.cpp | 124 auto safeHeight = caretHeight + curPattern->GetCaretRect().GetY(); in TriggerCustomKeyboardAvoid() local
|
H A D | text_field_pattern.cpp | 4102 auto safeHeight = caretHeight + selectController_->GetCaretRect().GetY(); in RequestCustomKeyboard() local
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.cpp | 302 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, const float safeHeight, in OnVirtualKeyboardHeightChange() 311 const float safeHeight, const bool supportAvoidance) in AvoidanceLogic() 756 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, const float safeHeight, in OnVirtualKeyboardAreaChange()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_base.cpp | 731 …const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, const float safeHeight, bool supportAv… in OnVirtualKeyboardAreaChange()
|
H A D | pipeline_context.cpp | 1986 …const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, const float safeHeight, const bool sup… in OnVirtualKeyboardHeightChange()
|
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/ |
H A D | window_fuzzer.cpp | 268 int32_t safeHeight = 80; in DoSomethingInterestingWithMyAPI1() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 1745 …const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, const float safeHeight, const bool sup… in OnVirtualKeyboardHeightChange() 1776 const float safeHeight, const bool supportAvoidance) in AvoidanceLogic()
|