Home
last modified time | relevance | path

Searched refs:fingerIndex (Results 1 - 3 of 3) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
H A Dui_action.cpp242 TouchEvent& PointerMatrix::At(uint32_t fingerIndex, uint32_t stepIndex) const in At() argument
244 return *(this->data_.get() + (fingerIndex * this->stepNum_ + stepIndex)); in At()
H A Dfrontend_api_handler.cpp927 for (uint32_t fingerIndex = 0; fingerIndex < pointer.GetFingers(); fingerIndex++) { in CheckMultiPointerOperatorsPoint()
929 if (pointer.At(fingerIndex, stepIndex).flags_ != 1) { in CheckMultiPointerOperatorsPoint()
H A Dui_action.h119 TouchEvent& At(uint32_t fingerIndex, uint32_t stepIndex) const;

Completed in 5 milliseconds