Home
last modified time | relevance | path

Searched refs:IsTV (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.h153 bool IsTV() const in IsTV() function
155 return theme_->IsTV(); in IsTV()
H A Dselect_popup_component.cpp155 if (!IsTV() && isMenu) { in ShowDialog()
321 if (!IsTV()) { in Initialize()
H A Drender_select_popup.cpp164 if (selectPopup_ && selectPopup_->IsMenu() && selectPopup_->IsTV()) { in AdjustChildVerticalLayout()
204 if (selectPopup_ && selectPopup_->IsMenu() && selectPopup_->IsTV()) { in AdjustChildHorizontalLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h684 bool IsTV() const in IsTV() function