Home
last modified time | relevance | path

Searched refs:numRanges (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DInputDevice.java450 int numRanges = in.readInt(); in InputDevice() local
451 if (numRanges > MAX_RANGES) { in InputDevice()
452 numRanges = MAX_RANGES; in InputDevice()
455 for (int i = 0; i < numRanges; i++) { in InputDevice()
698 final int numRanges = mMotionRanges.size(); in getMotionRange() local
699 for (int i = 0; i < numRanges; i++) { in getMotionRange()
723 final int numRanges = mMotionRanges.size(); in getMotionRange() local
724 for (int i = 0; i < numRanges; i++) { in getMotionRange()
968 final int numRanges = mMotionRanges.size(); in writeToParcel() local
969 out.writeInt(numRanges); in writeToParcel()
[all …]
/frameworks/native/libs/input/
DInputDevice.cpp187 size_t numRanges = mMotionRanges.size(); in getMotionRange() local
188 for (size_t i = 0; i < numRanges; i++) { in getMotionRange()
/frameworks/av/media/libstagefright/foundation/
DColorUtils.cpp175 int32_t numRanges = ColorAspects::RangeOther + 1; // 0x100 in unwrapColorAspectsFromColorRange() local
176 if (range >= start && range < start + numRanges) { in unwrapColorAspectsFromColorRange()