Searched refs:isFoldable (Results 1 - 11 of 11) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | display_info_utils.cpp | 34 auto isFoldable = Rosen::DisplayManager::GetInstance().IsFoldable(); in GetDisplayInfo() local 51 displayInfo_->SetIsFoldable(isFoldable); in GetDisplayInfo() 60 auto isFoldable = Rosen::DisplayManager::GetInstance().IsFoldable(); in InitIsFoldable() local 61 displayInfo_->SetIsFoldable(isFoldable); in InitIsFoldable() 69 auto isFoldable = Rosen::DisplayManager::GetInstance().IsFoldable(); in IsFoldable() local 70 displayInfo_->SetIsFoldable(isFoldable); in IsFoldable() 72 return isFoldable; in IsFoldable()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | display_info.h | 77 void SetIsFoldable(bool isFoldable) in SetIsFoldable() argument 79 isFoldable_ = isFoldable; in SetIsFoldable()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/ |
H A D | folder_stack_layout_algorithm.cpp | 288 bool isFoldable = displayInfo->GetIsFoldable(); in IsIntoFolderStack() local 293 "folderStack state isFullWindow:%{public}d, isFoldable:%{public}d, " in IsIntoFolderStack() 295 isFullWindow, isFoldable, foldStatus, isLandscape); in IsIntoFolderStack() 296 return isFullWindow && isFoldable && foldStatus == FoldStatus::HALF_FOLD && isLandscape; in IsIntoFolderStack()
|
/foundation/window/window_manager/dm/src/ |
H A D | oh_display_manager.cpp | 402 bool isFoldable = DisplayManager::GetInstance().IsFoldable(); in OH_NativeDisplayManager_IsFoldable() local 403 TLOGI(WmsLogTag::DMS, "[DMNDK] get display isFoldable=%{public}d.", isFoldable); in OH_NativeDisplayManager_IsFoldable() 404 return isFoldable; in OH_NativeDisplayManager_IsFoldable()
|
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcamera_device.cpp | 431 bool isFoldable = OHOS::Rosen::DisplayManager::GetInstance().IsFoldable(); in HandleFoldableDevice() local 432 MEDIA_DEBUG_LOG("HCameraDevice::OpenDevice isFoldable is %d", isFoldable); in HandleFoldableDevice() 433 if (isFoldable) { in HandleFoldableDevice() 446 bool isFoldable = OHOS::Rosen::DisplayManager::GetInstance().IsFoldable(); in CloseDevice() local 447 if (isFoldable) { in CloseDevice() 1355 bool isFoldable = OHOS::Rosen::DisplayManager::GetInstance().IsFoldable(); in RemoveResourceWhenHostDied() local 1356 if (isFoldable) { in RemoveResourceWhenHostDied()
|
H A D | hcamera_service.cpp | 221 isFoldable = isFoldableInit ? isFoldable : g_isFoldScreen; in GetCameras() 250 if (isFoldable && cameraPosition == OHOS_CAMERA_POSITION_FRONT && foldType == OHOS_CAMERA_FOLDSCREEN_INNER) { in GetCameraMetaInfo() 850 isFoldable = isFoldableInit ? isFoldable : g_isFoldScreen; in SetFoldStatusCallback() 851 CHECK_EXECUTE((isFoldable && !isFoldRegister), RegisterFoldStatusListener()); in SetFoldStatusCallback()
|
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/ |
H A D | observer_manager.cpp | 521 bool isFoldable = OHOS::Rosen::DisplayManager::GetInstance().IsFoldable(); in InitDisplayModeObserver() local 522 if (!isFoldable) { in InitDisplayModeObserver()
|
/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | hcamera_service.h | 271 bool isFoldable = false; member in OHOS::CameraStandard::HCameraService
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/ |
H A D | camera_manager.cpp | 1262 bool isFoldable = GetIsFoldable(); in GetSupportedCameras() local 1263 CHECK_ERROR_RETURN_RET(!isFoldable, cameraDeviceList); in GetSupportedCameras()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | capture_session.cpp | 5665 bool isFoldable = CameraManager::GetInstance()->GetIsFoldable(); in IsAutoDeviceSwitchSupported() local 5666 MEDIA_INFO_LOG("IsAutoDeviceSwitchSupported %{public}d.", isFoldable); in IsAutoDeviceSwitchSupported() 5667 return isFoldable; in IsAutoDeviceSwitchSupported()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 5366 bool isFoldable = container->IsFoldable(); in UpdateHalfFoldHoverStatus() local 5367 if (!isFoldable && !SystemProperties::IsSmallFoldProduct()) { in UpdateHalfFoldHoverStatus()
|
Completed in 42 milliseconds