Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputDevice.java444 int numRanges = in.readInt(); in InputDevice() local
445 if (numRanges > MAX_RANGES) { in InputDevice()
446 numRanges = MAX_RANGES; in InputDevice()
449 for (int i = 0; i < numRanges; i++) { in InputDevice()
694 final int numRanges = mMotionRanges.size(); in getMotionRange() local
695 for (int i = 0; i < numRanges; i++) { in getMotionRange()
719 final int numRanges = mMotionRanges.size(); in getMotionRange() local
720 for (int i = 0; i < numRanges; i++) { in getMotionRange()
933 final int numRanges = mMotionRanges.size(); in writeToParcel() local
934 out.writeInt(numRanges); in writeToParcel()
[all …]
/frameworks/native/libs/input/
DInputDevice.cpp171 size_t numRanges = mMotionRanges.size(); in getMotionRange() local
172 for (size_t i = 0; i < numRanges; i++) { in getMotionRange()
/frameworks/av/media/libstagefright/foundation/
DColorUtils.cpp174 int32_t numRanges = ColorAspects::RangeOther + 1; // 0x100 in unwrapColorAspectsFromColorRange() local
175 if (range >= start && range < start + numRanges) { in unwrapColorAspectsFromColorRange()