Home
last modified time | relevance | path

Searched defs:alignment (Results 1 – 6 of 6) sorted by relevance

/interface/sdk-js/api/@internal/component/ets/
Dcustom_dialog_controller.d.ts178 alignment?: DialogAlignment; property
Daction_sheet.d.ts688 alignment?: DialogAlignment; property
Dalert_dialog.d.ts880 alignment?: DialogAlignment; property
/interface/sdk_c/third_party/musl/ndk_musl_include/sys/
Dcdefs.h89 #define __ALIGN(value, alignment) (((value) + (alignment)-1) & ~((alignment)-1)) argument
/interface/sdk_c/graphic/graphic_2d/native_drawing/
Ddrawing_text_typography.h218 OH_Drawing_PlaceholderVerticalAlignment alignment; member
/interface/sdk_c/third_party/vulkan-headers/vulkan/
Dvulkan_core.h3498 VkDeviceSize alignment; member