Searched refs:GetCustomComponent (Results 1 – 4 of 4) sorted by relevance
200 if (!data_ || data_->GetDisabled() || data_->GetCustomComponent()) { in OnTouch()219 if (!data_ || data_->IsDisabledStatus() || data_->GetCustomComponent()) { in HandleMouseHoverEvent()233 if (!data_ || data_->IsDisabledStatus() || data_->GetCustomComponent()) { in HandleMouseEvent()584 if (data_->GetCustomComponent()) { in ProcessTouchDown()605 if (data_->GetCustomComponent()) { in ProcessTouchUp()786 if (data_->GetCustomComponent()) { in PerformLayout()
350 const RefPtr<Component>& GetCustomComponent() const in GetCustomComponent() function
104 const RefPtr<Component>& GetCustomComponent() const in GetCustomComponent() function
444 bool isCustomOption = (firstOption->GetCustomComponent() != nullptr); in ProcessTouchUp()