Searched refs:isNegative (Results 1 – 11 of 11) sorted by relevance
28 var isNegative = false in setTimeString() variable31 isNegative = true in setTimeString()44 if (!isNegative && remainder != 0) { in setTimeString()57 if (isNegative && !(hours == 0 && minutes == 0 && seconds == 0)) { in setTimeString()
46 boolean isNegative(float displacement) {77 boolean isNegative(float displacement) {163 return (mScrollDirections & DIRECTION_NEGATIVE) > 0 && mDir.isNegative(displacement); in canScrollNegative()215 abstract boolean isNegative(float displacement); in isNegative() method in SingleAxisSwipeDetector.Direction
81 final boolean isNegative = (sizeBytes < 0); in formatBytes()82 float result = isNegative ? -sizeBytes : sizeBytes; in formatBytes()103 if (isNegative) { in formatBytes()
81 boolean isNegative = (sizeBytes < 0); in formatBytes()82 float result = isNegative ? -sizeBytes : sizeBytes; in formatBytes()103 if (isNegative) { in formatBytes()
152 if (!additionalActiveListeningBudgetRequired.isNegative()) { in getNextListeningInstruction()238 if (balance.isNegative()) { in setActiveListeningBalanceForTests()269 checkArgument(!duration.isNegative()); in checkPositiveAndNotZero()273 checkArgument(!duration.isNegative()); in checkPositiveOrZero()
223 bool isNegative = false; in readIntAttributeValueInner() local226 isNegative = true; in readIntAttributeValueInner()236 return isNegative ? -value : value; in readIntAttributeValueInner()
141 return estimatedTimeListening.isNegative() ? Duration.ZERO : estimatedTimeListening; in getTotalEstimatedTimeListening()
322 if (!activeListeningDurationNotUsed.isNegative()) { in onActiveListeningResult()
138 if (timeLeft.isNegative() || timeLeft.isZero()) { in setCountDownLeft()
957 Landroid/net/NetworkStats$Entry;->isNegative()Z
783 Landroid/icu/impl/number/MutablePatternModifier;->isNegative:Z2963 Landroid/icu/text/DecimalFormat_ICU58_Android;->isNegative(D)Z3982 Landroid/icu/text/PluralRules$FixedDecimal;->isNegative()Z3983 Landroid/icu/text/PluralRules$FixedDecimal;->isNegative:Z