/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | _print___print_attributes.md | 27 | bool [isLandscape](#islandscape) | 横纵向. | 71 ### isLandscape subsection 74 bool Print_PrintAttributes::isLandscape
|
H A D | js-apis-print-sys.md | 135 | isLandscape | boolean | 是 | 表示垂直打印 | 726 isLandscape : false, 790 isLandscape : false, 937 isLandscape : false, 998 isLandscape : false,
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | _print___print_attributes.md | 27 | bool [isLandscape](#islandscape) | Defines whether to print in the landscape mode. | 71 ### isLandscape subsection 74 bool Print_PrintAttributes::isLandscape
|
/ohos5.0/foundation/ability/ability_runtime/services/dialog_ui/ams_system_dialog/entry/src/main/ets/pages/ |
H A D | PhonePage.ets | 60 private isLandscape: boolean = false; 107 (this.isLandscape ? 0.1 : 0.2) + this.statusBarHeight; 135 this.isLandscape = true; 137 this.isLandscape = false;
|
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/ |
H A D | print_attributes_helper.cpp | 86 bool isLandscape = NapiPrintUtils::GetBooleanProperty(env, jsValue, PARAM_JOB_ISLANDSCAPE); in BuildFromJs() local 87 nativeObj->SetIsLandscape(isLandscape); in BuildFromJs()
|
H A D | print_job_helper.cpp | 131 bool isLandscape = NapiPrintUtils::GetBooleanProperty(env, jsValue, PARAM_JOB_ISLANDSCAPE); in BuildFromJs() local 140 nativeObj->SetIsLandscape(isLandscape); in BuildFromJs()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | screen_cutout_controller.cpp | 272 bool isLandscape = screenHeight < screenWidth ? true : false; in CalculateCurvedCompression() local 275 isLandscape ? screenHeight - totalCompressedSize : screenWidth - totalCompressedSize; in CalculateCurvedCompression() 286 … isLandscape ? screenHeight + totalCompressedSize : screenWidth + totalCompressedSize; in CalculateCurvedCompression()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/ |
H A D | folder_stack_layout_algorithm.cpp | 295 auto isLandscape = rotation == Rotation::ROTATION_90 || rotation == Rotation::ROTATION_270; in IsIntoFolderStack() local 299 isFullWindow, isFoldable, foldStatus, isLandscape); in IsIntoFolderStack() 300 return isFullWindow && isFoldable && foldStatus == FoldStatus::HALF_FOLD && isLandscape; in IsIntoFolderStack()
|
H A D | folder_stack_pattern.cpp | 159 auto isLandscape = rotation == Rotation::ROTATION_90 || rotation == Rotation::ROTATION_270; in RefreshStack() local 160 if (currentFoldStatus == displayInfo->GetFoldStatus() && isLandscape && in RefreshStack()
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | print_manager_adapter.h | 47 bool isLandscape; member
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | print_attributes.cpp | 110 void PrintAttributes::SetIsLandscape(bool isLandscape) in SetIsLandscape() argument 113 isLandscape_ = isLandscape; in SetIsLandscape()
|
H A D | print_job.cpp | 147 void PrintJob::SetIsLandscape(bool isLandscape) in SetIsLandscape() argument 149 isLandscape_ = isLandscape; in SetIsLandscape()
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/ |
H A D | print_attributes.h | 50 void SetIsLandscape(bool isLandscape);
|
H A D | print_job.h | 60 void SetIsLandscape(bool isLandscape);
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-layout-development-media-query.md | 186 private changeOrientation(isLandscape: boolean) { 191 …lastWindow.setPreferredOrientation(isLandscape ? window.Orientation.LANDSCAPE : window.Orientation…
|
H A D | arkts-component-animation.md | 114 if (mediaQueryResult.matches == AppStorage.get<boolean>('isLandscape')) { 117 AppStorage.setOrCreate<boolean>('isLandscape', mediaQueryResult.matches)
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | keyboard_session.cpp | 662 bool isLandscape = screenWidth > screenHeight ? true : false; in MoveAndResizeKeyboard() local 663 WSRect rect = isLandscape ? SessionHelper::TransferToWSRect(params.LandscapeKeyboardRect_) : in MoveAndResizeKeyboard() 680 …rect.ToString().c_str(), newRequestRect.ToString().c_str(), isLandscape, screenWidth, screenHeight… in MoveAndResizeKeyboard()
|
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/ |
H A D | ohprint.h | 486 bool isLandscape; member
|
/ohos5.0/base/web/webview/ohos_adapter/print_manager_adapter/src/ |
H A D | print_manager_adapter_impl.cpp | 131 printAttributesAdapter.isLandscape = attrs.GetIsLandscape(); in ConvertPrintingParameters()
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-component-animation.md | 114 if (mediaQueryResult.matches == AppStorage.get<boolean>('isLandscape')) { 117 AppStorage.setOrCreate<boolean>('isLandscape', mediaQueryResult.matches)
|
H A D | arkts-layout-development-media-query.md | 186 private changeOrientation(isLandscape: boolean) { 191 …lastWindow.setPreferredOrientation(isLandscape ? window.Orientation.LANDSCAPE : window.Orientation…
|
/ohos5.0/base/print/print_fwk/services/print_service/include/ |
H A D | print_cups_client.h | 38 bool isLandscape; member
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/ |
H A D | print_cups_client_test.cpp | 1797 jobParams->isLandscape = true; 1829 jobParams->isLandscape = true; 1861 jobParams->isLandscape = false; 1893 jobParams->isLandscape = true;
|
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/ |
H A D | print_capi.cpp | 522 attributes->isLandscape = attrs.GetIsLandscape(); in BuildPrintAttributes()
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_cups_client.cpp | 898 if (jobParams->isLandscape) { in FillLandscapeOptions() 1698 params->isLandscape = jobInfo.GetIsLandscape(); in BuildJobParameters() 1724 PRINT_HILOGD("jobParams->isLandscape: %{public}d", jobParams->isLandscape); in DumpJobParameters()
|