Home
last modified time | relevance | path

Searched refs:orientations (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/sdk/dump/
H A Dresource_index.py36 orientations = {0: "vertical", 1: "horizontal"} variable
76 key_str = key_str + orientations.get(int(key_s[1]))
78 key_str = "{}-{}".format(key_str, orientations.get(int(key_s[1])))
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Doh__display__info_8h.md40 …manager.md#nativedisplaymanager_orientation) | Defines an enum for the orientations of a display.|
58 …NDSCAPE_INVERTED = 3,<br>DISPLAY_MANAGER_UNKNOWN<br>} | Enumerates the orientations of a display.|
H A D_o_h___display_manager.md41 …entation](#nativedisplaymanager_orientation) | Defines an enum for the orientations of a display.|
61 …NDSCAPE_INVERTED = 3,<br>DISPLAY_MANAGER_UNKNOWN<br>} | Enumerates the orientations of a display.|
218 Defines an enum for the orientations of a display.
393 Enumerates the orientations of a display.
H A Djs-apis-display.md35 Enumerates the orientations of a display.
H A Djs-apis-screen-sys.md1517 Enumerates the screen orientations.
H A Djs-apis-window.md99 Enumerates the window orientations.
/ohos5.0/docs/en/design/ux-design/
H A Dmultimodal-index-bar.md14 - Use an index bar in both landscape and portrait orientations. If letters cannot be completely dis…
H A Ddesign-effect-drawings.md22 …de effect drawings for ultra-small devices and the landscape/portrait orientations. You must fully…
H A Dmultimodal-dialog.md51 The height and location of a dialog differs in portrait and landscape orientations.
/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_helper_test.cpp78 … static Print_OrientationMode orientations[] = {ORIENTATION_MODE_PORTRAIT, ORIENTATION_MODE_NONE}; in BuildCapability() local
93 capability.supportedOrientations = orientations; in BuildCapability()
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-app-ability-configurationConstant.md32 Enumerates the display orientations.
H A Djs-apis-Bundle.md1466 Enumerates display orientations.
H A Djs-apis-bundleManager.md128 Enumerates the display orientations of the ability. This property applies only to the ability using…
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_capability_helper.cpp355 [nativeObj](const std::vector<uint32_t>& orientations) { in buildSupportedOrientations() argument
356 nativeObj->SetSupportedOrientation(orientations); in buildSupportedOrientations()
/ohos5.0/docs/en/application-dev/quick-start/
H A Dmodule-structure.md215 | orientation | Display orientations of the ability. This attribute applies only to the ability usi…