Searched refs:ComponentButtonType (Results 1 – 8 of 8) sorted by relevance
36 enum class ComponentButtonType { POPUP, BUTTON, STEPPER, NAVIGATION }; enum67 … if (buttonType_ == ComponentButtonType::POPUP || buttonType_ == ComponentButtonType::STEPPER) { in GetFocusPattern()72 if (buttonType_ == ComponentButtonType::NAVIGATION) { in GetFocusPattern()113 void setComponentButtonType(const ComponentButtonType& buttonType) in setComponentButtonType()390 ComponentButtonType buttonType_ = ComponentButtonType::BUTTON;
131 buttonPattern->setComponentButtonType(ComponentButtonType::STEPPER); in CreateLeftButtonNode()288 buttonPattern->setComponentButtonType(ComponentButtonType::STEPPER); in CreateArrowRightButtonNode()397 buttonPattern->setComponentButtonType(ComponentButtonType::STEPPER); in CreateArrowlessRightButtonNode()
299 buttonPattern->setComponentButtonType(ComponentButtonType::NAVIGATION); in CreateToolbarItemInContainer()359 buttonPattern->setComponentButtonType(ComponentButtonType::NAVIGATION); in CreateToolbarMoreMenuNode()
216 buttonPattern->setComponentButtonType(ComponentButtonType::NAVIGATION); in CreateMenuItemButton()
1265 backButtonPattern->setComponentButtonType(ComponentButtonType::NAVIGATION); in OnColorConfigurationUpdate()
634 buttonPattern->setComponentButtonType(ComponentButtonType::NAVIGATION); in SetTitleMode()
285 buttonPattern->setComponentButtonType(ComponentButtonType::NAVIGATION); in CreateBackButton()
814 buttonPattern->setComponentButtonType(ComponentButtonType::POPUP); in CreateButton()