Home
last modified time | relevance | path

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

1234567

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/js_inspector/
H A Dinspect_refresh.cpp29 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
38 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
H A Dinspect_tab_bar.cpp31 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
H A Dinspect_progress.cpp33 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
H A Dinspect_rating.cpp34 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
H A Dinspect_marquee.cpp33 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
H A Dinspect_textarea.cpp31 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
H A Dinspect_button.cpp32 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
H A Dinspect_input.cpp34 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
H A Dinspect_divider.cpp31 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
H A Dinspect_label.cpp30 if (deviceType == DeviceType::PHONE) { in PackAttrAndStyle()
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_model.h30 PHONE, enumerator
52 DeviceType deviceType = DeviceType::PHONE; // device type
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_column_test_ng.cpp244 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 Dtext_picker_test_ng.cpp283 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 Doptions.h32 PHONE, enumerator
55 DeviceType deviceType { DeviceType::PHONE };
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp60 DeviceType SystemProperties::deviceType_ { DeviceType::PHONE };
133 deviceType_ = DeviceType::PHONE; in InitDeviceType()
150 deviceType_ = DeviceType::PHONE; in InitDeviceTypeBySystemProperty()
H A Dresource_convertor.cpp23 case DeviceType::PHONE: in ConvertDeviceTypeToGlobal()
92 return DeviceType::PHONE; in ConvertDeviceTypeToAce()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/
H A Drender_focus_animation.cpp113 } 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 Ddevice_type.h22 PHONE, enumerator
H A Ddevice_config.h41 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 DConstants.ts28 static readonly PHONE = 'phone';
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/common/
H A DConstants.ts28 static readonly PHONE = 'phone';
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_convertor.cpp23 case DeviceType::PHONE: in ConvertDeviceTypeToGlobal()
115 return DeviceType::PHONE; in ConvertDeviceTypeToAce()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_type.h31 PHONE = 3, enumerator
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_inspector_test.cpp94 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 DDeviceManager.ets28 const PHONE: string = 'PHONE';
88 return PHONE;

1234567