Home
last modified time | relevance | path

Searched refs:PHONE (Results 1 – 25 of 72) sorted by relevance

123

/foundation/ace/ace_engine/frameworks/core/accessibility/js_inspector/
Dinspect_refresh.cpp31 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
40 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
Dinspect_tab_bar.cpp33 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
Dinspect_progress.cpp35 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
Dinspect_rating.cpp36 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
Dinspect_textarea.cpp33 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
Dinspect_marquee.cpp35 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
Dinspect_button.cpp34 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
Dinspect_input.cpp36 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
Dinspect_divider.cpp33 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
Dinspect_text.cpp31 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
Dinspect_label.cpp32 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
Dinspect_swiper.cpp43 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
Dinspect_slider.cpp40 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
Dinspect_toggle.cpp32 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
/foundation/ace/ace_engine/frameworks/bridge/test/unittest/jsfrontend/dompiece/
Ddom_piece_test.cpp52 if (SystemProperties::GetDeviceType() == DeviceType::PHONE) {
99 if (SystemProperties::GetDeviceType() == DeviceType::PHONE) {
/foundation/ace/ace_engine/adapter/preview/osal/
Dsystem_properties.cpp58 deviceType_ = DeviceType::PHONE; in InitDeviceType()
69 DeviceType SystemProperties::deviceType_ { DeviceType::PHONE };
100 deviceType_ = DeviceType::PHONE; in InitDeviceTypeBySystemProperty()
Dresource_convertor.cpp23 case DeviceType::PHONE: in ConvertDeviceTypeToGlobal()
88 return DeviceType::PHONE; in ConvertDeviceTypeToAce()
/foundation/ace/ace_engine/frameworks/base/utils/
Ddevice_type.h22 PHONE, enumerator
Ddevice_config.h41 DeviceType deviceType { DeviceType::PHONE };
/foundation/ace/ace_engine/frameworks/core/components/picker/
Dpicker_column_component.cpp58 if (SystemProperties::GetDeviceType() == DeviceType::PHONE && in Initialize()
68 option->SetDisappear((SystemProperties::GetDeviceType() == DeviceType::PHONE in Initialize()
/foundation/ace/ace_engine/frameworks/core/mock/
Dmock_system_properties.cpp33 return DeviceType::PHONE; in GetDeviceType()
/foundation/ace/ace_engine/frameworks/core/common/ime/
Dtext_input_type.h30 PHONE = 3, enumerator
/foundation/ace/ace_engine/frameworks/core/components/focus_animation/
Drender_focus_animation.cpp115 } else if (SystemProperties::GetDeviceType() == DeviceType::PHONE) { in SetFocusAnimationProperties()
161 if (SystemProperties::GetDeviceType() == DeviceType::PHONE) { in StartFocusAnimation()
/foundation/ace/ace_engine/adapter/ohos/osal/
Dresource_convertor.cpp23 case DeviceType::PHONE: in ConvertDeviceTypeToGlobal()
88 return DeviceType::PHONE; in ConvertDeviceTypeToAce()
/foundation/ace/ace_engine/frameworks/core/components/web/resource/
Dweb_javascript_value.h27 PHONE, enumerator

123