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.java393 private static final int MAX_RANGES = 1000; field in InputDevice
445 if (numRanges > MAX_RANGES) { in InputDevice()
446 numRanges = MAX_RANGES; in InputDevice()