Home
last modified time | relevance | path

Searched refs:IsTablet (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drosen_render_radio.cpp51 if ((IsPhone() || IsTablet()) && onFocus_) { in Paint()
54 if ((IsPhone() || IsTablet()) && isTouch_) { in Paint()
57 if ((IsPhone() || IsTablet()) && isHover_) { in Paint()
H A Drosen_render_switch.cpp80 if ((IsPhone() || IsTablet()) && onFocus_) { in Paint()
83 if ((IsPhone() || IsTablet()) && isTouch_) { in Paint()
86 if ((IsPhone() || IsTablet()) && isHover_) { in Paint()
H A Drender_checkable.h83 bool IsTablet() const in IsTablet() function
H A Drosen_render_checkbox.cpp62 if ((IsPhone() || IsTablet()) && onFocus_) { in Paint()
65 if ((IsPhone() || IsTablet()) && isTouch_) { in Paint()
68 if ((IsPhone() || IsTablet()) && isHover_) { in Paint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drosen_render_rating.cpp53 …if ((IsTablet() || IsPhone()) && !isIndicator_ && operationEvent_ == OperationEvent::RATING_KEY_EV… in Paint()
62 if ((IsPhone() || IsTablet()) && !isIndicator_) { in Paint()
66 if (!isIndicator_ && (IsTablet() || IsPhone()) && isPress_) { in Paint()
H A Drender_rating.h109 bool IsTablet() const in IsTablet() function