Home
last modified time | relevance | path

Searched refs:WATCH (Results 1 – 25 of 58) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toast/
H A Dtoast_component.cpp88 if (deviceType == DeviceType::WATCH) { in BuildToastContent()
117 if (deviceType == DeviceType::WATCH) { in BuildPackageBox()
133 if (deviceType == DeviceType::WATCH) { in BuildPackageBox()
195 if (deviceType == DeviceType::WATCH) { in Show()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_convertor.cpp27 case DeviceType::WATCH: in ConvertDeviceTypeToGlobal()
96 return DeviceType::WATCH; in ConvertDeviceTypeToAce()
H A Dsystem_properties.cpp120 } else if (type == DeviceType::WATCH) { in InitDeviceType()
121 deviceType_ = DeviceType::WATCH; in InitDeviceType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Ddevice_type.h24 WATCH, enumerator
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_convertor.cpp27 case DeviceType::WATCH: in ConvertDeviceTypeToGlobal()
119 return DeviceType::WATCH; in ConvertDeviceTypeToAce()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/action_sheet/
H A Daction_sheet_component.cpp59 if (deviceType_ == DeviceType::WATCH) { in BuildChild()
136 if (deviceType_ == DeviceType::WATCH) { in BuildContent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Dalert_dialog_component.cpp47 if (deviceType_ == DeviceType::WATCH) { in BuildChild()
85 if (deviceType_ == DeviceType::WATCH) { in BuildChild()
H A Ddialog_component.cpp110 if (deviceType_ == DeviceType::WATCH) { in BuildChild()
135 if (deviceType_ == DeviceType::WATCH) { in BuildBox()
283 if (deviceType_ == DeviceType::WATCH) { in BuildContent()
317 if (deviceType_ == DeviceType::WATCH) { in BuildActions()
661 if ((deviceType != DeviceType::WATCH) && (!dialogProperties.title.empty())) { in BuildTitleAndContent()
675 if (deviceType == DeviceType::WATCH) { in BuildTitleAndContent()
693 if (SystemProperties::GetDeviceType() == DeviceType::WATCH) { in BuildButtons()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/js_inspector/
H A Dinspect_progress.cpp37 } else if (deviceType == DeviceType::WATCH) { in PackAttrAndStyle()
H A Dinspect_marquee.cpp37 } else if (deviceType == DeviceType::WATCH) { in PackAttrAndStyle()
H A Dinspect_button.cpp38 } else if (deviceType == DeviceType::WATCH) { in PackAttrAndStyle()
H A Dinspect_refresh.cpp31 } else if (deviceType == DeviceType::WATCH) { in PackAttrAndStyle()
H A Dinspect_divider.cpp35 } else if (deviceType == DeviceType::WATCH) { in PackAttrAndStyle()
H A Dinspect_label.cpp34 } else if (deviceType == DeviceType::WATCH) { in PackAttrAndStyle()
H A Dinspect_text.cpp33 } else if (deviceType == DeviceType::WATCH) { in PackAttrAndStyle()
H A Dinspect_slider.cpp44 } else if (deviceType == DeviceType::WATCH) { in PackAttrAndStyle()
H A Dinspect_swiper.cpp43 } else if (deviceType == DeviceType::TV || deviceType == DeviceType::WATCH) { in PackAttrAndStyle()
H A Dinspect_toggle.cpp36 } else if (deviceType == DeviceType::WATCH) { in PackAttrAndStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stage/
H A Dstage_component.h50 if (SystemProperties::GetDeviceType() == DeviceType::WATCH) { in CreateRenderNode()
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_model.h32 WATCH, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_slider.cpp30 if (SystemProperties::GetDeviceType() == DeviceType::WATCH) { in DOMSlider()
52 auto controller = (SystemProperties::GetDeviceType() == DeviceType::WATCH) in CallSpecializedMethod()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_inspector_test.cpp102 } else if (deviceType == DeviceType::WATCH) { in CheckToggleAttrAndStyle()
169 } else if (deviceType == DeviceType::WATCH) { in CheckTextAttrAndStyle()
262 } else if (deviceType == DeviceType::WATCH) { in CheckSliderAttrAndStyle()
284 } else if (deviceType == DeviceType::WATCH) { in CheckRefreshAttrAndStyle()
348 } else if (deviceType == DeviceType::WATCH) { in CheckProgressAttrAndStyle()
378 } else if (deviceType == DeviceType::WATCH) { in CheckButtonAttrAndStyle()
403 } else if (deviceType == DeviceType::WATCH) { in CheckDividerAttrAndStyle()
464 } else if (deviceType == DeviceType::WATCH) { in CheckLabelAttrAndStyle()
499 } else if (deviceType == DeviceType::WATCH) { in CheckMarqueeAttrAndStyle()
617 SystemProperties::SetDeviceType(DeviceType::WATCH);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shared_transition/
H A Dshared_transition_component.cpp66 if (SystemProperties::GetDeviceType() == DeviceType::WATCH) { in InitEnableStatus()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/
H A Dmedia_query_info.cpp36 case DeviceType::WATCH: in GetDeviceType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_column_component.cpp65 option->SetDisappear((SystemProperties::GetDeviceType() != DeviceType::WATCH && in Initialize()

123