Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputDevice.java398 private static final int MAX_RANGES = 1000; field in InputDevice
451 if (numRanges > MAX_RANGES) { in InputDevice()
452 numRanges = MAX_RANGES; in InputDevice()