Searched refs:key1_ (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() 373 const int32_t key1_; member in OHOS::uitest::MouseClick 380 : point_(point), scrollValue_(scrollValue), key1_(key1), key2_(key2), speed_(speed) {}; in MouseScroll() 389 const int32_t key1_; member in OHOS::uitest::MouseScroll
|
H A D | ui_action.cpp | 317 keyAction1.push_back(KeyEvent {ActionStage::DOWN, key1_, opt.keyHoldMs_}); in Decompose() 324 keyAction2.push_back(KeyEvent {ActionStage::UP, key1_, opt.keyHoldMs_}); in Decompose() 336 keyAction1.push_back(KeyEvent {ActionStage::DOWN, key1_, opt.keyHoldMs_}); in Decompose() 349 keyAction2.push_back(KeyEvent {ActionStage::UP, key1_, opt.keyHoldMs_}); in Decompose()
|
Completed in 3 milliseconds