Home
last modified time | relevance | path

Searched refs:isFoldable (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Ddisplay_info_utils.cpp34 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 Ddisplay_info.h77 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 Dfolder_stack_layout_algorithm.cpp288 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 Doh_display_manager.cpp402 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 Dhcamera_device.cpp431 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 Dhcamera_service.cpp221 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 Dobserver_manager.cpp521 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 Dhcamera_service.h271 bool isFoldable = false; member in OHOS::CameraStandard::HCameraService
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp1262 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 Dcapture_session.cpp5665 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 Dpipeline_context.cpp5366 bool isFoldable = container->IsFoldable(); in UpdateHalfFoldHoverStatus() local
5367 if (!isFoldable && !SystemProperties::IsSmallFoldProduct()) { in UpdateHalfFoldHoverStatus()

Completed in 48 milliseconds