Searched refs:ranges (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_InputDevice.cpp62 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); local
63 for (size_t i = 0; i < ranges.size(); i++) {
64 const InputDeviceInfo::MotionRange& range = ranges.itemAt(i);
/frameworks/native/opengl/libagl/
H A DTokenizer.cpp164 const run_t* ranges = mRanges.array(); local
168 ALOGD("%u: (%u, %u)\n", i, ranges[i].first, ranges[i].length);
/frameworks/base/services/input/
H A DInputReader.cpp871 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); local
872 if (!ranges.isEmpty()) {
874 for (size_t i = 0; i < ranges.size(); i++) {
875 const InputDeviceInfo::MotionRange& range = ranges.itemAt(i);
3187 // Compute oriented precision, scales and ranges.

Completed in 1524 milliseconds