Searched refs:isInputDeviceInfoValid (Results 1 – 1 of 1) sorted by relevance
1166 if (!isInputDeviceInfoValid(inputDeviceId, axis, source)) return NO_FLING_MIN_VELOCITY; in getScaledMinimumFlingVelocity()1184 if (!isInputDeviceInfoValid(inputDeviceId, axis, source)) return NO_FLING_MAX_VELOCITY; in getScaledMaximumFlingVelocity()1191 private static boolean isInputDeviceInfoValid(int id, int axis, int source) { in isInputDeviceInfoValid() method in ViewConfiguration