Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/vibrator/persistence/
DXmlReader.java183 TypedXmlPullParser parser, String attrName, int lowerInclusive, int upperInclusive) in readAttributeIntInRange() argument
189 value >= lowerInclusive && value <= upperInclusive, in readAttributeIntInRange()
191 attrName, value, tagName, attrName, lowerInclusive, upperInclusive); in readAttributeIntInRange()
200 TypedXmlPullParser parser, String attrName, float lowerInclusive, in readAttributeFloatInRange() argument
208 XmlValidator.checkParserCondition(value >= lowerInclusive && value <= upperInclusive, in readAttributeFloatInRange()
210 attrName, value, tagName, attrName, lowerInclusive, upperInclusive); in readAttributeFloatInRange()