Searched refs:key2_ (Results 1 - 2 of 2) sorted by relevance
/test/testfwk/arkxtest/uitest/core/ |
H A D | ui_action.h | 363 : type_(type), point_(point), button_(button), key1_(key1), key2_(key2) {}; in MouseClick() 374 const int32_t key2_; member in OHOS::uitest::MouseClick 380 : point_(point), scrollValue_(scrollValue), key1_(key1), key2_(key2), speed_(speed) {}; in MouseScroll() 390 const int32_t key2_; member in OHOS::uitest::MouseScroll
|
H A D | ui_action.cpp | 318 keyAction1.push_back(KeyEvent {ActionStage::DOWN, key2_, opt.keyHoldMs_}); in Decompose() 323 keyAction2.push_back(KeyEvent {ActionStage::UP, key2_, opt.keyHoldMs_}); in Decompose() 337 keyAction1.push_back(KeyEvent {ActionStage::DOWN, key2_, opt.keyHoldMs_}); in Decompose() 348 keyAction2.push_back(KeyEvent {ActionStage::UP, key2_, opt.keyHoldMs_}); in Decompose()
|
Completed in 2 milliseconds