Home
last modified time | relevance | path

Searched refs:stepNum_ (Results 1 - 2 of 2) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
H A Dui_action.cpp203 this->stepNum_ = stepsNum; in PointerMatrix()
204 this->capacity_ = this->fingerNum_ * this->stepNum_; in PointerMatrix()
213 this->stepNum_ = other.stepNum_; in operator =()
217 other.stepNum_ = 0; in operator =()
244 return *(this->data_.get() + (fingerIndex * this->stepNum_ + stepIndex)); in At()
259 return this->stepNum_; in GetSteps()
270 for (uint32_t step = 0; step < stepNum_; step++) { in ConvertToMouseEvents()
H A Dui_action.h133 uint32_t stepNum_ = 0; member in OHOS::uitest::PointerMatrix

Completed in 2 milliseconds