/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/js_inspector/ |
H A D | inspect_refresh.cpp | 29 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle() 38 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
|
H A D | inspect_tab_bar.cpp | 31 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
|
H A D | inspect_progress.cpp | 33 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
|
H A D | inspect_rating.cpp | 34 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
|
H A D | inspect_marquee.cpp | 33 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
|
H A D | inspect_textarea.cpp | 31 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
|
H A D | inspect_button.cpp | 32 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
|
H A D | inspect_input.cpp | 34 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
|
H A D | inspect_divider.cpp | 31 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
|
H A D | inspect_label.cpp | 30 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
|
/ohos5.0/foundation/window/window_manager/previewer/include/ |
H A D | window_model.h | 30 PHONE, enumerator 52 DeviceType deviceType = DeviceType::PHONE; // device type
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/ |
H A D | text_picker_column_test_ng.cpp | 244 SystemProperties::SetDeviceType(DeviceType::PHONE); 282 SystemProperties::SetDeviceType(DeviceType::PHONE); 336 SystemProperties::SetDeviceType(DeviceType::PHONE); 390 SystemProperties::SetDeviceType(DeviceType::PHONE); 429 SystemProperties::SetDeviceType(DeviceType::PHONE); 474 SystemProperties::SetDeviceType(DeviceType::PHONE); 518 SystemProperties::SetDeviceType(DeviceType::PHONE); 567 SystemProperties::SetDeviceType(DeviceType::PHONE); 604 SystemProperties::SetDeviceType(DeviceType::PHONE); 636 SystemProperties::SetDeviceType(DeviceType::PHONE); [all …]
|
H A D | text_picker_test_ng.cpp | 283 SystemProperties::SetDeviceType(DeviceType::PHONE); 323 SystemProperties::SetDeviceType(DeviceType::PHONE); 350 SystemProperties::SetDeviceType(DeviceType::PHONE); 377 SystemProperties::SetDeviceType(DeviceType::PHONE); 404 SystemProperties::SetDeviceType(DeviceType::PHONE); 431 SystemProperties::SetDeviceType(DeviceType::PHONE); 472 SystemProperties::SetDeviceType(DeviceType::PHONE); 510 SystemProperties::SetDeviceType(DeviceType::PHONE); 561 SystemProperties::SetDeviceType(DeviceType::PHONE); 615 SystemProperties::SetDeviceType(DeviceType::PHONE); [all …]
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | options.h | 32 PHONE, enumerator 55 DeviceType deviceType { DeviceType::PHONE };
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | system_properties.cpp | 60 DeviceType SystemProperties::deviceType_ { DeviceType::PHONE }; 133 deviceType_ = DeviceType::PHONE; in InitDeviceType() 150 deviceType_ = DeviceType::PHONE; in InitDeviceTypeBySystemProperty()
|
H A D | resource_convertor.cpp | 23 case DeviceType::PHONE: in ConvertDeviceTypeToGlobal() 92 return DeviceType::PHONE; in ConvertDeviceTypeToAce()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/ |
H A D | render_focus_animation.cpp | 113 } else if (SystemProperties::GetDeviceType() == DeviceType::PHONE) { in SetFocusAnimationProperties() 159 if (SystemProperties::GetDeviceType() == DeviceType::PHONE) { in StartFocusAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | device_type.h | 22 PHONE, enumerator
|
H A D | device_config.h | 41 DeviceType deviceType { DeviceType::PHONE };
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/ets/common/ |
H A D | Constants.ts | 28 static readonly PHONE = 'phone';
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/common/ |
H A D | Constants.ts | 28 static readonly PHONE = 'phone';
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | resource_convertor.cpp | 23 case DeviceType::PHONE: in ConvertDeviceTypeToGlobal() 115 return DeviceType::PHONE; in ConvertDeviceTypeToAce()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_type.h | 31 PHONE = 3, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | js_inspector_test.cpp | 94 if (deviceType == DeviceType::PHONE) { in CheckToggleAttrAndStyle() 138 if (deviceType == DeviceType::PHONE) { in CheckTextAreaAttrAndStyle() 163 if (deviceType == DeviceType::PHONE) { in CheckTextAttrAndStyle() 196 if (deviceType == DeviceType::PHONE) { in CheckTabBarAttrAndStyle() 226 if (deviceType == DeviceType::PHONE) { in CheckSwiperAttrAndStyle() 254 if (deviceType == DeviceType::PHONE) { in CheckSliderAttrAndStyle() 281 if (deviceType == DeviceType::PHONE) { in CheckRefreshAttrAndStyle() 290 if (deviceType == DeviceType::PHONE) { in CheckRefreshAttrAndStyle() 318 if (deviceType == DeviceType::PHONE) { in CheckRatingAttrAndStyle() 342 if (deviceType == DeviceType::PHONE) { in CheckProgressAttrAndStyle() [all …]
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/missionCenterDemo/dmsDemo/entry/src/main/ets/Util/ |
H A D | DeviceManager.ets | 28 const PHONE: string = 'PHONE'; 88 return PHONE;
|