Searched refs:buttonType_ (Results 1 – 4 of 4) sorted by relevance
92 buttonType_ = buttonDeclaration_->GetType(); in PrepareSpecializedComponent()143 if (buttonType_ == BUTTON_TYPE_ARC) { in PrepareBoxSize()181 if (buttonType_ == BUTTON_TYPE_ICON) { in PrepareUniversalButton()183 } else if (buttonType_ == BUTTON_TYPE_CAPSULE) { in PrepareUniversalButton()185 } else if (buttonType_ == BUTTON_TYPE_TEXT) { in PrepareUniversalButton()187 } else if (buttonType_ == BUTTON_TYPE_CIRCLE) { in PrepareUniversalButton()189 } else if (buttonType_ == BUTTON_TYPE_DOWNLOAD) { in PrepareUniversalButton()191 } else if (buttonType_ == BUTTON_TYPE_ARC) { in PrepareUniversalButton()412 if (buttonType_ == BUTTON_TYPE_CIRCLE) { in PrepareWaiting()420 …if ((buttonType_ == BUTTON_TYPE_CIRCLE) || (buttonType_ == BUTTON_TYPE_TEXT) || textChild_->GetDat… in PrepareWaiting()[all …]
84 std::string buttonType_; variable
67 … if (buttonType_ == ComponentButtonType::POPUP || buttonType_ == ComponentButtonType::STEPPER) { in GetFocusPattern()72 if (buttonType_ == ComponentButtonType::NAVIGATION) { in GetFocusPattern()115 buttonType_ = buttonType; in setComponentButtonType()390 ComponentButtonType buttonType_ = ComponentButtonType::BUTTON; variable
39 buttonType_ = buttonType; in TestUIDialogButtonListener()51 switch (buttonType_) { in OnClick()73 UIDialog::DialogButtonType buttonType_; member in OHOS::TestUIDialogButtonListener