Home | History | Annotate | Download | only in input

Lines Matching refs:ranges

871     const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges();
872 if (!ranges.isEmpty()) {
873 dump.append(INDENT2 "Motion Ranges:\n");
874 for (size_t i = 0; i < ranges.size(); i++) {
875 const InputDeviceInfo::MotionRange& range = ranges.itemAt(i);
3218 // Compute oriented precision, scales and ranges.