/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | device_type.h | 26 TABLET, member in OHOS::Ace::DeviceType
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | resource_convertor.cpp | 31 case DeviceType::TABLET: in ConvertDeviceTypeToGlobal() 100 return DeviceType::TABLET; in ConvertDeviceTypeToAce()
|
H A D | system_properties.cpp | 125 } else if (type == DeviceType::TABLET) { in InitDeviceType() 126 deviceType_ = DeviceType::TABLET; in InitDeviceType()
|
H A D | resource_adapter_impl.cpp | 106 case DeviceType::TABLET: in ConvertDeviceType() 259 if (deviceType == DeviceType::PHONE || deviceType == DeviceType::CAR || deviceType == DeviceType::TABLET || in Create()
|
/foundation/window/window_manager/previewer/include/ |
H A D | window_model.h | 34 TABLET, member in OHOS::Previewer::DeviceType
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | tool_bar_layout_algorithm.cpp | 52 if (SystemProperties::GetDeviceType() == DeviceType::TABLET && in GetToolbarContainerMaxWidth() 62 if (SystemProperties::GetDeviceType() == DeviceType::TABLET && in GetToolbarContainerMaxWidth()
|
H A D | navigation_layout_util.cpp | 57 } else if (SystemProperties::GetDeviceType() == DeviceType::TABLET) { in CheckWhetherNeedToHideToolbar()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | resource_convertor.cpp | 31 case DeviceType::TABLET: in ConvertDeviceTypeToGlobal() 124 return DeviceType::TABLET; in ConvertDeviceTypeToAce()
|
H A D | system_properties.cpp | 531 deviceType_ = DeviceType::TABLET; in InitDeviceTypeBySystemProperty()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/ |
H A D | media_query_info.cpp | 38 case DeviceType::TABLET: in GetDeviceType()
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | options.h | 36 TABLET, member in OHOS::AbilityRuntime::DeviceType
|
/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | render_checkable.h | 85 return SystemProperties::GetDeviceType() == DeviceType::TABLET || in IsTablet()
|
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | navigation_container_component.cpp | 115 bool isSupportDeviceType = SystemProperties::GetDeviceType() == DeviceType::TABLET || in NeedSection()
|
H A D | navigation_bar_component.cpp | 475 case DeviceType::TABLET: in Build()
|
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/ |
H A D | test_common.h | 50 TABLET = 0x11, enumerator
|
/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | render_rating.h | 107 return SystemProperties::GetDeviceType() == DeviceType::TABLET || in IsTablet()
|
/foundation/arkui/ace_engine/adapter/preview/entrance/samples/ |
H A D | ace_tablet_test.cpp | 85 .deviceConfig.deviceType = OHOS::Ace::DeviceType::TABLET, in main()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_common_def.h | 223 TABLET, member in OHOS::Rosen::DeviceType
|
/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | js_inspector_test.cpp | 645 * @tc.desc: InspectButton::PackAttrAndStyle-TABLET 657 SystemProperties::SetDeviceType(DeviceType::TABLET); in HWTEST_F() 985 * @tc.desc: InspectDivider::PackAttrAndStyle-TABLET 997 SystemProperties::SetDeviceType(DeviceType::TABLET); in HWTEST_F() 1380 * @tc.desc: InspectInput::PackAttrAndStyle-TABLET 1392 SystemProperties::SetDeviceType(DeviceType::TABLET); in HWTEST_F() 1514 * @tc.desc: InspectLabel::PackAttrAndStyle-TABLET 1526 SystemProperties::SetDeviceType(DeviceType::TABLET); in HWTEST_F() 1789 * @tc.desc: InspectMarquee::PackAttrAndStyle-TABLET 1801 SystemProperties::SetDeviceType(DeviceType::TABLET); in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_document.cpp | 256 SystemProperties::GetDeviceType() == DeviceType::TABLET || in CreateNodeWithId()
|
/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | ace_res_key_parser.cpp | 57 { "tablet", DeviceType::TABLET },
|
H A D | ace_res_config.cpp | 733 ? DeviceType::TABLET in GetCurrentDeviceResTag() 752 ? DeviceType::TABLET in GetCurrentDeviceDeclarativeResTag()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menu_layoutScd_test_ng.cpp | 521 * @tc.steps: step1. device type is TABLET, create menu node, preview node and menuLayoutAlgorithm, then set the in HWTEST_F() 531 SystemProperties::SetDeviceType(DeviceType::TABLET); in HWTEST_F() 593 * @tc.steps: step1. device type is TABLET, create menu node, preview node and menuLayoutAlgorithm, then set the in HWTEST_F() 603 SystemProperties::SetDeviceType(DeviceType::TABLET); in HWTEST_F() 715 * @tc.steps: step1. device type is TABLET, create menu node, preview node and menuLayoutAlgorithm, then set the in HWTEST_F() 725 SystemProperties::SetDeviceType(DeviceType::TABLET); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | render_tab_bar.cpp | 620 SystemProperties::GetDeviceType() == DeviceType::TABLET || in MakeIndicatorOffset()
|
/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | render_button.cpp | 465 isTablet_ = (SystemProperties::GetDeviceType() == DeviceType::TABLET || in Update()
|