Searched refs:ranges (Results 1 – 2 of 2) sorted by relevance
212 final List<MotionRange> ranges = device.getMotionRanges(); in InputDeviceState() local213 for (MotionRange range : ranges) { in InputDeviceState()222 for (MotionRange range : ranges) { in InputDeviceState()
647 var ranges = lines.replace(/\s+/g, '').split(',');653 for (var i=0, range; range = ranges[i++];) {