Searched refs:SetContentAlignment (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | dialog_model.h | 46 int32_t SetContentAlignment(ArkUI_NativeDialogHandle handle, int32_t alignment, float offsetX, float offsetY);
|
H A D | dialog_model.cpp | 61 int32_t SetContentAlignment(ArkUI_NativeDialogHandle handle, int32_t alignment, float offsetX, float offsetY) in SetContentAlignment() function
|
H A D | native_impl.cpp | 97 OHOS::Ace::DialogModel::SetContentAlignment,
|
/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | dialog_model_test.cpp | 129 * @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