Searched refs:key1_ (Results 1 – 2 of 2) sorted by relevance
/test/testfwk/arkxtest/uitest/core/ |
D | ui_action.h | 363 : type_(type), point_(point), button_(button), key1_(key1), key2_(key2) {}; in MouseClick() 373 const int32_t key1_; variable 380 … : point_(point), scrollValue_(scrollValue), key1_(key1), key2_(key2), speed_(speed) {}; in MouseScroll() 389 const int32_t key1_; variable
|
D | ui_action.cpp | 309 keyAction1.push_back(KeyEvent {ActionStage::DOWN, key1_, opt.keyHoldMs_}); in Decompose() 316 keyAction2.push_back(KeyEvent {ActionStage::UP, key1_, opt.keyHoldMs_}); in Decompose() 328 keyAction1.push_back(KeyEvent {ActionStage::DOWN, key1_, opt.keyHoldMs_}); in Decompose() 341 keyAction2.push_back(KeyEvent {ActionStage::UP, key1_, opt.keyHoldMs_}); in Decompose()
|