Home
last modified time | relevance | path

Searched defs:isAxisSupported (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DVelocityTracker.java330 public boolean isAxisSupported(@VelocityTrackableMotionEventAxis int axis) { in isAxisSupported() method in VelocityTracker
/frameworks/native/libs/input/
DVelocityTracker.cpp150 bool VelocityTracker::isAxisSupported(int32_t axis) { in isAxisSupported() function in android::VelocityTracker