Searched refs:CaluateButtonHeight (Results 1 – 3 of 3) sorted by relevance
70 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
44 float CaluateButtonHeight(LayoutWrapper* layoutWrapper, bool isRight);
1261 … stepperLayoutAlgorithm->CaluateButtonHeight(AccessibilityManager::RawPtr(layoutWrapper), true);1284 … stepperLayoutAlgorithm->CaluateButtonHeight(AccessibilityManager::RawPtr(layoutWrapper), false);