Home
last modified time | relevance | path

Searched defs:isPhone (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp317 auto isPhone = uiType_ == UI_TYPE_PHONE; in IsWindowFollowParent() local
H A Dwindow_node_container.cpp778 auto isPhone = uiType_ == UI_TYPE_PHONE; in IsWindowFollowParent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_column.cpp329 bool isPhone = SystemProperties::GetDeviceType() == DeviceType::PHONE; in HandleDragStart() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/interfaces/
H A Dmultinavigation.js37 static isPhone() { method in DeviceHelper
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp874 static bool isPhone = system::GetParameter("const.product.devicetype", "pc") == "phone"; in IsPhoneType() local
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp1022 bool SceneSession::IsKeyboardNeedLeftOffset(bool isPhone, const sptr<WindowSessionProperty>& sessio… in IsKeyboardNeedLeftOffset()
1058 static bool isPhone = systemConfig_.uiType_ == UI_TYPE_PHONE; in FixKeyboardPositionByKeyboardPanel() local
H A Dsession.cpp3097 bool isPhone = systemConfig_.uiType_ == UI_TYPE_PHONE; in IsSupportDetectWindow() local
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp179 auto isPhone = windowSystemConfig_.uiType_ == UI_TYPE_PHONE; in CreateSurfaceNode() local
H A Dwindow_scene_session_impl.cpp907 auto isPhone = windowSystemConfig_.uiType_ == UI_TYPE_PHONE; in GetConfigurationFromAbilityInfo() local