Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dgesture_referee.cpp323 bool GestureReferee::CheckSourceTypeChange(SourceType type, bool isAxis_) in CheckSourceTypeChange() argument
330 if (isAxis_ != lastIsAxis_) { in CheckSourceTypeChange()
332 lastIsAxis_ = isAxis_; in CheckSourceTypeChange()