Home
last modified time | relevance | path

Searched refs:isLoadingButton_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_pattern.h88 return isLoadingButton_; in GetIsLoadingButton()
140 bool isLoadingButton_ = false; variable
H A Dstepper_layout_algorithm.h48 bool isLoadingButton_ = false; variable
H A Dstepper_pattern.cpp275 if (isLoadingButton_) { in CreateArrowRightButtonNode()
277 isLoadingButton_ = false; in CreateArrowRightButtonNode()
384 if (isLoadingButton_) { in CreateArrowlessRightButtonNode()
386 isLoadingButton_ = false; in CreateArrowlessRightButtonNode()
458 isLoadingButton_ = true; in CreateWaitingRightButtonNode()
H A Dstepper_layout_algorithm.cpp65 isLoadingButton_ = stepperPattern->GetIsLoadingButton(); in Measure()
170 pipeline->GetFontScale() == LEVEL_THREE) && !isLoadingButton_) { in MeasureRightButton()