Searched refs:buttonComponent_ (Results 1 – 3 of 3) sorted by relevance
219 if (!buttonComponent_) { in HandleClickEvent()223 … AceAsyncEvent<void(const ClickInfo&)>::Create(buttonComponent_->GetClickedEventId(), context_); in HandleClickEvent()232 if (!buttonComponent_) { in HandleClickEvent()235 auto onClick = AceAsyncEvent<void()>::Create(buttonComponent_->GetClickedEventId(), context_); in HandleClickEvent()244 if (!buttonComponent_) { in HandleKeyEnterEvent()248 … AceAsyncEvent<void(const ClickInfo&)>::Create(buttonComponent_->GetKeyEnterEventId(), context_); in HandleKeyEnterEvent()258 if (!buttonComponent_) { in HandleKeyEnterEvent()261 auto onEnter = AceAsyncEvent<void()>::Create(buttonComponent_->GetKeyEnterEventId(), context_); in HandleKeyEnterEvent()269 if (!buttonComponent_) { in HandleRemoteMessageEvent()273 …AceAsyncEvent<void(const ClickInfo&)>::Create(buttonComponent_->GetRemoteMessageEventId(), context… in HandleRemoteMessageEvent()[all …]
75 float translateY = (buttonComponent_->GetType() == ButtonType::ARC) in UpdateLayer()106 if (!buttonComponent_) { in Paint()120 if (buttonComponent_->GetType() == ButtonType::ICON) { in Paint()128 if (buttonComponent_->IsPopupButton()) { in Paint()156 if (!buttonComponent_) { in Measure()159 widthDelta_ = NormalizeToPx(buttonComponent_->GetBorderEdge().GetWidth()); in Measure()162 if (buttonComponent_->GetType() == ButtonType::ARC) { in Measure()169 if (buttonComponent_->GetType() == ButtonType::NORMAL) { in Measure()170 if (buttonComponent_->GetDeclarativeFlag()) { in Measure()173 if (!buttonComponent_->GetRadiusState() && buttonComponent_->IsInputButton()) { in Measure()[all …]
115 return buttonComponent_; in GetComponent()124 return buttonComponent_->GetBackgroundColor(); in GetBackgroundColor()156 RefPtr<ButtonComponent> buttonComponent_; variable