Home
last modified time | relevance | path

Searched refs:SetContentAlignment (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/interfaces/native/node/
H A Ddialog_model.h46 int32_t SetContentAlignment(ArkUI_NativeDialogHandle handle, int32_t alignment, float offsetX, float offsetY);
H A Ddialog_model.cpp61 int32_t SetContentAlignment(ArkUI_NativeDialogHandle handle, int32_t alignment, float offsetX, float offsetY) in SetContentAlignment() function
H A Dnative_impl.cpp97 OHOS::Ace::DialogModel::SetContentAlignment,
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Ddialog_model_test.cpp129 * @tc.desc: Test SetContentAlignment function.
134 int32_t ret = SetContentAlignment(nullptr, 0, 0.0f, 0.0f); in HWTEST_F()
140 * @tc.desc: Test SetContentAlignment function.
148 int32_t ret = SetContentAlignment(nativeDialogHandle, 0, 0.0f, 0.0f); in HWTEST_F()
167 * @tc.desc: Test SetContentAlignment function.

Completed in 3 milliseconds