Home | History | Annotate | Download | only in input

Lines Matching defs:ranges

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