Home
last modified time | relevance | path

Searched refs:TABLET (Results 1 - 25 of 35) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/base/utils/
H A Ddevice_type.h26 TABLET, member in OHOS::Ace::DeviceType
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_convertor.cpp31 case DeviceType::TABLET: in ConvertDeviceTypeToGlobal()
100 return DeviceType::TABLET; in ConvertDeviceTypeToAce()
H A Dsystem_properties.cpp125 } else if (type == DeviceType::TABLET) { in InitDeviceType()
126 deviceType_ = DeviceType::TABLET; in InitDeviceType()
H A Dresource_adapter_impl.cpp106 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 Dwindow_model.h34 TABLET, member in OHOS::Previewer::DeviceType
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtool_bar_layout_algorithm.cpp52 if (SystemProperties::GetDeviceType() == DeviceType::TABLET && in GetToolbarContainerMaxWidth()
62 if (SystemProperties::GetDeviceType() == DeviceType::TABLET && in GetToolbarContainerMaxWidth()
H A Dnavigation_layout_util.cpp57 } else if (SystemProperties::GetDeviceType() == DeviceType::TABLET) { in CheckWhetherNeedToHideToolbar()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_convertor.cpp31 case DeviceType::TABLET: in ConvertDeviceTypeToGlobal()
124 return DeviceType::TABLET; in ConvertDeviceTypeToAce()
H A Dsystem_properties.cpp531 deviceType_ = DeviceType::TABLET; in InitDeviceTypeBySystemProperty()
/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/
H A Dmedia_query_info.cpp38 case DeviceType::TABLET: in GetDeviceType()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Doptions.h36 TABLET, member in OHOS::AbilityRuntime::DeviceType
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_checkable.h85 return SystemProperties::GetDeviceType() == DeviceType::TABLET || in IsTablet()
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_container_component.cpp115 bool isSupportDeviceType = SystemProperties::GetDeviceType() == DeviceType::TABLET || in NeedSection()
H A Dnavigation_bar_component.cpp475 case DeviceType::TABLET: in Build()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dtest_common.h50 TABLET = 0x11, enumerator
/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drender_rating.h107 return SystemProperties::GetDeviceType() == DeviceType::TABLET || in IsTablet()
/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
H A Dace_tablet_test.cpp85 .deviceConfig.deviceType = OHOS::Ace::DeviceType::TABLET, in main()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_common_def.h223 TABLET, member in OHOS::Rosen::DeviceType
/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_inspector_test.cpp645 * @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 Ddom_document.cpp256 SystemProperties::GetDeviceType() == DeviceType::TABLET || in CreateNodeWithId()
/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_key_parser.cpp57 { "tablet", DeviceType::TABLET },
H A Dace_res_config.cpp733 ? DeviceType::TABLET in GetCurrentDeviceResTag()
752 ? DeviceType::TABLET in GetCurrentDeviceDeclarativeResTag()
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_layoutScd_test_ng.cpp521 * @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 Drender_tab_bar.cpp620 SystemProperties::GetDeviceType() == DeviceType::TABLET || in MakeIndicatorOffset()
/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drender_button.cpp465 isTablet_ = (SystemProperties::GetDeviceType() == DeviceType::TABLET || in Update()

Completed in 25 milliseconds

12