Searched refs:isPreArrow (Results 1 – 2 of 2) sorted by relevance
450 RefPtr<ButtonComponent> CalendarComponent::InitCardButton(bool isPreArrow) in InitCardButton() argument452 …auto Arrow = isPreArrow ? AceType::MakeRefPtr<ImageComponent>(InternalResource::ResourceId::LEFT_A… in InitCardButton()454 …isPreArrow ? calendarController_->SetLeftRowImage(Arrow) : calendarController_->SetRightRowImage(A… in InitCardButton()466 isPreArrow ? preClickId_ = BackEndEventManager<void()>::GetInstance().GetAvailableMarker() in InitCardButton()468 isPreArrow ? button->SetClickedEventId(preClickId_) : button->SetClickedEventId(nextClickId_); in InitCardButton()
443 RefPtr<ButtonComponent> InitCardButton(bool isPreArrow);