Home
last modified time | relevance | path

Searched refs:GetLeftSize (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ui_lite/frameworks/dfx/
H A Devent_injector.cpp150 if (clickArrayLen > pointEventInjector_->GetLeftSize()) { in SetClickEvent()
173 if (pointCount > pointEventInjector_->GetLeftSize()) { in SetLongPressEvent()
202 if (pointCount > pointEventInjector_->GetLeftSize()) { in SetDragEvent()
247 if (kevArrayLen > keyEventInjector_->GetLeftSize()) { in SetKeyEvent()
H A Dkey_event_injector.h32 uint8_t GetLeftSize() const;
H A Dpoint_event_injector.h31 uint16_t GetLeftSize() const;
H A Dpoint_event_injector.cpp80 uint16_t PointEventInjector::GetLeftSize() const in GetLeftSize() function in OHOS::PointEventInjector
H A Dkey_event_injector.cpp77 uint8_t KeyEventInjector::GetLeftSize() const in GetLeftSize() function in OHOS::KeyEventInjector
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dwrap_layout_algorithm.h77 SizeF GetLeftSize(float crossLength, float mainLeftLength, float crossLeftLength);
H A Dwrap_layout_algorithm.cpp93 auto realMaxSize = GetLeftSize(0.0f, mainLengthLimit_, crossLengthLimit_); in Measure()
288 SizeF WrapLayoutAlgorithm::GetLeftSize(float crossLength, float mainLeftLength, float crossLeftLength) in GetLeftSize() function in OHOS::Ace::NG::WrapLayoutAlgorithm
/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Drender_wrap.h50 Size GetLeftSize(double crossLength, double mainLeftLength, double crossLeftLength) const;
H A Drender_wrap.cpp77 layoutParam.SetMaxSize(GetLeftSize(0.0, mainLengthLimit_, crossLengthLimit_)); in PerformLayout()
369 Size RenderWrap::GetLeftSize(double crossLength, double mainLeftLength, double crossLeftLength) const in GetLeftSize() function in OHOS::Ace::RenderWrap
/foundation/arkui/ace_engine/test/unittest/core/pattern/flex/old_cases/
H A Dflex_wrap_layout_algorithm_test.cpp388 SizeF size = wrapLayoutAlgorithm->GetLeftSize(crossLength, mainLeftLength, crossLeftLength); in HWTEST_F()
407 SizeF size = wrapLayoutAlgorithm->GetLeftSize(crossLength, mainLeftLength, crossLeftLength); in HWTEST_F()

Completed in 7 milliseconds