Searched refs:Resize (Results 1 - 3 of 3) sorted by relevance
/test/testfwk/arkxtest/uitest/core/ |
H A D | window_operator.h | 32 /**Resize this Window to the specified size for the specified direction.*/ 33 void Resize(int32_t width, int32_t highth, ResizeDirection direction, ApiReplyInfo &out);
|
H A D | window_operator.cpp | 139 void WindowOperator::Resize(int32_t width, int32_t highth, ResizeDirection direction, ApiReplyInfo &out) in Resize() function in OHOS::uitest::WindowOperator
|
H A D | frontend_api_handler.cpp | 1364 out.exception_ = ApiCallErr(ERR_OPERATION_UNSUPPORTED, "Resize cannot be done in this direction"); in RegisterUiWindowOperators() 1367 wOp.Resize(width, highth, direction, out); in RegisterUiWindowOperators()
|
Completed in 4 milliseconds