Home
last modified time | relevance | path

Searched refs:key1_ (Results 1 – 2 of 2) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
Dui_action.h363 : 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
Dui_action.cpp309 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()