Home
last modified time | relevance | path

Searched refs:CaluateButtonHeight (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_layout_algorithm.cpp70 auto rightButtonHeight = CaluateButtonHeight(layoutWrapper, true); in Measure()
71 auto leftButtonHeight = CaluateButtonHeight(layoutWrapper, false); in Measure()
259 auto rightButtonHeight = CaluateButtonHeight(layoutWrapper, true); in Layout()
260 auto leftButtonHeight = CaluateButtonHeight(layoutWrapper, false); in Layout()
316 float StepperLayoutAlgorithm::CaluateButtonHeight(LayoutWrapper* layoutWrapper, bool isRight) in CaluateButtonHeight() function in OHOS::Ace::NG::StepperLayoutAlgorithm
H A Dstepper_layout_algorithm.h44 float CaluateButtonHeight(LayoutWrapper* layoutWrapper, bool isRight);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/stepper/
H A Dstepper_test_ng.cpp1261 … stepperLayoutAlgorithm->CaluateButtonHeight(AccessibilityManager::RawPtr(layoutWrapper), true);
1284 … stepperLayoutAlgorithm->CaluateButtonHeight(AccessibilityManager::RawPtr(layoutWrapper), false);