Home
last modified time | relevance | path

Searched refs:Resize (Results 1 - 3 of 3) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
H A Dwindow_operator.h32 /**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 Dwindow_operator.cpp139 void WindowOperator::Resize(int32_t width, int32_t highth, ResizeDirection direction, ApiReplyInfo &out) in Resize() function in OHOS::uitest::WindowOperator
H A Dfrontend_api_handler.cpp1364 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